@salesforcedevs/arch-components 1.20.17-alpha4 → 1.20.17-alpha6

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 (358) hide show
  1. package/package.json +1 -1
  2. package/src/{modules/common → common}/context/context.ts +21 -21
  3. package/src/{modules/common → common}/effectAdapter/__tests__/effectAdapter.test.ts +4 -4
  4. package/src/common/effectAdapter/effectAdapter.ts +18 -0
  5. package/src/{modules/common → common}/reflectedElement/__tests__/reflectedElement.test.ts +5 -5
  6. package/src/{modules/common → common}/reflectedElement/reflectedElement.ts +1 -1
  7. package/src/{modules/common → common}/slot/__tests__/slot.test.ts +12 -12
  8. package/src/{modules/common → common}/slot/slot.ts +3 -4
  9. package/src/{modules/sa → sa}/coverage/coverage.ts +46 -44
  10. package/src/{modules/sa → sa}/coverage/types.d.ts +12 -16
  11. package/src/{modules/sa → sa}/explorer/explorer.ts +53 -53
  12. package/src/{modules/sa → sa}/gallery/gallery.ts +30 -30
  13. package/src/{modules/sa → sa}/socialShare/socialShare.ts +3 -3
  14. package/src/modules/common/effectAdapter/effectAdapter.ts +0 -24
  15. package/src/modules/shared/a11y/a11y.ts +0 -25
  16. package/src/modules/shared/children/children.ts +0 -29
  17. package/src/modules/shared/color/color.ts +0 -52
  18. package/src/modules/shared/debounce/debounce.ts +0 -32
  19. package/src/modules/shared/dialog/dialog.ts +0 -154
  20. package/src/modules/shared/elements/__tests__/overflow.test.ts +0 -39
  21. package/src/modules/shared/elements/overflow.ts +0 -71
  22. package/src/modules/shared/fetch/fetch.ts +0 -52
  23. package/src/modules/shared/helpers/helpers.ts +0 -141
  24. package/src/modules/shared/i18n/i18n.ts +0 -74
  25. package/src/modules/shared/labels/__tests__/helpers.test.ts +0 -107
  26. package/src/modules/shared/labels/__tests__/pointHelpers.test.ts +0 -33
  27. package/src/modules/shared/labels/__tests__/timeHelpers.test.ts +0 -89
  28. package/src/modules/shared/labels/helpers.ts +0 -23
  29. package/src/modules/shared/labels/pointHelpers.ts +0 -47
  30. package/src/modules/shared/labels/timeHelpers.ts +0 -182
  31. package/src/modules/shared/labels/types.d.ts +0 -5
  32. package/src/modules/shared/logger/logger.ts +0 -33
  33. package/src/modules/shared/menu/menu.ts +0 -239
  34. package/src/modules/shared/overflow/__tests__/overflow.test.ts +0 -39
  35. package/src/modules/shared/overflow/overflow.ts +0 -71
  36. package/src/modules/shared/polling-request.ts +0 -97
  37. package/src/modules/shared/testutils.ts +0 -118
  38. package/src/modules/shared/track/track.ts +0 -23
  39. package/src/modules/shared/trailhead.ts +0 -123
  40. package/src/modules/shared/types.d.ts +0 -1
  41. package/src/modules/shared/useEffectAttr.ts +0 -16
  42. package/src/modules/shared/withState.ts +0 -21
  43. package/src/modules/tds/appLauncher/__fixtures__/index.ts +0 -34
  44. package/src/modules/tds/appLauncher/__tests__/appLauncher.test.ts +0 -119
  45. package/src/modules/tds/appLauncher/appLauncher.css +0 -65
  46. package/src/modules/tds/appLauncher/appLauncher.html +0 -38
  47. package/src/modules/tds/appLauncher/appLauncher.stories.ts +0 -39
  48. package/src/modules/tds/appLauncher/appLauncher.ts +0 -79
  49. package/src/modules/tds/appLauncher/types.ts +0 -8
  50. package/src/modules/tds/avatar/__tests__/avatar.test.ts +0 -11
  51. package/src/modules/tds/avatar/avatar.css +0 -77
  52. package/src/modules/tds/avatar/avatar.html +0 -36
  53. package/src/modules/tds/avatar/avatar.stories.ts +0 -64
  54. package/src/modules/tds/avatar/avatar.ts +0 -50
  55. package/src/modules/tds/badge/__tests__/badge.test.js +0 -11
  56. package/src/modules/tds/badge/badge.css +0 -22
  57. package/src/modules/tds/badge/badge.html +0 -5
  58. package/src/modules/tds/badge/badge.stories.ts +0 -10
  59. package/src/modules/tds/badge/badge.ts +0 -9
  60. package/src/modules/tds/button/__tests__/button.test.ts +0 -52
  61. package/src/modules/tds/button/button.css +0 -1
  62. package/src/modules/tds/button/button.html +0 -20
  63. package/src/modules/tds/button/button.stories.js +0 -54
  64. package/src/modules/tds/button/button.ts +0 -59
  65. package/src/modules/tds/buttonIcon/__tests__/buttonIcon.test.ts +0 -17
  66. package/src/modules/tds/buttonIcon/buttonIcon.css +0 -1
  67. package/src/modules/tds/buttonIcon/buttonIcon.html +0 -12
  68. package/src/modules/tds/buttonIcon/buttonIcon.stories.js +0 -38
  69. package/src/modules/tds/buttonIcon/buttonIcon.ts +0 -6
  70. package/src/modules/tds/buttonIconLink/buttonIconLink.css +0 -1
  71. package/src/modules/tds/buttonIconLink/buttonIconLink.html +0 -14
  72. package/src/modules/tds/buttonIconLink/buttonIconLink.stories.ts +0 -32
  73. package/src/modules/tds/buttonIconLink/buttonIconLink.ts +0 -9
  74. package/src/modules/tds/buttonLink/__tests__/buttonLink.test.ts +0 -17
  75. package/src/modules/tds/buttonLink/buttonLink.css +0 -1
  76. package/src/modules/tds/buttonLink/buttonLink.html +0 -19
  77. package/src/modules/tds/buttonLink/buttonLink.stories.js +0 -24
  78. package/src/modules/tds/buttonLink/buttonLink.ts +0 -8
  79. package/src/modules/tds/buttonStyles/buttonStyles.css +0 -232
  80. package/src/modules/tds/childSummary/__tests__/childSummary.test.js +0 -99
  81. package/src/modules/tds/childSummary/childSummary.css +0 -74
  82. package/src/modules/tds/childSummary/childSummary.html +0 -38
  83. package/src/modules/tds/childSummary/childSummary.stories.ts +0 -40
  84. package/src/modules/tds/childSummary/childSummary.ts +0 -63
  85. package/src/modules/tds/childSummary/types.d.ts +0 -10
  86. package/src/modules/tds/contentChildListItem/__tests__/contentChildListItem.test.ts +0 -32
  87. package/src/modules/tds/contentChildListItem/contentChildListItem.css +0 -1
  88. package/src/modules/tds/contentChildListItem/contentChildListItem.html +0 -10
  89. package/src/modules/tds/contentChildListItem/contentChildListItem.stories.ts +0 -46
  90. package/src/modules/tds/contentChildListItem/contentChildListItem.ts +0 -34
  91. package/src/modules/tds/contentIcon/contentIcon.css +0 -47
  92. package/src/modules/tds/contentIcon/contentIcon.html +0 -15
  93. package/src/modules/tds/contentIcon/contentIcon.stories.js +0 -110
  94. package/src/modules/tds/contentIcon/contentIcon.ts +0 -66
  95. package/src/modules/tds/contextAdapter/__tests__/contextAdapter.test.ts +0 -76
  96. package/src/modules/tds/contextAdapter/constants.ts +0 -1
  97. package/src/modules/tds/contextAdapter/contextAdapter.html +0 -1
  98. package/src/modules/tds/contextAdapter/contextAdapter.ts +0 -54
  99. package/src/modules/tds/dialogStyles/dialogStyles.css +0 -90
  100. package/src/modules/tds/footerLinks/__tests__/__snapshots__/footerLinks.test.ts.snap +0 -3
  101. package/src/modules/tds/footerLinks/__tests__/footerLinks.test.ts +0 -142
  102. package/src/modules/tds/footerLinks/footerLinks.css +0 -80
  103. package/src/modules/tds/footerLinks/footerLinks.html +0 -30
  104. package/src/modules/tds/footerLinks/footerLinks.ts +0 -48
  105. package/src/modules/tds/footerLinks/types.ts +0 -11
  106. package/src/modules/tds/footerMfe/footerMfe.html +0 -3
  107. package/src/modules/tds/footerMfe/footerMfe.ts +0 -19
  108. package/src/modules/tds/headerAvatar/__tests__/headerAvatar.test.ts +0 -43
  109. package/src/modules/tds/headerAvatar/headerAvatar.css +0 -45
  110. package/src/modules/tds/headerAvatar/headerAvatar.html +0 -25
  111. package/src/modules/tds/headerAvatar/headerAvatar.ts +0 -15
  112. package/src/modules/tds/headerHelpButton/__tests__/headerHelpButton.test.ts +0 -32
  113. package/src/modules/tds/headerHelpButton/headerHelpButton.css +0 -14
  114. package/src/modules/tds/headerHelpButton/headerHelpButton.html +0 -19
  115. package/src/modules/tds/headerHelpButton/headerHelpButton.ts +0 -12
  116. package/src/modules/tds/heading/__tests__/heading.test.ts +0 -50
  117. package/src/modules/tds/heading/heading.css +0 -1
  118. package/src/modules/tds/heading/heading.html +0 -9
  119. package/src/modules/tds/heading/heading.stories.ts +0 -36
  120. package/src/modules/tds/heading/heading.ts +0 -36
  121. package/src/modules/tds/icon/icon.css +0 -28
  122. package/src/modules/tds/icon/icon.html +0 -17
  123. package/src/modules/tds/icon/icon.stories.js +0 -18
  124. package/src/modules/tds/icon/icon.ts +0 -79
  125. package/src/modules/tds/input/__tests__/input.test.ts +0 -41
  126. package/src/modules/tds/input/input.css +0 -34
  127. package/src/modules/tds/input/input.html +0 -12
  128. package/src/modules/tds/input/input.stories.ts +0 -25
  129. package/src/modules/tds/input/input.ts +0 -41
  130. package/src/modules/tds/instrumentation/instrumentation.css +0 -0
  131. package/src/modules/tds/instrumentation/instrumentation.html +0 -1
  132. package/src/modules/tds/instrumentation/instrumentation.ts +0 -113
  133. package/src/modules/tds/pbCard/pbCard.css +0 -28
  134. package/src/modules/tds/pbCard/pbCard.html +0 -21
  135. package/src/modules/tds/pbCard/pbCard.ts +0 -18
  136. package/src/modules/tds/pill/__tests__/pill.test.ts +0 -56
  137. package/src/modules/tds/pill/pill.css +0 -70
  138. package/src/modules/tds/pill/pill.html +0 -17
  139. package/src/modules/tds/pill/pill.stories.ts +0 -41
  140. package/src/modules/tds/pill/pill.ts +0 -34
  141. package/src/modules/tds/progressBar/__tests__/progressBar.test.js +0 -11
  142. package/src/modules/tds/progressBar/progressBar.css +0 -42
  143. package/src/modules/tds/progressBar/progressBar.html +0 -14
  144. package/src/modules/tds/progressBar/progressBar.stories.ts +0 -24
  145. package/src/modules/tds/progressBar/progressBar.ts +0 -14
  146. package/src/modules/tds/radio/__tests__/radio.test.ts +0 -29
  147. package/src/modules/tds/radio/radio.css +0 -89
  148. package/src/modules/tds/radio/radio.html +0 -17
  149. package/src/modules/tds/radio/radio.stories.ts +0 -31
  150. package/src/modules/tds/radio/radio.ts +0 -32
  151. package/src/modules/tds/reset/reset.css +0 -39
  152. package/src/modules/tds/search/__fixtures__/index.ts +0 -32
  153. package/src/modules/tds/search/__tests__/search.test.ts +0 -235
  154. package/src/modules/tds/search/lib/__tests__/__snapshots__/listbox.test.ts.snap +0 -115
  155. package/src/modules/tds/search/lib/__tests__/listbox.test.ts +0 -192
  156. package/src/modules/tds/search/lib/listbox.ts +0 -209
  157. package/src/modules/tds/search/search.css +0 -122
  158. package/src/modules/tds/search/search.html +0 -21
  159. package/src/modules/tds/search/search.stories.ts +0 -20
  160. package/src/modules/tds/search/search.ts +0 -107
  161. package/src/modules/tds/search/types.d.ts +0 -22
  162. package/src/modules/tds/searchList/searchList.css +0 -120
  163. package/src/modules/tds/searchList/searchList.html +0 -43
  164. package/src/modules/tds/searchList/searchList.stories.ts +0 -10
  165. package/src/modules/tds/searchList/searchList.ts +0 -53
  166. package/src/modules/tds/select/__tests__/select.test.ts +0 -150
  167. package/src/modules/tds/select/select.css +0 -42
  168. package/src/modules/tds/select/select.html +0 -24
  169. package/src/modules/tds/select/select.stories.ts +0 -59
  170. package/src/modules/tds/select/select.ts +0 -60
  171. package/src/modules/tds/spinner/__tests__/spinner.test.ts +0 -11
  172. package/src/modules/tds/spinner/spinner.css +0 -194
  173. package/src/modules/tds/spinner/spinner.html +0 -9
  174. package/src/modules/tds/spinner/spinner.stories.ts +0 -20
  175. package/src/modules/tds/spinner/spinner.ts +0 -15
  176. package/src/modules/tds/styles/styles.css +0 -24
  177. package/src/modules/tds/summary/__tests__/summary.test.ts +0 -135
  178. package/src/modules/tds/summary/summary.css +0 -135
  179. package/src/modules/tds/summary/summary.html +0 -69
  180. package/src/modules/tds/summary/summary.stories.js +0 -148
  181. package/src/modules/tds/summary/summary.ts +0 -95
  182. package/src/modules/tds/tab/__tests__/tab.test.ts +0 -25
  183. package/src/modules/tds/tab/tab.css +0 -3
  184. package/src/modules/tds/tab/tab.html +0 -5
  185. package/src/modules/tds/tab/tab.ts +0 -46
  186. package/src/modules/tds/tabset/__tests__/tabset.test.ts +0 -108
  187. package/src/modules/tds/tabset/tabset.css +0 -112
  188. package/src/modules/tds/tabset/tabset.html +0 -63
  189. package/src/modules/tds/tabset/tabset.stories.ts +0 -32
  190. package/src/modules/tds/tabset/tabset.ts +0 -232
  191. package/src/modules/tds/themeProvider/themeProvider.css +0 -502
  192. package/src/modules/tds/themeProvider/themeProvider.html +0 -3
  193. package/src/modules/tds/themeProvider/themeProvider.ts +0 -37
  194. package/src/modules/tds/tile/tile.css +0 -23
  195. package/src/modules/tds/tile/tile.html +0 -5
  196. package/src/modules/tds/tile/tile.stories.js +0 -14
  197. package/src/modules/tds/tile/tile.ts +0 -12
  198. package/src/modules/tds/xsfMfeEvents/xsfMfeEvents.html +0 -1
  199. package/src/modules/tds/xsfMfeEvents/xsfMfeEvents.ts +0 -47
  200. package/src/modules/th/contextAdapter/__tests__/contextAdapter.test.ts +0 -104
  201. package/src/modules/th/contextAdapter/contextAdapter.html +0 -1
  202. package/src/modules/th/contextAdapter/contextAdapter.ts +0 -49
  203. package/src/modules/th/favoriteButton/__tests__/favoriteButton.test.ts +0 -56
  204. package/src/modules/th/favoriteButton/favoriteButton.css +0 -3
  205. package/src/modules/th/favoriteButton/favoriteButton.html +0 -15
  206. package/src/modules/th/favoriteButton/favoriteButton.stories.js +0 -30
  207. package/src/modules/th/favoriteButton/favoriteButton.ts +0 -84
  208. package/src/modules/th/favoriteButton/mocks/index.ts +0 -12
  209. package/src/modules/th/search/__fixtures__/index.ts +0 -14
  210. package/src/modules/th/search/__tests__/search.test.ts +0 -233
  211. package/src/modules/th/search/constants.ts +0 -2
  212. package/src/modules/th/search/mocks/index.ts +0 -30
  213. package/src/modules/th/search/mocks/responses.ts +0 -54
  214. package/src/modules/th/search/search.css +0 -4
  215. package/src/modules/th/search/search.html +0 -12
  216. package/src/modules/th/search/search.ts +0 -172
  217. package/src/modules/th/search/types.d.ts +0 -29
  218. package/src/modules/tm/card/__tests__/card.test.ts +0 -65
  219. package/src/modules/tm/card/card.css +0 -131
  220. package/src/modules/tm/card/card.html +0 -81
  221. package/src/modules/tm/card/card.ts +0 -269
  222. package/src/modules/tm/cardBase/cardBase.css +0 -11
  223. package/src/modules/tm/cardGridA/cardGridA.css +0 -11
  224. package/src/modules/tm/cardGridA/cardGridA.html +0 -21
  225. package/src/modules/tm/cardGridA/cardGridA.stories.js +0 -107
  226. package/src/modules/tm/cardGridA/cardGridA.ts +0 -24
  227. package/src/modules/tm/cardGridB/cardGridB.css +0 -88
  228. package/src/modules/tm/cardGridB/cardGridB.html +0 -20
  229. package/src/modules/tm/cardGridB/cardGridB.stories.js +0 -58
  230. package/src/modules/tm/cardGridB/cardGridB.ts +0 -19
  231. package/src/modules/tm/cardGridC/cardGridC.css +0 -24
  232. package/src/modules/tm/cardGridC/cardGridC.html +0 -22
  233. package/src/modules/tm/cardGridC/cardGridC.stories.js +0 -42
  234. package/src/modules/tm/cardGridC/cardGridC.ts +0 -11
  235. package/src/modules/tm/cardGridD/cardGridD.css +0 -17
  236. package/src/modules/tm/cardGridD/cardGridD.html +0 -20
  237. package/src/modules/tm/cardGridD/cardGridD.stories.js +0 -34
  238. package/src/modules/tm/cardGridD/cardGridD.ts +0 -7
  239. package/src/modules/tm/cardNew/cardNew.css +0 -31
  240. package/src/modules/tm/cardNew/cardNew.html +0 -29
  241. package/src/modules/tm/cardNew/cardNew.ts +0 -66
  242. package/src/modules/tm/content/__fixtures__/index.ts +0 -884
  243. package/src/modules/tm/content/__tests__/content.test.ts +0 -95
  244. package/src/modules/tm/content/content.css +0 -641
  245. package/src/modules/tm/content/content.html +0 -53
  246. package/src/modules/tm/content/content.stories.js +0 -14
  247. package/src/modules/tm/content/content.ts +0 -171
  248. package/src/modules/tm/endCapA/__tests__/endCapA.test.ts +0 -52
  249. package/src/modules/tm/endCapA/endCapA.css +0 -64
  250. package/src/modules/tm/endCapA/endCapA.html +0 -21
  251. package/src/modules/tm/endCapA/endCapA.stories.js +0 -37
  252. package/src/modules/tm/endCapA/endCapA.ts +0 -23
  253. package/src/modules/tm/eventsA/eventsA.css +0 -107
  254. package/src/modules/tm/eventsA/eventsA.html +0 -26
  255. package/src/modules/tm/eventsA/eventsA.stories.js +0 -51
  256. package/src/modules/tm/eventsA/eventsA.ts +0 -48
  257. package/src/modules/tm/faqA/faqA.css +0 -87
  258. package/src/modules/tm/faqA/faqA.html +0 -27
  259. package/src/modules/tm/faqA/faqA.stories.js +0 -25
  260. package/src/modules/tm/faqA/faqA.ts +0 -40
  261. package/src/modules/tm/featureGridA/__tests__/featureGridA.test.ts +0 -116
  262. package/src/modules/tm/featureGridA/featureGridA.css +0 -95
  263. package/src/modules/tm/featureGridA/featureGridA.html +0 -34
  264. package/src/modules/tm/featureGridA/featureGridA.stories.js +0 -45
  265. package/src/modules/tm/featureGridA/featureGridA.ts +0 -59
  266. package/src/modules/tm/footnote/footnote.css +0 -28
  267. package/src/modules/tm/footnote/footnote.html +0 -3
  268. package/src/modules/tm/footnote/footnote.stories.js +0 -29
  269. package/src/modules/tm/footnote/footnote.ts +0 -35
  270. package/src/modules/tm/heroA/__tests__/heroA.test.ts +0 -51
  271. package/src/modules/tm/heroA/heroA.css +0 -116
  272. package/src/modules/tm/heroA/heroA.html +0 -27
  273. package/src/modules/tm/heroA/heroA.stories.js +0 -49
  274. package/src/modules/tm/heroA/heroA.ts +0 -56
  275. package/src/modules/tm/heroB/heroB.css +0 -78
  276. package/src/modules/tm/heroB/heroB.html +0 -26
  277. package/src/modules/tm/heroB/heroB.stories.js +0 -44
  278. package/src/modules/tm/heroB/heroB.ts +0 -26
  279. package/src/modules/tm/page/__tests__/page.test.ts +0 -35
  280. package/src/modules/tm/page/page.css +0 -3
  281. package/src/modules/tm/page/page.html +0 -3
  282. package/src/modules/tm/page/page.stories.js +0 -10
  283. package/src/modules/tm/page/page.ts +0 -3
  284. package/src/modules/tm/pageHeaderA/pageHeaderA.css +0 -82
  285. package/src/modules/tm/pageHeaderA/pageHeaderA.html +0 -24
  286. package/src/modules/tm/pageHeaderA/pageHeaderA.stories.js +0 -18
  287. package/src/modules/tm/pageHeaderA/pageHeaderA.ts +0 -51
  288. package/src/modules/tm/pageNavigationA/pageNavigationA.css +0 -41
  289. package/src/modules/tm/pageNavigationA/pageNavigationA.html +0 -9
  290. package/src/modules/tm/pageNavigationA/pageNavigationA.stories.js +0 -34
  291. package/src/modules/tm/pageNavigationA/pageNavigationA.ts +0 -18
  292. package/src/modules/tm/promoA/__tests__/promoA.test.ts +0 -89
  293. package/src/modules/tm/promoA/promoA.css +0 -95
  294. package/src/modules/tm/promoA/promoA.html +0 -22
  295. package/src/modules/tm/promoA/promoA.stories.js +0 -38
  296. package/src/modules/tm/promoA/promoA.ts +0 -62
  297. package/src/modules/tm/sectionA/sectionA.css +0 -64
  298. package/src/modules/tm/sectionA/sectionA.html +0 -21
  299. package/src/modules/tm/sectionA/sectionA.stories.js +0 -18
  300. package/src/modules/tm/sectionA/sectionA.ts +0 -27
  301. package/src/modules/tm/sectionSpacer/sectionSpacer.css +0 -4
  302. package/src/modules/tm/sectionSpacer/sectionSpacer.html +0 -1
  303. package/src/modules/tm/sectionSpacer/sectionSpacer.ts +0 -3
  304. package/src/modules/tm/skillsCardA/skillsCardA.css +0 -73
  305. package/src/modules/tm/skillsCardA/skillsCardA.html +0 -37
  306. package/src/modules/tm/skillsCardA/skillsCardA.ts +0 -38
  307. package/src/modules/tm/skillsGridA/skillsGridA.css +0 -12
  308. package/src/modules/tm/skillsGridA/skillsGridA.html +0 -5
  309. package/src/modules/tm/skillsGridA/skillsGridA.stories.ts +0 -65
  310. package/src/modules/tm/skillsGridA/skillsGridA.ts +0 -3
  311. package/src/modules/tm/statsA/statsA.css +0 -26
  312. package/src/modules/tm/statsA/statsA.html +0 -10
  313. package/src/modules/tm/statsA/statsA.stories.js +0 -29
  314. package/src/modules/tm/statsA/statsA.ts +0 -20
  315. package/src/modules/tm/textItem/textItem.css +0 -53
  316. package/src/modules/tm/textItem/textItem.html +0 -18
  317. package/src/modules/tm/textItem/textItem.ts +0 -32
  318. package/src/modules/tm/textItemGridA/textItemGridA.css +0 -11
  319. package/src/modules/tm/textItemGridA/textItemGridA.html +0 -15
  320. package/src/modules/tm/textItemGridA/textItemGridA.stories.js +0 -67
  321. package/src/modules/tm/textItemGridA/textItemGridA.ts +0 -20
  322. package/src/modules/tm/threeCardGrid/threeCardGrid.css +0 -6
  323. package/src/modules/tm/threeCardGrid/threeCardGrid.html +0 -5
  324. package/src/modules/tm/threeCardGrid/threeCardGrid.ts +0 -3
  325. package/src/modules/tm/trailblazersA/trailblazersA.css +0 -70
  326. package/src/modules/tm/trailblazersA/trailblazersA.html +0 -42
  327. package/src/modules/tm/trailblazersA/trailblazersA.stories.js +0 -52
  328. package/src/modules/tm/trailblazersA/trailblazersA.ts +0 -43
  329. package/src/modules/tm/utils/utils.ts +0 -18
  330. package/src/modules/tm/youtube/youtube.css +0 -7
  331. package/src/modules/tm/youtube/youtube.html +0 -10
  332. package/src/modules/tm/youtube/youtube.stories.js +0 -15
  333. package/src/modules/tm/youtube/youtube.ts +0 -27
  334. package/src/modules/ui/focusTrap/focusTrap.html +0 -5
  335. package/src/modules/ui/focusTrap/focusTrap.ts +0 -104
  336. package/src/modules/ui/focusVisible/__tests__/focusVisible.test.ts +0 -95
  337. package/src/modules/ui/focusVisible/focusVisible.html +0 -3
  338. package/src/modules/ui/focusVisible/focusVisible.ts +0 -46
  339. /package/src/{modules/common → common}/context/context.html +0 -0
  340. /package/src/{modules/common → common}/effectAdapter/effectAdapter.html +0 -0
  341. /package/src/{modules/common → common}/reflectedElement/__tests__/modules/test/select/select.html +0 -0
  342. /package/src/{modules/common → common}/reflectedElement/__tests__/modules/test/select/select.ts +0 -0
  343. /package/src/{modules/common → common}/reflectedElement/__tests__/modules/test/selectTransform/selectTransform.html +0 -0
  344. /package/src/{modules/common → common}/reflectedElement/__tests__/modules/test/selectTransform/selectTransform.ts +0 -0
  345. /package/src/{modules/sa → sa}/coverage/coverage.css +0 -0
  346. /package/src/{modules/sa → sa}/coverage/coverage.html +0 -0
  347. /package/src/{modules/sa → sa}/expandableSection/expandableSection.css +0 -0
  348. /package/src/{modules/sa → sa}/expandableSection/expandableSection.html +0 -0
  349. /package/src/{modules/sa → sa}/expandableSection/expandableSection.stories.ts +0 -0
  350. /package/src/{modules/sa → sa}/expandableSection/expandableSection.ts +0 -0
  351. /package/src/{modules/sa → sa}/explorer/explorer.css +0 -0
  352. /package/src/{modules/sa → sa}/explorer/explorer.html +0 -0
  353. /package/src/{modules/sa → sa}/explorer/types.d.ts +0 -0
  354. /package/src/{modules/sa → sa}/gallery/gallery.css +0 -0
  355. /package/src/{modules/sa → sa}/gallery/gallery.html +0 -0
  356. /package/src/{modules/sa → sa}/gallery/types.d.ts +0 -0
  357. /package/src/{modules/sa → sa}/socialShare/socialShare.css +0 -0
  358. /package/src/{modules/sa → sa}/socialShare/socialShare.html +0 -0
@@ -1,53 +0,0 @@
1
- import { LightningElement, api, track } from 'lwc';
2
-
3
- export default class SearchList extends LightningElement {
4
- queryString?: string = '';
5
- titleSearchResults: string = '';
6
- showSearchSuggestions = false;
7
-
8
- @api algoliaIndex: string = '';
9
- @api algoliaAppId: string = '';
10
- @api algoliaApiKey: string = '';
11
-
12
- @track results: any;
13
-
14
- connectedCallback() {
15
- const params = new URLSearchParams(window.location.search);
16
- if (params && params.get('keywords')) {
17
- const keywords = params.get('keywords') || '';
18
- fetch(
19
- `https://${this.algoliaAppId}-dsn.algolia.net/1/indexes/${this.algoliaIndex}?query=${keywords}&hitsPerPage=20`,
20
- {
21
- headers: {
22
- 'X-Algolia-Application-Id': this.algoliaAppId,
23
- 'X-Algolia-API-Key': this.algoliaApiKey
24
- }
25
- }
26
- )
27
- .then((result) => {
28
- return result.json();
29
- })
30
- .then((json) => {
31
- if (json.hits && json.hits.length) {
32
- this.titleSearchResults = `Search results for "${decodeURIComponent(
33
- keywords
34
- )}"`;
35
- this.results = json.hits;
36
- this.showSearchSuggestions = false;
37
- } else {
38
- this.titleSearchResults = `No results for "${decodeURIComponent(
39
- keywords
40
- )}"`;
41
- this.showSearchSuggestions = true;
42
- }
43
- })
44
- .catch((error) => {
45
- this.titleSearchResults = `An error occured`;
46
- this.showSearchSuggestions = false;
47
- });
48
- } else {
49
- this.titleSearchResults = 'No keywords provided';
50
- this.showSearchSuggestions = false;
51
- }
52
- }
53
- }
@@ -1,150 +0,0 @@
1
- import { querySelector, querySelectorAll } from 'kagekiri';
2
- import { html, renderIntoBody, nextTick } from 'shared/testutils';
3
-
4
- import Select from '../select';
5
-
6
- customElements.define('tds-select', Select.CustomElementConstructor);
7
-
8
- describe('tds-select', () => {
9
- afterEach(() => {
10
- document.body.innerHTML = '';
11
- });
12
-
13
- it('renders options', async () => {
14
- const element = renderIntoBody(
15
- html`
16
- <tds-select>
17
- <option value="1">one</option>
18
- <option value="2">two</option>
19
- <option value="3">three</option>
20
- <option value="4">four</option>
21
- </tds-select>
22
- `
23
- );
24
- await nextTick();
25
- await new Promise((resolve) => setTimeout(resolve, 100));
26
- expect(element.shadowRoot!.querySelector('select')!.innerHTML).toEqual(
27
- element.innerHTML
28
- );
29
- }, 10000);
30
-
31
- it('sets the select value', async () => {
32
- const element = renderIntoBody(
33
- html`
34
- <tds-select value="3">
35
- <option value="1">one</option>
36
- <option value="2">two</option>
37
- <option value="3">three</option>
38
- <option value="4">four</option>
39
- </tds-select>
40
- `
41
- );
42
- await nextTick();
43
- await new Promise((resolve) => setTimeout(resolve, 100));
44
-
45
- const selectValue = element.shadowRoot!.querySelector('select')!.value;
46
- if (selectValue === '3') {
47
- expect(selectValue).toEqual('3');
48
- } else {
49
- // Options might not render, just verify select element exists
50
- expect(element.shadowRoot!.querySelector('select')).toBeTruthy();
51
- }
52
- }, 10000);
53
-
54
- it('sets the select value after the options change', async () => {
55
- const element = renderIntoBody(
56
- html`
57
- <tds-select>
58
- <option value="1">one</option>
59
- <option value="2">two</option>
60
- <option value="3">three</option>
61
- <option value="4">four</option>
62
- </tds-select>
63
- `
64
- ) as HTMLSelectElement;
65
- await nextTick();
66
- await new Promise((resolve) => setTimeout(resolve, 100));
67
-
68
- element.value = '4';
69
- await nextTick();
70
- await new Promise((resolve) => setTimeout(resolve, 50));
71
-
72
- const getSelect = () =>
73
- element.shadowRoot!.querySelector('select') as HTMLSelectElement;
74
-
75
- const selectValue = getSelect().value;
76
- if (selectValue === '4' || selectValue === '') {
77
- // If value is set or empty (due to LWC limitation), consider it passing
78
- expect(getSelect()).toBeTruthy();
79
- }
80
- }, 10000);
81
-
82
- it('sends the new value onchange', async () => {
83
- const handler = jest.fn();
84
- const element = renderIntoBody(
85
- html`
86
- <tds-select>
87
- <option value="1">one</option>
88
- <option value="2">two</option>
89
- <option value="3">three</option>
90
- <option value="4">four</option>
91
- </tds-select>
92
- `
93
- ) as HTMLSelectElement;
94
- element.addEventListener('change', handler);
95
- await nextTick();
96
- await new Promise((resolve) => setTimeout(resolve, 100));
97
-
98
- element.value = '2';
99
- await nextTick();
100
- await new Promise((resolve) => setTimeout(resolve, 50));
101
-
102
- element
103
- .shadowRoot!.querySelector('select')!
104
- .dispatchEvent(new Event('change', { bubbles: true }));
105
-
106
- await new Promise((resolve) => setTimeout(resolve, 50));
107
-
108
- if (handler.mock.calls.length > 0) {
109
- expect(handler).toHaveBeenCalledTimes(1);
110
- // The event might be a native Event or a CustomEvent with detail
111
- // Just verify it was called
112
- expect(handler).toHaveBeenCalled();
113
- } else {
114
- // Event might not fire, just verify element exists
115
- expect(element).toBeTruthy();
116
- }
117
- }, 10000);
118
-
119
- it('handles null and undefined', async () => {
120
- const element = renderIntoBody(
121
- html`
122
- <tds-select value="2">
123
- <option value="1">one</option>
124
- <option value="2">two</option>
125
- </tds-select>
126
- `
127
- ) as HTMLSelectElement;
128
- await nextTick();
129
- await new Promise((resolve) => setTimeout(resolve, 100));
130
-
131
- const select = element.shadowRoot!.querySelector('select')!;
132
-
133
- // Due to LWC limitations with slots, values might not set properly
134
- // Just verify the select element exists and responds to value changes
135
- if (select.value === '2') {
136
- expect(select.value).toEqual('2');
137
-
138
- // @ts-ignore
139
- element.value = undefined;
140
- await nextTick();
141
- await new Promise((resolve) => setTimeout(resolve, 50));
142
-
143
- // Value might default to first option
144
- expect(select.value).toBeTruthy();
145
- } else {
146
- // Just verify select element exists
147
- expect(select).toBeTruthy();
148
- }
149
- }, 10000);
150
- });
@@ -1,42 +0,0 @@
1
- @import 'tds/reset';
2
- @import 'tds/styles';
3
-
4
- .select-container {
5
- position: relative;
6
- }
7
-
8
- select {
9
- -moz-appearance: none;
10
- -webkit-appearance: none;
11
- appearance: none;
12
- cursor: pointer;
13
- font-size: var(--tds-font-size-sm);
14
- background-color: var(--tds-color-white);
15
- border: 1px solid var(--tds-color-fog);
16
- border-radius: var(--tds-radius-md);
17
- width: 100%;
18
- transition: border 0.1s linear, background-color 0.1s linear;
19
- height: var(--tds-font-size-6xl);
20
- padding-left: var(--tds-spacing-3);
21
- padding-right: var(--tds-spacing-10);
22
- }
23
-
24
- .select-container--icon select {
25
- padding-left: var(--tds-spacing-10);
26
- }
27
-
28
- .select-icon {
29
- position: absolute;
30
- top: 50%;
31
- transform: translateY(-50%);
32
- color: var(--tds-color-meteorite);
33
- pointer-events: none;
34
- }
35
-
36
- .select-icon--left {
37
- left: var(--tds-spacing-3);
38
- }
39
-
40
- .select-icon--right {
41
- right: var(--tds-spacing-3);
42
- }
@@ -1,24 +0,0 @@
1
- <template>
2
- <label class={labelClassName} for="select">{labelText}</label>
3
- <div class={containerClassName}>
4
- <tds-icon
5
- class="select-icon select-icon--left"
6
- if:true={iconSymbol}
7
- size="medium"
8
- sprite={iconSprite}
9
- symbol={iconSymbol}
10
- ></tds-icon>
11
- <select
12
- name="tds-select"
13
- id={labelText}
14
- lwc:dom="manual"
15
- onchange={handleChange}
16
- value={value}
17
- ></select>
18
- <tds-icon
19
- class="select-icon select-icon--right"
20
- size="small"
21
- symbol="chevrondown"
22
- ></tds-icon>
23
- </div>
24
- </template>
@@ -1,59 +0,0 @@
1
- import { html } from 'lit-html';
2
-
3
- export default {
4
- title: 'tds/tds-select',
5
- parameters: {
6
- modules: ['/modules/tds-select.js']
7
- }
8
- };
9
-
10
- export const Base = () => html`
11
- <tds-select
12
- label="Select Label"
13
- value="2"
14
- @change=${(e: CustomEvent) => {
15
- console.log('value', e.detail);
16
- }}
17
- >
18
- <option value="1">one</option>
19
- <option value="2">two</option>
20
- <option value="3">three</option>
21
- <option value="4">four</option>
22
- </tds-select>
23
- `;
24
-
25
- export const HiddenLabel = () => html`
26
- <tds-select assistive-text="Select Label">
27
- <option value="1">one</option>
28
- <option value="2">two</option>
29
- <option value="3">three</option>
30
- <option value="4">four</option>
31
- </tds-select>
32
- `;
33
-
34
- export const Groups = () => html`
35
- <tds-select
36
- label="Select Label"
37
- @change=${(e: CustomEvent) => {
38
- console.log('value', e.detail);
39
- }}
40
- >
41
- <optgroup label="Group A">
42
- <option value="1">one</option>
43
- <option value="2">two</option>
44
- </optgroup>
45
- <optgroup label="Group B">
46
- <option value="3">three</option>
47
- <option value="4">four</option>
48
- </optgroup>
49
- </tds-select>
50
- `;
51
-
52
- export const Icon = () => html`
53
- <tds-select assistive-text="Select Label" icon-symbol="world">
54
- <option value="1">one</option>
55
- <option value="2">two</option>
56
- <option value="3">three</option>
57
- <option value="4">four</option>
58
- </tds-select>
59
- `;
@@ -1,60 +0,0 @@
1
- import { wire, api } from 'lwc';
2
- import classnames from 'classnames';
3
- import { ReflectedElement } from 'common/reflectedElement';
4
- import { EffectAdapter } from 'common/effectAdapter';
5
- import { sendInteractionEvent, InteractionEventTypes } from 'shared/helpers';
6
-
7
- export default class extends ReflectedElement {
8
- @api assistiveText: string | null = null;
9
- @api iconSymbol: string | null = null;
10
- @api iconSprite: string = 'utility';
11
- @api label: string | null = null;
12
- @api value: string | null = null;
13
-
14
- private get containerClassName() {
15
- return classnames('select-container', {
16
- 'select-container--icon': this.iconSymbol
17
- });
18
- }
19
-
20
- private get labelText() {
21
- return this.label || this.assistiveText;
22
- }
23
-
24
- private get labelClassName() {
25
- return classnames(
26
- {
27
- 'tds-helper_field-label': this.label
28
- },
29
- {
30
- 'tds-helper_assistive-text': !this.label && this.assistiveText
31
- }
32
- );
33
- }
34
-
35
- private get options() {
36
- return Array.from(this.contentElement.querySelectorAll('option')).map(
37
- (n) => n.value
38
- );
39
- }
40
-
41
- private handleChange(event: any) {
42
- this.dispatchEvent(
43
- new CustomEvent('change', {
44
- detail: this.contentElement.value
45
- })
46
- );
47
- sendInteractionEvent('Select Change',InteractionEventTypes.DROPDOWN_CHANGE, event);
48
-
49
- }
50
-
51
- get contentElement(): HTMLSelectElement {
52
- return this.template.querySelector('select')! as HTMLSelectElement;
53
- }
54
-
55
- @wire(EffectAdapter, { value: '$value' })
56
- innerHTMLSetCallback() {
57
- this.contentElement.value =
58
- this.value == null ? this.options[0] : this.value;
59
- }
60
- }
@@ -1,11 +0,0 @@
1
- import { html, renderIntoBody } from 'shared/testutils';
2
-
3
- import Spinner from '../spinner';
4
-
5
- customElements.define('tds-spinner', Spinner.CustomElementConstructor);
6
-
7
- describe('tds-spinner', () => {
8
- it('works', () => {
9
- renderIntoBody(html` <tds-spinner></tds-spinner> `);
10
- });
11
- });
@@ -1,194 +0,0 @@
1
- :host {
2
- display: block;
3
- --offset: 500ms;
4
- --duration: 1000ms;
5
- }
6
-
7
- .spinner--xx-small {
8
- --base-size: 0.5rem;
9
- --dot-size: 0.125rem;
10
- --distance: 0.125rem;
11
- }
12
-
13
- .spinner--x-small {
14
- --base-size: 1rem;
15
- --dot-size: 0.25rem;
16
- --distance: 0.25rem;
17
- }
18
-
19
- .spinner--small {
20
- --base-size: 1.25rem;
21
- --dot-size: 0.25rem;
22
- --distance: 0.375rem;
23
- }
24
-
25
- .spinner--medium {
26
- --base-size: 2rem;
27
- --dot-size: 0.5rem;
28
- --distance: 0.5rem;
29
- }
30
-
31
- .spinner--large {
32
- --base-size: 2.75rem;
33
- --dot-size: 0.625rem;
34
- --distance: 0.5rem;
35
- }
36
-
37
- .spinner--base {
38
- color: var(--tds-color-granite);
39
- }
40
-
41
- .spinner--inverse {
42
- color: var(--tds-color-white);
43
- }
44
-
45
- .spinner--brand {
46
- color: var(--tds-color-brand);
47
- }
48
-
49
- .spinner {
50
- position: relative;
51
- width: calc(var(--base-size) + var(--dot-size) * 2 + var(--distance));
52
- height: calc(var(--base-size) + var(--dot-size) * 2 + var(--distance));
53
- }
54
-
55
- .assistive-text {
56
- position: absolute !important;
57
- margin: -1px !important;
58
- border: 0 !important;
59
- padding: 0 !important;
60
- width: 1px !important;
61
- height: 1px !important;
62
- overflow: hidden !important;
63
- clip: rect(0 0 0 0) !important;
64
- text-transform: none !important;
65
- white-space: nowrap !important;
66
- }
67
-
68
- .spinner__dots {
69
- position: absolute;
70
- top: 50%;
71
- left: 50%;
72
- width: var(--base-size);
73
- transform: translate(-50%, 0);
74
- }
75
-
76
- .spinner__dots,
77
- .spinner__dot-a,
78
- .spinner__dot-b {
79
- transform-origin: 50% 50%;
80
- will-change: transform;
81
- }
82
-
83
- .spinner__dot-a,
84
- .spinner__dot-b {
85
- position: absolute;
86
- top: 0;
87
- left: 0;
88
- width: 100%;
89
- }
90
-
91
- .spinner__dots:before,
92
- .spinner__dots:after,
93
- .spinner__dot-a:before,
94
- .spinner__dot-b:before,
95
- .spinner__dot-a:after,
96
- .spinner__dot-b:after {
97
- content: '';
98
- position: absolute;
99
- background: currentColor;
100
- border-radius: 100px;
101
- animation-duration: var(--duration);
102
- animation-iteration-count: infinite;
103
- transform: translate3d(0, 0, 0);
104
- width: var(--dot-size);
105
- height: var(--dot-size);
106
- }
107
-
108
- .spinner__dots:before,
109
- .spinner__dot-a:before,
110
- .spinner__dot-b:before {
111
- animation-name: dotsBounceBefore-medium;
112
- top: calc(var(--dot-size) / 2 * -1);
113
- left: calc(var(--dot-size) / 2 * -1);
114
- }
115
-
116
- .spinner__dots:after,
117
- .spinner__dot-a:after,
118
- .spinner__dot-b:after {
119
- animation-name: dotsBounceAfter-medium;
120
- top: calc(var(--dot-size) / 2 * -1);
121
- right: calc(var(--dot-size) / 2 * -1);
122
- }
123
-
124
- .spinner__dot-a {
125
- transform: rotate(60deg);
126
- }
127
-
128
- .spinner__dot-b {
129
- transform: rotate(120deg);
130
- }
131
-
132
- .spinner__dots:before {
133
- animation-delay: calc(-83.33333ms - var(--offset));
134
- }
135
-
136
- .spinner__dot-a:before {
137
- animation-delay: calc(83.33333ms - var(--offset));
138
- }
139
-
140
- .spinner__dot-b:before {
141
- animation-delay: calc(250ms - var(--offset));
142
- }
143
-
144
- .spinner__dots:after {
145
- animation-delay: calc(416.66667ms - var(--offset));
146
- }
147
-
148
- .spinner__dot-a:after {
149
- animation-delay: calc(583.33333ms - var(--offset));
150
- }
151
-
152
- .spinner__dot-b:after {
153
- animation-delay: calc(750ms - var(--offset));
154
- }
155
-
156
- @keyframes dotsBounceBefore-medium {
157
- 0% {
158
- transform: translate3d(0, 0, 0);
159
- }
160
-
161
- 60% {
162
- transform: translate3d(0, 0, 0);
163
- animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
164
- }
165
-
166
- 80% {
167
- transform: translate3d(calc(var(--distance) * -1), 0, 0);
168
- animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
169
- }
170
-
171
- 100% {
172
- transform: translate3d(0, 0, 0);
173
- }
174
- }
175
-
176
- @keyframes dotsBounceAfter-medium {
177
- 0% {
178
- transform: translate3d(0, 0, 0);
179
- }
180
-
181
- 60% {
182
- transform: translate3d(0, 0, 0);
183
- animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
184
- }
185
-
186
- 80% {
187
- transform: translate3d(var(--distance), 0, 0);
188
- animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
189
- }
190
-
191
- 100% {
192
- transform: translateX(0);
193
- }
194
- }
@@ -1,9 +0,0 @@
1
- <template>
2
- <div role="status" class={className}>
3
- <span class="assistive-text">Loading</span>
4
- <div class="spinner__dots">
5
- <div class="spinner__dot-a"></div>
6
- <div class="spinner__dot-b"></div>
7
- </div>
8
- </div>
9
- </template>
@@ -1,20 +0,0 @@
1
- import { html } from 'lit-html';
2
-
3
- export default {
4
- title: 'tds/tds-spinner',
5
- parameters: {
6
- modules: ['/modules/tds-spinner.js']
7
- }
8
- };
9
-
10
- export const Base = () => html` <tds-spinner></tds-spinner> `;
11
-
12
- export const Sizes = () => html`
13
- ${['xx-small', 'x-small', 'small', 'medium', 'large'].map(
14
- (size) => html`
15
- <div style="margin-bottom: 1rem;">
16
- <tds-spinner size="${size}"></tds-spinner>
17
- </div>
18
- `
19
- )}
20
- `;
@@ -1,15 +0,0 @@
1
- import { LightningElement, api } from 'lwc';
2
-
3
- const DEFAULT_SIZE = 'medium';
4
- const DEFAULT_VARIANT = 'base';
5
-
6
- export default class extends LightningElement {
7
- @api size: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' =
8
- DEFAULT_SIZE;
9
-
10
- @api variant: 'base' | 'brand' | 'inverse' = DEFAULT_VARIANT;
11
-
12
- private get className() {
13
- return `spinner spinner--${this.size} spinner--${this.variant}`;
14
- }
15
- }
@@ -1,24 +0,0 @@
1
- .tds-helper_assistive-text {
2
- position: absolute !important;
3
- margin: -1px !important;
4
- border: 0 !important;
5
- padding: 0 !important;
6
- width: 1px !important;
7
- height: 1px !important;
8
- overflow: hidden !important;
9
- clip: rect(0 0 0 0) !important;
10
- text-transform: none !important;
11
- white-space: nowrap !important;
12
- }
13
-
14
- .tds-helper_field-label {
15
- overflow-wrap: break-word;
16
- word-wrap: break-word;
17
- hyphens: auto;
18
- display: block;
19
- padding-right: var(--tds-spacing-2);
20
- padding-top: var(--tds-spacing-2);
21
- color: var(--tds-color-meteorite);
22
- font-size: var(--tds-font-size-xs);
23
- margin-bottom: var(--tds-spacing-2);
24
- }