@tmorrow/cre8-wc 1.2.4 → 1.2.6

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 (855) hide show
  1. package/lib/cdn-entry.d.ts +126 -0
  2. package/lib/cdn-entry.d.ts.map +1 -0
  3. package/lib/cdn-entry.js +131 -0
  4. package/lib/cdn-entry.js.map +1 -0
  5. package/lib/components/accordion/accordion.d.ts +39 -0
  6. package/lib/components/accordion/accordion.d.ts.map +1 -0
  7. package/lib/components/accordion/accordion.js +58 -666
  8. package/lib/components/accordion/accordion.js.map +1 -0
  9. package/lib/components/accordion/accordion.styles.d.ts +3 -0
  10. package/lib/components/accordion/accordion.styles.d.ts.map +1 -0
  11. package/lib/components/accordion/accordion.styles.js +630 -0
  12. package/lib/components/accordion/accordion.styles.js.map +1 -0
  13. package/lib/components/accordion-item/accordion-item.d.ts +141 -0
  14. package/lib/components/accordion-item/accordion-item.d.ts.map +1 -0
  15. package/lib/components/accordion-item/accordion-item.js +183 -904
  16. package/lib/components/accordion-item/accordion-item.js.map +1 -0
  17. package/lib/components/accordion-item/accordion-item.styles.d.ts +3 -0
  18. package/lib/components/accordion-item/accordion-item.styles.d.ts.map +1 -0
  19. package/lib/components/accordion-item/accordion-item.styles.js +811 -0
  20. package/lib/components/accordion-item/accordion-item.styles.js.map +1 -0
  21. package/lib/components/alert/alert.d.ts +60 -0
  22. package/lib/components/alert/alert.d.ts.map +1 -0
  23. package/lib/components/alert/alert.js +146 -866
  24. package/lib/components/alert/alert.js.map +1 -0
  25. package/lib/components/alert/alert.styles.d.ts +3 -0
  26. package/lib/components/alert/alert.styles.d.ts.map +1 -0
  27. package/lib/components/alert/alert.styles.js +749 -0
  28. package/lib/components/alert/alert.styles.js.map +1 -0
  29. package/lib/components/badge/badge.d.ts +62 -0
  30. package/lib/components/badge/badge.d.ts.map +1 -0
  31. package/lib/components/badge/badge.js +72 -764
  32. package/lib/components/badge/badge.js.map +1 -0
  33. package/lib/components/badge/badge.styles.d.ts +3 -0
  34. package/lib/components/badge/badge.styles.d.ts.map +1 -0
  35. package/lib/components/badge/badge.styles.js +719 -0
  36. package/lib/components/badge/badge.styles.js.map +1 -0
  37. package/lib/components/band/band.d.ts +29 -0
  38. package/lib/components/band/band.d.ts.map +1 -0
  39. package/lib/components/band/band.js +34 -641
  40. package/lib/components/band/band.js.map +1 -0
  41. package/lib/components/band/band.styles.d.ts +3 -0
  42. package/lib/components/band/band.styles.d.ts.map +1 -0
  43. package/lib/components/band/band.styles.js +614 -0
  44. package/lib/components/band/band.styles.js.map +1 -0
  45. package/lib/components/breadcrumbs/breadcrumbs.d.ts +32 -0
  46. package/lib/components/breadcrumbs/breadcrumbs.d.ts.map +1 -0
  47. package/lib/components/breadcrumbs/breadcrumbs.js +52 -625
  48. package/lib/components/breadcrumbs/breadcrumbs.js.map +1 -0
  49. package/lib/components/breadcrumbs/breadcrumbs.styles.d.ts +3 -0
  50. package/lib/components/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -0
  51. package/lib/components/breadcrumbs/breadcrumbs.styles.js +601 -0
  52. package/lib/components/breadcrumbs/breadcrumbs.styles.js.map +1 -0
  53. package/lib/components/breadcrumbs-item/breadcrumbs-item.d.ts +17 -0
  54. package/lib/components/breadcrumbs-item/breadcrumbs-item.d.ts.map +1 -0
  55. package/lib/components/breadcrumbs-item/breadcrumbs-item.js +28 -641
  56. package/lib/components/breadcrumbs-item/breadcrumbs-item.js.map +1 -0
  57. package/lib/components/breadcrumbs-item/breadcrumbs-item.styles.d.ts +3 -0
  58. package/lib/components/breadcrumbs-item/breadcrumbs-item.styles.d.ts.map +1 -0
  59. package/lib/components/breadcrumbs-item/breadcrumbs-item.styles.js +616 -0
  60. package/lib/components/breadcrumbs-item/breadcrumbs-item.styles.js.map +1 -0
  61. package/lib/components/button/button.d.ts +229 -0
  62. package/lib/components/button/button.d.ts.map +1 -0
  63. package/lib/components/button/button.js +290 -1040
  64. package/lib/components/button/button.js.map +1 -0
  65. package/lib/components/button/button.styles.d.ts +3 -0
  66. package/lib/components/button/button.styles.d.ts.map +1 -0
  67. package/lib/components/button/button.styles.js +885 -0
  68. package/lib/components/button/button.styles.js.map +1 -0
  69. package/lib/components/button-group/button-group.d.ts +19 -0
  70. package/lib/components/button-group/button-group.d.ts.map +1 -0
  71. package/lib/components/button-group/button-group.js +30 -638
  72. package/lib/components/button-group/button-group.js.map +1 -0
  73. package/lib/components/button-group/button-group.styles.d.ts +3 -0
  74. package/lib/components/button-group/button-group.styles.d.ts.map +1 -0
  75. package/lib/components/button-group/button-group.styles.js +615 -0
  76. package/lib/components/button-group/button-group.styles.js.map +1 -0
  77. package/lib/components/card/card.d.ts +45 -0
  78. package/lib/components/card/card.d.ts.map +1 -0
  79. package/lib/components/card/card.js +57 -734
  80. package/lib/components/card/card.js.map +1 -0
  81. package/lib/components/card/card.styles.d.ts +3 -0
  82. package/lib/components/card/card.styles.d.ts.map +1 -0
  83. package/lib/components/card/card.styles.js +703 -0
  84. package/lib/components/card/card.styles.js.map +1 -0
  85. package/lib/components/chart/chart.d.ts +224 -0
  86. package/lib/components/chart/chart.d.ts.map +1 -0
  87. package/lib/components/chart/chart.js +528 -714
  88. package/lib/components/chart/chart.js.map +1 -0
  89. package/lib/components/chart/chart.styles.d.ts +3 -0
  90. package/lib/components/chart/chart.styles.d.ts.map +1 -0
  91. package/lib/components/chart/chart.styles.js +364 -0
  92. package/lib/components/chart/chart.styles.js.map +1 -0
  93. package/lib/components/checkbox-field/checkbox-field.d.ts +54 -0
  94. package/lib/components/checkbox-field/checkbox-field.d.ts.map +1 -0
  95. package/lib/components/checkbox-field/checkbox-field.js +64 -669
  96. package/lib/components/checkbox-field/checkbox-field.js.map +1 -0
  97. package/lib/components/checkbox-field/checkbox-field.styles.d.ts +3 -0
  98. package/lib/components/checkbox-field/checkbox-field.styles.d.ts.map +1 -0
  99. package/lib/components/checkbox-field/checkbox-field.styles.js +622 -0
  100. package/lib/components/checkbox-field/checkbox-field.styles.js.map +1 -0
  101. package/lib/components/checkbox-field-item/checkbox-field-item.d.ts +172 -0
  102. package/lib/components/checkbox-field-item/checkbox-field-item.d.ts.map +1 -0
  103. package/lib/components/checkbox-field-item/checkbox-field-item.js +241 -1038
  104. package/lib/components/checkbox-field-item/checkbox-field-item.js.map +1 -0
  105. package/lib/components/checkbox-field-item/checkbox-field-item.styles.d.ts +3 -0
  106. package/lib/components/checkbox-field-item/checkbox-field-item.styles.d.ts.map +1 -0
  107. package/lib/components/checkbox-field-item/checkbox-field-item.styles.js +867 -0
  108. package/lib/components/checkbox-field-item/checkbox-field-item.styles.js.map +1 -0
  109. package/lib/components/contexts/form-internals-context.d.ts +35 -0
  110. package/lib/components/contexts/form-internals-context.d.ts.map +1 -0
  111. package/lib/components/contexts/form-internals-context.js +9 -0
  112. package/lib/components/contexts/form-internals-context.js.map +1 -0
  113. package/lib/components/cre8-element.d.ts +54 -0
  114. package/lib/components/cre8-element.d.ts.map +1 -0
  115. package/lib/components/cre8-element.js +57 -56
  116. package/lib/components/cre8-element.js.map +1 -0
  117. package/lib/components/cre8-form-element.d.ts +137 -0
  118. package/lib/components/cre8-form-element.d.ts.map +1 -0
  119. package/lib/components/cre8-form-element.js +213 -6
  120. package/lib/components/cre8-form-element.js.map +1 -0
  121. package/lib/components/danger-button/danger-button.d.ts +208 -0
  122. package/lib/components/danger-button/danger-button.d.ts.map +1 -0
  123. package/lib/components/danger-button/danger-button.js +271 -1257
  124. package/lib/components/danger-button/danger-button.js.map +1 -0
  125. package/lib/components/danger-button/danger-button.styles.d.ts +3 -0
  126. package/lib/components/danger-button/danger-button.styles.d.ts.map +1 -0
  127. package/lib/components/danger-button/danger-button.styles.js +1117 -0
  128. package/lib/components/danger-button/danger-button.styles.js.map +1 -0
  129. package/lib/components/date-picker/calendar/calendar.d.ts +115 -0
  130. package/lib/components/date-picker/calendar/calendar.d.ts.map +1 -0
  131. package/lib/components/date-picker/calendar/calendar.js +465 -0
  132. package/lib/components/date-picker/calendar/calendar.js.map +1 -0
  133. package/lib/components/date-picker/calendar/calendar.styles.d.ts +3 -0
  134. package/lib/components/date-picker/calendar/calendar.styles.d.ts.map +1 -0
  135. package/lib/components/date-picker/calendar/calendar.styles.js +689 -0
  136. package/lib/components/date-picker/calendar/calendar.styles.js.map +1 -0
  137. package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.d.ts +22 -0
  138. package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.d.ts.map +1 -0
  139. package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.js +76 -0
  140. package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.js.map +1 -0
  141. package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.styles.d.ts +3 -0
  142. package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.styles.d.ts.map +1 -0
  143. package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.styles.js +610 -0
  144. package/lib/components/date-picker/calendar-month-modal/calendar-month-modal.styles.js.map +1 -0
  145. package/lib/components/date-picker/calendar-navigation/calendar-navigation.d.ts +19 -0
  146. package/lib/components/date-picker/calendar-navigation/calendar-navigation.d.ts.map +1 -0
  147. package/lib/components/date-picker/calendar-navigation/calendar-navigation.js +110 -0
  148. package/lib/components/date-picker/calendar-navigation/calendar-navigation.js.map +1 -0
  149. package/lib/components/date-picker/calendar-navigation/calendar-navigation.styles.d.ts +3 -0
  150. package/lib/components/date-picker/calendar-navigation/calendar-navigation.styles.d.ts.map +1 -0
  151. package/lib/components/date-picker/calendar-navigation/calendar-navigation.styles.js +598 -0
  152. package/lib/components/date-picker/calendar-navigation/calendar-navigation.styles.js.map +1 -0
  153. package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.d.ts +28 -0
  154. package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.d.ts.map +1 -0
  155. package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.js +116 -0
  156. package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.js.map +1 -0
  157. package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.styles.d.ts +3 -0
  158. package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.styles.d.ts.map +1 -0
  159. package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.styles.js +617 -0
  160. package/lib/components/date-picker/calendar-year-modal/calendar-year-modal.styles.js.map +1 -0
  161. package/lib/components/date-picker/date-picker.d.ts +43 -0
  162. package/lib/components/date-picker/date-picker.d.ts.map +1 -0
  163. package/lib/components/date-picker/date-picker.js +97 -3320
  164. package/lib/components/date-picker/date-picker.js.map +1 -0
  165. package/lib/components/date-picker/date-picker.styles.d.ts +3 -0
  166. package/lib/components/date-picker/date-picker.styles.d.ts.map +1 -0
  167. package/lib/components/date-picker/date-picker.styles.js +4 -0
  168. package/lib/components/date-picker/date-picker.styles.js.map +1 -0
  169. package/lib/components/divider/divider.d.ts +29 -0
  170. package/lib/components/divider/divider.d.ts.map +1 -0
  171. package/lib/components/divider/divider.js +44 -653
  172. package/lib/components/divider/divider.js.map +1 -0
  173. package/lib/components/divider/divider.styles.d.ts +3 -0
  174. package/lib/components/divider/divider.styles.d.ts.map +1 -0
  175. package/lib/components/divider/divider.styles.js +623 -0
  176. package/lib/components/divider/divider.styles.js.map +1 -0
  177. package/lib/components/dropdown/dropdown.d.ts +35 -0
  178. package/lib/components/dropdown/dropdown.d.ts.map +1 -0
  179. package/lib/components/dropdown/dropdown.js +90 -713
  180. package/lib/components/dropdown/dropdown.js.map +1 -0
  181. package/lib/components/dropdown/dropdown.styles.d.ts +3 -0
  182. package/lib/components/dropdown/dropdown.styles.d.ts.map +1 -0
  183. package/lib/components/dropdown/dropdown.styles.js +659 -0
  184. package/lib/components/dropdown/dropdown.styles.js.map +1 -0
  185. package/lib/components/dropdown-item/dropdown-item.d.ts +19 -0
  186. package/lib/components/dropdown-item/dropdown-item.d.ts.map +1 -0
  187. package/lib/components/dropdown-item/dropdown-item.js +37 -640
  188. package/lib/components/dropdown-item/dropdown-item.js.map +1 -0
  189. package/lib/components/dropdown-item/dropdown-item.styles.d.ts +3 -0
  190. package/lib/components/dropdown-item/dropdown-item.styles.d.ts.map +1 -0
  191. package/lib/components/dropdown-item/dropdown-item.styles.js +614 -0
  192. package/lib/components/dropdown-item/dropdown-item.styles.js.map +1 -0
  193. package/lib/components/feature/feature.d.ts +28 -0
  194. package/lib/components/feature/feature.d.ts.map +1 -0
  195. package/lib/components/feature/feature.js +40 -679
  196. package/lib/components/feature/feature.js.map +1 -0
  197. package/lib/components/feature/feature.styles.d.ts +3 -0
  198. package/lib/components/feature/feature.styles.d.ts.map +1 -0
  199. package/lib/components/feature/feature.styles.js +648 -0
  200. package/lib/components/feature/feature.styles.js.map +1 -0
  201. package/lib/components/field/field.d.ts +209 -0
  202. package/lib/components/field/field.d.ts.map +1 -0
  203. package/lib/components/field/field.js +213 -854
  204. package/lib/components/field/field.js.map +1 -0
  205. package/lib/components/field/field.styles.d.ts +3 -0
  206. package/lib/components/field/field.styles.d.ts.map +1 -0
  207. package/lib/components/field/field.styles.js +710 -0
  208. package/lib/components/field/field.styles.js.map +1 -0
  209. package/lib/components/field-note/field-note.d.ts +37 -0
  210. package/lib/components/field-note/field-note.d.ts.map +1 -0
  211. package/lib/components/field-note/field-note.js +58 -674
  212. package/lib/components/field-note/field-note.js.map +1 -0
  213. package/lib/components/field-note/field-note.styles.d.ts +3 -0
  214. package/lib/components/field-note/field-note.styles.d.ts.map +1 -0
  215. package/lib/components/field-note/field-note.styles.js +628 -0
  216. package/lib/components/field-note/field-note.styles.js.map +1 -0
  217. package/lib/components/footer/footer.d.ts +17 -0
  218. package/lib/components/footer/footer.d.ts.map +1 -0
  219. package/lib/components/footer/footer.js +25 -620
  220. package/lib/components/footer/footer.js.map +1 -0
  221. package/lib/components/footer/footer.styles.d.ts +3 -0
  222. package/lib/components/footer/footer.styles.d.ts.map +1 -0
  223. package/lib/components/footer/footer.styles.js +606 -0
  224. package/lib/components/footer/footer.styles.js.map +1 -0
  225. package/lib/components/global-nav/global-nav.d.ts +33 -0
  226. package/lib/components/global-nav/global-nav.d.ts.map +1 -0
  227. package/lib/components/global-nav/global-nav.js +44 -638
  228. package/lib/components/global-nav/global-nav.js.map +1 -0
  229. package/lib/components/global-nav/global-nav.styles.d.ts +3 -0
  230. package/lib/components/global-nav/global-nav.styles.d.ts.map +1 -0
  231. package/lib/components/global-nav/global-nav.styles.js +605 -0
  232. package/lib/components/global-nav/global-nav.styles.js.map +1 -0
  233. package/lib/components/global-nav-item/global-nav-item.d.ts +71 -0
  234. package/lib/components/global-nav-item/global-nav-item.d.ts.map +1 -0
  235. package/lib/components/global-nav-item/global-nav-item.js +144 -768
  236. package/lib/components/global-nav-item/global-nav-item.js.map +1 -0
  237. package/lib/components/global-nav-item/global-nav-item.styles.d.ts +3 -0
  238. package/lib/components/global-nav-item/global-nav-item.styles.d.ts.map +1 -0
  239. package/lib/components/global-nav-item/global-nav-item.styles.js +665 -0
  240. package/lib/components/global-nav-item/global-nav-item.styles.js.map +1 -0
  241. package/lib/components/grid/grid.d.ts +49 -0
  242. package/lib/components/grid/grid.d.ts.map +1 -0
  243. package/lib/components/grid/grid.js +48 -976
  244. package/lib/components/grid/grid.js.map +1 -0
  245. package/lib/components/grid/grid.styles.d.ts +3 -0
  246. package/lib/components/grid/grid.styles.d.ts.map +1 -0
  247. package/lib/components/grid/grid.styles.js +935 -0
  248. package/lib/components/grid/grid.styles.js.map +1 -0
  249. package/lib/components/grid-item/grid-item.d.ts +15 -0
  250. package/lib/components/grid-item/grid-item.d.ts.map +1 -0
  251. package/lib/components/grid-item/grid-item.js +17 -602
  252. package/lib/components/grid-item/grid-item.js.map +1 -0
  253. package/lib/components/grid-item/grid-item.styles.d.ts +3 -0
  254. package/lib/components/grid-item/grid-item.styles.d.ts.map +1 -0
  255. package/lib/components/grid-item/grid-item.styles.js +592 -0
  256. package/lib/components/grid-item/grid-item.styles.js.map +1 -0
  257. package/lib/components/header/header.d.ts +20 -0
  258. package/lib/components/header/header.d.ts.map +1 -0
  259. package/lib/components/header/header.js +34 -670
  260. package/lib/components/header/header.js.map +1 -0
  261. package/lib/components/header/header.styles.d.ts +3 -0
  262. package/lib/components/header/header.styles.d.ts.map +1 -0
  263. package/lib/components/header/header.styles.js +645 -0
  264. package/lib/components/header/header.styles.js.map +1 -0
  265. package/lib/components/heading/heading.d.ts +81 -0
  266. package/lib/components/heading/heading.d.ts.map +1 -0
  267. package/lib/components/heading/heading.js +111 -977
  268. package/lib/components/heading/heading.js.map +1 -0
  269. package/lib/components/heading/heading.styles.d.ts +3 -0
  270. package/lib/components/heading/heading.styles.d.ts.map +1 -0
  271. package/lib/components/heading/heading.styles.js +907 -0
  272. package/lib/components/heading/heading.styles.js.map +1 -0
  273. package/lib/components/hero/hero.d.ts +39 -0
  274. package/lib/components/hero/hero.d.ts.map +1 -0
  275. package/lib/components/hero/hero.js +43 -760
  276. package/lib/components/hero/hero.js.map +1 -0
  277. package/lib/components/hero/hero.styles.d.ts +3 -0
  278. package/lib/components/hero/hero.styles.d.ts.map +1 -0
  279. package/lib/components/hero/hero.styles.js +724 -0
  280. package/lib/components/hero/hero.styles.js.map +1 -0
  281. package/lib/components/icon/icon.d.ts +78 -0
  282. package/lib/components/icon/icon.d.ts.map +1 -0
  283. package/lib/components/icon/icon.js +228 -1246
  284. package/lib/components/icon/icon.js.map +1 -0
  285. package/lib/components/icon/icon.styles.d.ts +3 -0
  286. package/lib/components/icon/icon.styles.d.ts.map +1 -0
  287. package/lib/components/icon/icon.styles.js +660 -0
  288. package/lib/components/icon/icon.styles.js.map +1 -0
  289. package/lib/components/inline-alert/inline-alert.d.ts +52 -0
  290. package/lib/components/inline-alert/inline-alert.d.ts.map +1 -0
  291. package/lib/components/inline-alert/inline-alert.js +114 -849
  292. package/lib/components/inline-alert/inline-alert.js.map +1 -0
  293. package/lib/components/inline-alert/inline-alert.styles.d.ts +3 -0
  294. package/lib/components/inline-alert/inline-alert.styles.d.ts.map +1 -0
  295. package/lib/components/inline-alert/inline-alert.styles.js +755 -0
  296. package/lib/components/inline-alert/inline-alert.styles.js.map +1 -0
  297. package/lib/components/layout/layout.d.ts +25 -0
  298. package/lib/components/layout/layout.d.ts.map +1 -0
  299. package/lib/components/layout/layout.js +30 -641
  300. package/lib/components/layout/layout.js.map +1 -0
  301. package/lib/components/layout/layout.styles.d.ts +3 -0
  302. package/lib/components/layout/layout.styles.d.ts.map +1 -0
  303. package/lib/components/layout/layout.styles.js +618 -0
  304. package/lib/components/layout/layout.styles.js.map +1 -0
  305. package/lib/components/layout-container/layout-container.d.ts +20 -0
  306. package/lib/components/layout-container/layout-container.d.ts.map +1 -0
  307. package/lib/components/layout-container/layout-container.js +30 -628
  308. package/lib/components/layout-container/layout-container.js.map +1 -0
  309. package/lib/components/layout-container/layout-container.styles.d.ts +3 -0
  310. package/lib/components/layout-container/layout-container.styles.d.ts.map +1 -0
  311. package/lib/components/layout-container/layout-container.styles.js +605 -0
  312. package/lib/components/layout-container/layout-container.styles.js.map +1 -0
  313. package/lib/components/layout-section/layout-section.d.ts +26 -0
  314. package/lib/components/layout-section/layout-section.d.ts.map +1 -0
  315. package/lib/components/layout-section/layout-section.js +41 -622
  316. package/lib/components/layout-section/layout-section.js.map +1 -0
  317. package/lib/components/layout-section/layout-section.styles.d.ts +3 -0
  318. package/lib/components/layout-section/layout-section.styles.d.ts.map +1 -0
  319. package/lib/components/layout-section/layout-section.styles.js +593 -0
  320. package/lib/components/layout-section/layout-section.styles.js.map +1 -0
  321. package/lib/components/linelength-container/linelength-container.d.ts +15 -0
  322. package/lib/components/linelength-container/linelength-container.d.ts.map +1 -0
  323. package/lib/components/linelength-container/linelength-container.js +17 -602
  324. package/lib/components/linelength-container/linelength-container.js.map +1 -0
  325. package/lib/components/linelength-container/linelength-container.styles.d.ts +3 -0
  326. package/lib/components/linelength-container/linelength-container.styles.d.ts.map +1 -0
  327. package/lib/components/linelength-container/linelength-container.styles.js +592 -0
  328. package/lib/components/linelength-container/linelength-container.styles.js.map +1 -0
  329. package/lib/components/link/link.d.ts +93 -0
  330. package/lib/components/link/link.d.ts.map +1 -0
  331. package/lib/components/link/link.js +123 -846
  332. package/lib/components/link/link.js.map +1 -0
  333. package/lib/components/link/link.styles.d.ts +3 -0
  334. package/lib/components/link/link.styles.d.ts.map +1 -0
  335. package/lib/components/link/link.styles.js +765 -0
  336. package/lib/components/link/link.styles.js.map +1 -0
  337. package/lib/components/link-list/link-list.d.ts +42 -0
  338. package/lib/components/link-list/link-list.d.ts.map +1 -0
  339. package/lib/components/link-list/link-list.js +48 -739
  340. package/lib/components/link-list/link-list.js.map +1 -0
  341. package/lib/components/link-list/link-list.styles.d.ts +3 -0
  342. package/lib/components/link-list/link-list.styles.d.ts.map +1 -0
  343. package/lib/components/link-list/link-list.styles.js +698 -0
  344. package/lib/components/link-list/link-list.styles.js.map +1 -0
  345. package/lib/components/link-list-item/link-list-item.d.ts +27 -0
  346. package/lib/components/link-list-item/link-list-item.d.ts.map +1 -0
  347. package/lib/components/link-list-item/link-list-item.js +40 -677
  348. package/lib/components/link-list-item/link-list-item.js.map +1 -0
  349. package/lib/components/link-list-item/link-list-item.styles.d.ts +3 -0
  350. package/lib/components/link-list-item/link-list-item.styles.d.ts.map +1 -0
  351. package/lib/components/link-list-item/link-list-item.styles.js +644 -0
  352. package/lib/components/link-list-item/link-list-item.styles.js.map +1 -0
  353. package/lib/components/list/list.d.ts +34 -0
  354. package/lib/components/list/list.d.ts.map +1 -0
  355. package/lib/components/list/list.js +35 -662
  356. package/lib/components/list/list.js.map +1 -0
  357. package/lib/components/list/list.styles.d.ts +3 -0
  358. package/lib/components/list/list.styles.d.ts.map +1 -0
  359. package/lib/components/list/list.styles.js +634 -0
  360. package/lib/components/list/list.styles.js.map +1 -0
  361. package/lib/components/list-item/list-item.d.ts +16 -0
  362. package/lib/components/list-item/list-item.d.ts.map +1 -0
  363. package/lib/components/list-item/list-item.js +25 -606
  364. package/lib/components/list-item/list-item.js.map +1 -0
  365. package/lib/components/list-item/list-item.styles.d.ts +3 -0
  366. package/lib/components/list-item/list-item.styles.d.ts.map +1 -0
  367. package/lib/components/list-item/list-item.styles.js +589 -0
  368. package/lib/components/list-item/list-item.styles.js.map +1 -0
  369. package/lib/components/loading-spinner/loading-spinner.d.ts +90 -0
  370. package/lib/components/loading-spinner/loading-spinner.d.ts.map +1 -0
  371. package/lib/components/loading-spinner/loading-spinner.js +124 -787
  372. package/lib/components/loading-spinner/loading-spinner.js.map +1 -0
  373. package/lib/components/loading-spinner/loading-spinner.styles.d.ts +3 -0
  374. package/lib/components/loading-spinner/loading-spinner.styles.d.ts.map +1 -0
  375. package/lib/components/loading-spinner/loading-spinner.styles.js +722 -0
  376. package/lib/components/loading-spinner/loading-spinner.styles.js.map +1 -0
  377. package/lib/components/logo/logo.d.ts +19 -0
  378. package/lib/components/logo/logo.d.ts.map +1 -0
  379. package/lib/components/logo/logo.js +28 -613
  380. package/lib/components/logo/logo.js.map +1 -0
  381. package/lib/components/logo/logo.styles.d.ts +3 -0
  382. package/lib/components/logo/logo.styles.d.ts.map +1 -0
  383. package/lib/components/logo/logo.styles.js +592 -0
  384. package/lib/components/logo/logo.styles.js.map +1 -0
  385. package/lib/components/main/main.d.ts +20 -0
  386. package/lib/components/main/main.d.ts.map +1 -0
  387. package/lib/components/main/main.js +29 -628
  388. package/lib/components/main/main.js.map +1 -0
  389. package/lib/components/main/main.styles.d.ts +3 -0
  390. package/lib/components/main/main.styles.d.ts.map +1 -0
  391. package/lib/components/main/main.styles.js +606 -0
  392. package/lib/components/main/main.styles.js.map +1 -0
  393. package/lib/components/modal/modal.d.ts +99 -0
  394. package/lib/components/modal/modal.d.ts.map +1 -0
  395. package/lib/components/modal/modal.js +170 -878
  396. package/lib/components/modal/modal.js.map +1 -0
  397. package/lib/components/modal/modal.styles.d.ts +3 -0
  398. package/lib/components/modal/modal.styles.d.ts.map +1 -0
  399. package/lib/components/modal/modal.styles.js +743 -0
  400. package/lib/components/modal/modal.styles.js.map +1 -0
  401. package/lib/components/multi-select/multi-select.d.ts +131 -0
  402. package/lib/components/multi-select/multi-select.d.ts.map +1 -0
  403. package/lib/components/multi-select/multi-select.js +294 -1030
  404. package/lib/components/multi-select/multi-select.js.map +1 -0
  405. package/lib/components/multi-select/multi-select.styles.d.ts +3 -0
  406. package/lib/components/multi-select/multi-select.styles.d.ts.map +1 -0
  407. package/lib/components/multi-select/multi-select.styles.js +829 -0
  408. package/lib/components/multi-select/multi-select.styles.js.map +1 -0
  409. package/lib/components/nav-container/nav-container.d.ts +15 -0
  410. package/lib/components/nav-container/nav-container.d.ts.map +1 -0
  411. package/lib/components/nav-container/nav-container.js +17 -631
  412. package/lib/components/nav-container/nav-container.js.map +1 -0
  413. package/lib/components/nav-container/nav-container.styles.d.ts +3 -0
  414. package/lib/components/nav-container/nav-container.styles.d.ts.map +1 -0
  415. package/lib/components/nav-container/nav-container.styles.js +621 -0
  416. package/lib/components/nav-container/nav-container.styles.js.map +1 -0
  417. package/lib/components/page-header/page-header.d.ts +19 -0
  418. package/lib/components/page-header/page-header.d.ts.map +1 -0
  419. package/lib/components/page-header/page-header.js +36 -664
  420. package/lib/components/page-header/page-header.js.map +1 -0
  421. package/lib/components/page-header/page-header.styles.d.ts +3 -0
  422. package/lib/components/page-header/page-header.styles.d.ts.map +1 -0
  423. package/lib/components/page-header/page-header.styles.js +639 -0
  424. package/lib/components/page-header/page-header.styles.js.map +1 -0
  425. package/lib/components/pagination/page-counter/page-counter.d.ts +20 -0
  426. package/lib/components/pagination/page-counter/page-counter.d.ts.map +1 -0
  427. package/lib/components/pagination/page-counter/page-counter.js +67 -0
  428. package/lib/components/pagination/page-counter/page-counter.js.map +1 -0
  429. package/lib/components/pagination/page-counter/page-counter.styles.d.ts +3 -0
  430. package/lib/components/pagination/page-counter/page-counter.styles.d.ts.map +1 -0
  431. package/lib/components/pagination/page-counter/page-counter.styles.js +602 -0
  432. package/lib/components/pagination/page-counter/page-counter.styles.js.map +1 -0
  433. package/lib/components/pagination/pagination.d.ts +126 -0
  434. package/lib/components/pagination/pagination.d.ts.map +1 -0
  435. package/lib/components/pagination/pagination.js +272 -1475
  436. package/lib/components/pagination/pagination.js.map +1 -0
  437. package/lib/components/pagination/pagination.styles.d.ts +3 -0
  438. package/lib/components/pagination/pagination.styles.d.ts.map +1 -0
  439. package/lib/components/pagination/pagination.styles.js +648 -0
  440. package/lib/components/pagination/pagination.styles.js.map +1 -0
  441. package/lib/components/percent-bar/percent-bar.d.ts +26 -0
  442. package/lib/components/percent-bar/percent-bar.d.ts.map +1 -0
  443. package/lib/components/percent-bar/percent-bar.js +53 -657
  444. package/lib/components/percent-bar/percent-bar.js.map +1 -0
  445. package/lib/components/percent-bar/percent-bar.styles.d.ts +3 -0
  446. package/lib/components/percent-bar/percent-bar.styles.d.ts.map +1 -0
  447. package/lib/components/percent-bar/percent-bar.styles.js +614 -0
  448. package/lib/components/percent-bar/percent-bar.styles.js.map +1 -0
  449. package/lib/components/popover/popover.d.ts +155 -0
  450. package/lib/components/popover/popover.d.ts.map +1 -0
  451. package/lib/components/popover/popover.js +293 -933
  452. package/lib/components/popover/popover.js.map +1 -0
  453. package/lib/components/popover/popover.styles.d.ts +3 -0
  454. package/lib/components/popover/popover.styles.d.ts.map +1 -0
  455. package/lib/components/popover/popover.styles.js +769 -0
  456. package/lib/components/popover/popover.styles.js.map +1 -0
  457. package/lib/components/primary-nav/primary-nav.d.ts +33 -0
  458. package/lib/components/primary-nav/primary-nav.d.ts.map +1 -0
  459. package/lib/components/primary-nav/primary-nav.js +44 -649
  460. package/lib/components/primary-nav/primary-nav.js.map +1 -0
  461. package/lib/components/primary-nav/primary-nav.styles.d.ts +3 -0
  462. package/lib/components/primary-nav/primary-nav.styles.d.ts.map +1 -0
  463. package/lib/components/primary-nav/primary-nav.styles.js +616 -0
  464. package/lib/components/primary-nav/primary-nav.styles.js.map +1 -0
  465. package/lib/components/primary-nav-item/primary-nav-item.d.ts +71 -0
  466. package/lib/components/primary-nav-item/primary-nav-item.d.ts.map +1 -0
  467. package/lib/components/primary-nav-item/primary-nav-item.js +146 -874
  468. package/lib/components/primary-nav-item/primary-nav-item.js.map +1 -0
  469. package/lib/components/primary-nav-item/primary-nav-item.styles.d.ts +3 -0
  470. package/lib/components/primary-nav-item/primary-nav-item.styles.d.ts.map +1 -0
  471. package/lib/components/primary-nav-item/primary-nav-item.styles.js +770 -0
  472. package/lib/components/primary-nav-item/primary-nav-item.styles.js.map +1 -0
  473. package/lib/components/progress-meter/progress-meter.d.ts +51 -0
  474. package/lib/components/progress-meter/progress-meter.d.ts.map +1 -0
  475. package/lib/components/progress-meter/progress-meter.js +72 -753
  476. package/lib/components/progress-meter/progress-meter.js.map +1 -0
  477. package/lib/components/progress-meter/progress-meter.styles.d.ts +3 -0
  478. package/lib/components/progress-meter/progress-meter.styles.d.ts.map +1 -0
  479. package/lib/components/progress-meter/progress-meter.styles.js +702 -0
  480. package/lib/components/progress-meter/progress-meter.styles.js.map +1 -0
  481. package/lib/components/progress-steps/progress-steps.d.ts +34 -0
  482. package/lib/components/progress-steps/progress-steps.d.ts.map +1 -0
  483. package/lib/components/progress-steps/progress-steps.js +38 -617
  484. package/lib/components/progress-steps/progress-steps.js.map +1 -0
  485. package/lib/components/progress-steps/progress-steps.styles.d.ts +3 -0
  486. package/lib/components/progress-steps/progress-steps.styles.d.ts.map +1 -0
  487. package/lib/components/progress-steps/progress-steps.styles.js +604 -0
  488. package/lib/components/progress-steps/progress-steps.styles.js.map +1 -0
  489. package/lib/components/progress-steps-item/progress-steps-item.d.ts +44 -0
  490. package/lib/components/progress-steps-item/progress-steps-item.d.ts.map +1 -0
  491. package/lib/components/progress-steps-item/progress-steps-item.js +51 -749
  492. package/lib/components/progress-steps-item/progress-steps-item.js.map +1 -0
  493. package/lib/components/progress-steps-item/progress-steps-item.styles.d.ts +3 -0
  494. package/lib/components/progress-steps-item/progress-steps-item.styles.d.ts.map +1 -0
  495. package/lib/components/progress-steps-item/progress-steps-item.styles.js +714 -0
  496. package/lib/components/progress-steps-item/progress-steps-item.styles.js.map +1 -0
  497. package/lib/components/radio-field/radio-field.d.ts +56 -0
  498. package/lib/components/radio-field/radio-field.d.ts.map +1 -0
  499. package/lib/components/radio-field/radio-field.js +59 -672
  500. package/lib/components/radio-field/radio-field.js.map +1 -0
  501. package/lib/components/radio-field/radio-field.styles.d.ts +3 -0
  502. package/lib/components/radio-field/radio-field.styles.d.ts.map +1 -0
  503. package/lib/components/radio-field/radio-field.styles.js +627 -0
  504. package/lib/components/radio-field/radio-field.styles.js.map +1 -0
  505. package/lib/components/radio-field-item/radio-field-item.d.ts +158 -0
  506. package/lib/components/radio-field-item/radio-field-item.d.ts.map +1 -0
  507. package/lib/components/radio-field-item/radio-field-item.js +213 -890
  508. package/lib/components/radio-field-item/radio-field-item.js.map +1 -0
  509. package/lib/components/radio-field-item/radio-field-item.styles.d.ts +3 -0
  510. package/lib/components/radio-field-item/radio-field-item.styles.d.ts.map +1 -0
  511. package/lib/components/radio-field-item/radio-field-item.styles.js +724 -0
  512. package/lib/components/radio-field-item/radio-field-item.styles.js.map +1 -0
  513. package/lib/components/remove-tag/remove-tag.d.ts +53 -0
  514. package/lib/components/remove-tag/remove-tag.d.ts.map +1 -0
  515. package/lib/components/remove-tag/remove-tag.js +86 -742
  516. package/lib/components/remove-tag/remove-tag.js.map +1 -0
  517. package/lib/components/remove-tag/remove-tag.styles.d.ts +3 -0
  518. package/lib/components/remove-tag/remove-tag.styles.d.ts.map +1 -0
  519. package/lib/components/remove-tag/remove-tag.styles.js +684 -0
  520. package/lib/components/remove-tag/remove-tag.styles.js.map +1 -0
  521. package/lib/components/section/section.d.ts +33 -0
  522. package/lib/components/section/section.d.ts.map +1 -0
  523. package/lib/components/section/section.js +46 -634
  524. package/lib/components/section/section.js.map +1 -0
  525. package/lib/components/section/section.styles.d.ts +3 -0
  526. package/lib/components/section/section.styles.d.ts.map +1 -0
  527. package/lib/components/section/section.styles.js +611 -0
  528. package/lib/components/section/section.styles.js.map +1 -0
  529. package/lib/components/select/select.d.ts +169 -0
  530. package/lib/components/select/select.d.ts.map +1 -0
  531. package/lib/components/select/select.js +235 -890
  532. package/lib/components/select/select.js.map +1 -0
  533. package/lib/components/select/select.styles.d.ts +3 -0
  534. package/lib/components/select/select.styles.d.ts.map +1 -0
  535. package/lib/components/select/select.styles.js +742 -0
  536. package/lib/components/select/select.styles.js.map +1 -0
  537. package/lib/components/select-tile/select-tile-checkbox-controller.d.ts +40 -0
  538. package/lib/components/select-tile/select-tile-checkbox-controller.d.ts.map +1 -0
  539. package/lib/components/select-tile/select-tile-checkbox-controller.js +60 -0
  540. package/lib/components/select-tile/select-tile-checkbox-controller.js.map +1 -0
  541. package/lib/components/select-tile/select-tile-radio-controller.d.ts +87 -0
  542. package/lib/components/select-tile/select-tile-radio-controller.d.ts.map +1 -0
  543. package/lib/components/select-tile/select-tile-radio-controller.js +167 -0
  544. package/lib/components/select-tile/select-tile-radio-controller.js.map +1 -0
  545. package/lib/components/select-tile/select-tile.d.ts +159 -0
  546. package/lib/components/select-tile/select-tile.d.ts.map +1 -0
  547. package/lib/components/select-tile/select-tile.js +228 -226
  548. package/lib/components/select-tile/select-tile.js.map +1 -0
  549. package/lib/components/select-tile/select-tile.styles.d.ts +3 -0
  550. package/lib/components/select-tile/select-tile.styles.d.ts.map +1 -0
  551. package/lib/components/select-tile/select-tile.styles.js +4 -0
  552. package/lib/components/select-tile/select-tile.styles.js.map +1 -0
  553. package/lib/components/select-tile-list/select-tile-list.d.ts +52 -0
  554. package/lib/components/select-tile-list/select-tile-list.d.ts.map +1 -0
  555. package/lib/components/select-tile-list/select-tile-list.js +73 -678
  556. package/lib/components/select-tile-list/select-tile-list.js.map +1 -0
  557. package/lib/components/select-tile-list/select-tile-list.styles.d.ts +3 -0
  558. package/lib/components/select-tile-list/select-tile-list.styles.d.ts.map +1 -0
  559. package/lib/components/select-tile-list/select-tile-list.styles.js +623 -0
  560. package/lib/components/select-tile-list/select-tile-list.styles.js.map +1 -0
  561. package/lib/components/skeleton-loader/skeleton-loader.d.ts +53 -0
  562. package/lib/components/skeleton-loader/skeleton-loader.d.ts.map +1 -0
  563. package/lib/components/skeleton-loader/skeleton-loader.js +68 -672
  564. package/lib/components/skeleton-loader/skeleton-loader.js.map +1 -0
  565. package/lib/components/skeleton-loader/skeleton-loader.styles.d.ts +3 -0
  566. package/lib/components/skeleton-loader/skeleton-loader.styles.d.ts.map +1 -0
  567. package/lib/components/skeleton-loader/skeleton-loader.styles.js +637 -0
  568. package/lib/components/skeleton-loader/skeleton-loader.styles.js.map +1 -0
  569. package/lib/components/split-button/split-button.d.ts +34 -0
  570. package/lib/components/split-button/split-button.d.ts.map +1 -0
  571. package/lib/components/split-button/split-button.js +49 -638
  572. package/lib/components/split-button/split-button.js.map +1 -0
  573. package/lib/components/split-button/split-button.styles.d.ts +3 -0
  574. package/lib/components/split-button/split-button.styles.d.ts.map +1 -0
  575. package/lib/components/split-button/split-button.styles.js +598 -0
  576. package/lib/components/split-button/split-button.styles.js.map +1 -0
  577. package/lib/components/submenu/submenu.d.ts +15 -0
  578. package/lib/components/submenu/submenu.d.ts.map +1 -0
  579. package/lib/components/submenu/submenu.js +17 -604
  580. package/lib/components/submenu/submenu.js.map +1 -0
  581. package/lib/components/submenu/submenu.styles.d.ts +3 -0
  582. package/lib/components/submenu/submenu.styles.d.ts.map +1 -0
  583. package/lib/components/submenu/submenu.styles.js +594 -0
  584. package/lib/components/submenu/submenu.styles.js.map +1 -0
  585. package/lib/components/submenu-item/submenu-item.d.ts +19 -0
  586. package/lib/components/submenu-item/submenu-item.d.ts.map +1 -0
  587. package/lib/components/submenu-item/submenu-item.js +32 -624
  588. package/lib/components/submenu-item/submenu-item.js.map +1 -0
  589. package/lib/components/submenu-item/submenu-item.styles.d.ts +3 -0
  590. package/lib/components/submenu-item/submenu-item.styles.d.ts.map +1 -0
  591. package/lib/components/submenu-item/submenu-item.styles.js +602 -0
  592. package/lib/components/submenu-item/submenu-item.styles.js.map +1 -0
  593. package/lib/components/tab/tab.d.ts +58 -0
  594. package/lib/components/tab/tab.d.ts.map +1 -0
  595. package/lib/components/tab/tab.js +73 -741
  596. package/lib/components/tab/tab.js.map +1 -0
  597. package/lib/components/tab/tab.styles.d.ts +3 -0
  598. package/lib/components/tab/tab.styles.d.ts.map +1 -0
  599. package/lib/components/tab/tab.styles.js +683 -0
  600. package/lib/components/tab/tab.styles.js.map +1 -0
  601. package/lib/components/tab-panel/tab-panel.d.ts +38 -0
  602. package/lib/components/tab-panel/tab-panel.d.ts.map +1 -0
  603. package/lib/components/tab-panel/tab-panel.js +49 -657
  604. package/lib/components/tab-panel/tab-panel.js.map +1 -0
  605. package/lib/components/tab-panel/tab-panel.styles.d.ts +3 -0
  606. package/lib/components/tab-panel/tab-panel.styles.d.ts.map +1 -0
  607. package/lib/components/tab-panel/tab-panel.styles.js +618 -0
  608. package/lib/components/tab-panel/tab-panel.styles.js.map +1 -0
  609. package/lib/components/table/table.d.ts +43 -0
  610. package/lib/components/table/table.d.ts.map +1 -0
  611. package/lib/components/table/table.js +46 -673
  612. package/lib/components/table/table.js.map +1 -0
  613. package/lib/components/table/table.styles.d.ts +3 -0
  614. package/lib/components/table/table.styles.d.ts.map +1 -0
  615. package/lib/components/table/table.styles.js +636 -0
  616. package/lib/components/table/table.styles.js.map +1 -0
  617. package/lib/components/table-body/table-body.d.ts +15 -0
  618. package/lib/components/table-body/table-body.d.ts.map +1 -0
  619. package/lib/components/table-body/table-body.js +19 -607
  620. package/lib/components/table-body/table-body.js.map +1 -0
  621. package/lib/components/table-body/table-body.styles.d.ts +3 -0
  622. package/lib/components/table-body/table-body.styles.d.ts.map +1 -0
  623. package/lib/components/table-body/table-body.styles.js +595 -0
  624. package/lib/components/table-body/table-body.styles.js.map +1 -0
  625. package/lib/components/table-cell/table-cell.d.ts +32 -0
  626. package/lib/components/table-cell/table-cell.d.ts.map +1 -0
  627. package/lib/components/table-cell/table-cell.js +39 -660
  628. package/lib/components/table-cell/table-cell.js.map +1 -0
  629. package/lib/components/table-cell/table-cell.styles.d.ts +3 -0
  630. package/lib/components/table-cell/table-cell.styles.d.ts.map +1 -0
  631. package/lib/components/table-cell/table-cell.styles.js +628 -0
  632. package/lib/components/table-cell/table-cell.styles.js.map +1 -0
  633. package/lib/components/table-header/table-header.d.ts +15 -0
  634. package/lib/components/table-header/table-header.d.ts.map +1 -0
  635. package/lib/components/table-header/table-header.js +19 -627
  636. package/lib/components/table-header/table-header.js.map +1 -0
  637. package/lib/components/table-header/table-header.styles.d.ts +3 -0
  638. package/lib/components/table-header/table-header.styles.d.ts.map +1 -0
  639. package/lib/components/table-header/table-header.styles.js +615 -0
  640. package/lib/components/table-header/table-header.styles.js.map +1 -0
  641. package/lib/components/table-header-cell/table-header-cell.d.ts +24 -0
  642. package/lib/components/table-header-cell/table-header-cell.d.ts.map +1 -0
  643. package/lib/components/table-header-cell/table-header-cell.js +35 -635
  644. package/lib/components/table-header-cell/table-header-cell.js.map +1 -0
  645. package/lib/components/table-header-cell/table-header-cell.styles.d.ts +3 -0
  646. package/lib/components/table-header-cell/table-header-cell.styles.d.ts.map +1 -0
  647. package/lib/components/table-header-cell/table-header-cell.styles.js +607 -0
  648. package/lib/components/table-header-cell/table-header-cell.styles.js.map +1 -0
  649. package/lib/components/table-object/table-object.d.ts +15 -0
  650. package/lib/components/table-object/table-object.d.ts.map +1 -0
  651. package/lib/components/table-object/table-object.js +21 -616
  652. package/lib/components/table-object/table-object.js.map +1 -0
  653. package/lib/components/table-object/table-object.styles.d.ts +3 -0
  654. package/lib/components/table-object/table-object.styles.d.ts.map +1 -0
  655. package/lib/components/table-object/table-object.styles.js +602 -0
  656. package/lib/components/table-object/table-object.styles.js.map +1 -0
  657. package/lib/components/table-row/table-row.d.ts +43 -0
  658. package/lib/components/table-row/table-row.d.ts.map +1 -0
  659. package/lib/components/table-row/table-row.js +74 -745
  660. package/lib/components/table-row/table-row.js.map +1 -0
  661. package/lib/components/table-row/table-row.styles.d.ts +3 -0
  662. package/lib/components/table-row/table-row.styles.d.ts.map +1 -0
  663. package/lib/components/table-row/table-row.styles.js +694 -0
  664. package/lib/components/table-row/table-row.styles.js.map +1 -0
  665. package/lib/components/tabs/tabs.d.ts +238 -0
  666. package/lib/components/tabs/tabs.d.ts.map +1 -0
  667. package/lib/components/tabs/tabs.js +441 -969
  668. package/lib/components/tabs/tabs.js.map +1 -0
  669. package/lib/components/tabs/tabs.styles.d.ts +3 -0
  670. package/lib/components/tabs/tabs.styles.d.ts.map +1 -0
  671. package/lib/components/tabs/tabs.styles.js +681 -0
  672. package/lib/components/tabs/tabs.styles.js.map +1 -0
  673. package/lib/components/tag/tag.d.ts +92 -0
  674. package/lib/components/tag/tag.d.ts.map +1 -0
  675. package/lib/components/tag/tag.js +222 -850
  676. package/lib/components/tag/tag.js.map +1 -0
  677. package/lib/components/tag/tag.styles.d.ts +3 -0
  678. package/lib/components/tag/tag.styles.d.ts.map +1 -0
  679. package/lib/components/tag/tag.styles.js +698 -0
  680. package/lib/components/tag/tag.styles.js.map +1 -0
  681. package/lib/components/tag-list/tag-list.d.ts +28 -0
  682. package/lib/components/tag-list/tag-list.d.ts.map +1 -0
  683. package/lib/components/tag-list/tag-list.js +40 -646
  684. package/lib/components/tag-list/tag-list.js.map +1 -0
  685. package/lib/components/tag-list/tag-list.styles.d.ts +3 -0
  686. package/lib/components/tag-list/tag-list.styles.d.ts.map +1 -0
  687. package/lib/components/tag-list/tag-list.styles.js +615 -0
  688. package/lib/components/tag-list/tag-list.styles.js.map +1 -0
  689. package/lib/components/tertiary-nav/tertiary-nav.d.ts +23 -0
  690. package/lib/components/tertiary-nav/tertiary-nav.d.ts.map +1 -0
  691. package/lib/components/tertiary-nav/tertiary-nav.js +40 -645
  692. package/lib/components/tertiary-nav/tertiary-nav.js.map +1 -0
  693. package/lib/components/tertiary-nav/tertiary-nav.styles.d.ts +3 -0
  694. package/lib/components/tertiary-nav/tertiary-nav.styles.d.ts.map +1 -0
  695. package/lib/components/tertiary-nav/tertiary-nav.styles.js +616 -0
  696. package/lib/components/tertiary-nav/tertiary-nav.styles.js.map +1 -0
  697. package/lib/components/tertiary-nav-item/tertiary-nav-item.d.ts +29 -0
  698. package/lib/components/tertiary-nav-item/tertiary-nav-item.d.ts.map +1 -0
  699. package/lib/components/tertiary-nav-item/tertiary-nav-item.js +52 -677
  700. package/lib/components/tertiary-nav-item/tertiary-nav-item.js.map +1 -0
  701. package/lib/components/tertiary-nav-item/tertiary-nav-item.styles.d.ts +3 -0
  702. package/lib/components/tertiary-nav-item/tertiary-nav-item.styles.d.ts.map +1 -0
  703. package/lib/components/tertiary-nav-item/tertiary-nav-item.styles.js +638 -0
  704. package/lib/components/tertiary-nav-item/tertiary-nav-item.styles.js.map +1 -0
  705. package/lib/components/text-link/text-link.d.ts +43 -0
  706. package/lib/components/text-link/text-link.d.ts.map +1 -0
  707. package/lib/components/text-link/text-link.js +45 -692
  708. package/lib/components/text-link/text-link.js.map +1 -0
  709. package/lib/components/text-link/text-link.styles.d.ts +3 -0
  710. package/lib/components/text-link/text-link.styles.d.ts.map +1 -0
  711. package/lib/components/text-link/text-link.styles.js +655 -0
  712. package/lib/components/text-link/text-link.styles.js.map +1 -0
  713. package/lib/components/text-passage/text-passage-light-dom.d.ts +3 -0
  714. package/lib/components/text-passage/text-passage-light-dom.d.ts.map +1 -0
  715. package/lib/components/text-passage/text-passage-light-dom.js +145 -0
  716. package/lib/components/text-passage/text-passage-light-dom.js.map +1 -0
  717. package/lib/components/text-passage/text-passage-light-dom.styles.d.ts +3 -0
  718. package/lib/components/text-passage/text-passage-light-dom.styles.d.ts.map +1 -0
  719. package/lib/components/text-passage/text-passage-light-dom.styles.js +843 -0
  720. package/lib/components/text-passage/text-passage-light-dom.styles.js.map +1 -0
  721. package/lib/components/text-passage/text-passage.d.ts +44 -0
  722. package/lib/components/text-passage/text-passage.d.ts.map +1 -0
  723. package/lib/components/text-passage/text-passage.js +73 -1505
  724. package/lib/components/text-passage/text-passage.js.map +1 -0
  725. package/lib/components/text-passage/text-passage.styles.d.ts +3 -0
  726. package/lib/components/text-passage/text-passage.styles.d.ts.map +1 -0
  727. package/lib/components/text-passage/text-passage.styles.js +625 -0
  728. package/lib/components/text-passage/text-passage.styles.js.map +1 -0
  729. package/lib/components/tooltip/tooltip.d.ts +171 -0
  730. package/lib/components/tooltip/tooltip.d.ts.map +1 -0
  731. package/lib/components/tooltip/tooltip.js +270 -945
  732. package/lib/components/tooltip/tooltip.js.map +1 -0
  733. package/lib/components/tooltip/tooltip.styles.d.ts +3 -0
  734. package/lib/components/tooltip/tooltip.styles.d.ts.map +1 -0
  735. package/lib/components/tooltip/tooltip.styles.js +784 -0
  736. package/lib/components/tooltip/tooltip.styles.js.map +1 -0
  737. package/lib/components/utility-nav/utility-nav.d.ts +24 -0
  738. package/lib/components/utility-nav/utility-nav.d.ts.map +1 -0
  739. package/lib/components/utility-nav/utility-nav.js +40 -645
  740. package/lib/components/utility-nav/utility-nav.js.map +1 -0
  741. package/lib/components/utility-nav/utility-nav.styles.d.ts +3 -0
  742. package/lib/components/utility-nav/utility-nav.styles.d.ts.map +1 -0
  743. package/lib/components/utility-nav/utility-nav.styles.js +616 -0
  744. package/lib/components/utility-nav/utility-nav.styles.js.map +1 -0
  745. package/lib/components/utility-nav-item/utility-nav-item.d.ts +39 -0
  746. package/lib/components/utility-nav-item/utility-nav-item.d.ts.map +1 -0
  747. package/lib/components/utility-nav-item/utility-nav-item.js +70 -691
  748. package/lib/components/utility-nav-item/utility-nav-item.js.map +1 -0
  749. package/lib/components/utility-nav-item/utility-nav-item.styles.d.ts +3 -0
  750. package/lib/components/utility-nav-item/utility-nav-item.styles.d.ts.map +1 -0
  751. package/lib/components/utility-nav-item/utility-nav-item.styles.js +646 -0
  752. package/lib/components/utility-nav-item/utility-nav-item.styles.js.map +1 -0
  753. package/lib/design-tokens/brands/blue/css/tokens_blue.module.d.ts +3 -0
  754. package/lib/design-tokens/brands/blue/css/tokens_blue.module.d.ts.map +1 -0
  755. package/lib/design-tokens/brands/blue/css/tokens_blue.module.js +737 -0
  756. package/lib/design-tokens/brands/blue/css/tokens_blue.module.js.map +1 -0
  757. package/lib/design-tokens/brands/bolt/tokens_bolt.theme.d.ts +3 -0
  758. package/lib/design-tokens/brands/bolt/tokens_bolt.theme.d.ts.map +1 -0
  759. package/lib/design-tokens/brands/bolt/tokens_bolt.theme.js +756 -0
  760. package/lib/design-tokens/brands/bolt/tokens_bolt.theme.js.map +1 -0
  761. package/lib/design-tokens/brands/cre8/css/tokens_cre8.module.d.ts +3 -0
  762. package/lib/design-tokens/brands/cre8/css/tokens_cre8.module.d.ts.map +1 -0
  763. package/lib/design-tokens/brands/cre8/css/tokens_cre8.module.js +771 -0
  764. package/lib/design-tokens/brands/cre8/css/tokens_cre8.module.js.map +1 -0
  765. package/lib/design-tokens/brands/cre8-a2ui/css/fonts.css +4 -8
  766. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts +3 -0
  767. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts.map +1 -0
  768. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js +776 -0
  769. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js.map +1 -0
  770. package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.module.d.ts +3 -0
  771. package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.module.d.ts.map +1 -0
  772. package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.module.js +737 -0
  773. package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.module.js.map +1 -0
  774. package/lib/design-tokens/brands/femmecubator/css/tokens_femmecubator2.module.d.ts +3 -0
  775. package/lib/design-tokens/brands/femmecubator/css/tokens_femmecubator2.module.d.ts.map +1 -0
  776. package/lib/design-tokens/brands/femmecubator/css/tokens_femmecubator2.module.js +983 -0
  777. package/lib/design-tokens/brands/femmecubator/css/tokens_femmecubator2.module.js.map +1 -0
  778. package/lib/design-tokens/brands/legacy/css/tokens_legacy.module.d.ts +3 -0
  779. package/lib/design-tokens/brands/legacy/css/tokens_legacy.module.d.ts.map +1 -0
  780. package/lib/design-tokens/brands/legacy/css/tokens_legacy.module.js +737 -0
  781. package/lib/design-tokens/brands/legacy/css/tokens_legacy.module.js.map +1 -0
  782. package/lib/design-tokens/brands/marketing/css/tokens_marketing.module.d.ts +3 -0
  783. package/lib/design-tokens/brands/marketing/css/tokens_marketing.module.d.ts.map +1 -0
  784. package/lib/design-tokens/brands/marketing/css/tokens_marketing.module.js +736 -0
  785. package/lib/design-tokens/brands/marketing/css/tokens_marketing.module.js.map +1 -0
  786. package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.d.ts +3 -0
  787. package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.d.ts.map +1 -0
  788. package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.js +737 -0
  789. package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.module.js.map +1 -0
  790. package/lib/design-tokens/brands/notion/tokens_notion.module.d.ts +3 -0
  791. package/lib/design-tokens/brands/notion/tokens_notion.module.d.ts.map +1 -0
  792. package/lib/design-tokens/brands/notion/tokens_notion.module.js +91 -0
  793. package/lib/design-tokens/brands/notion/tokens_notion.module.js.map +1 -0
  794. package/lib/design-tokens/brands/prisma/tokens_prisma.module.d.ts +3 -0
  795. package/lib/design-tokens/brands/prisma/tokens_prisma.module.d.ts.map +1 -0
  796. package/lib/design-tokens/brands/prisma/tokens_prisma.module.js +771 -0
  797. package/lib/design-tokens/brands/prisma/tokens_prisma.module.js.map +1 -0
  798. package/lib/design-tokens/brands/starbucks/tokens.module.d.ts +3 -0
  799. package/lib/design-tokens/brands/starbucks/tokens.module.d.ts.map +1 -0
  800. package/lib/design-tokens/brands/starbucks/tokens.module.js +552 -0
  801. package/lib/design-tokens/brands/starbucks/tokens.module.js.map +1 -0
  802. package/lib/design-tokens/brands/starbucks/tokens_starbucks.module.d.ts +3 -0
  803. package/lib/design-tokens/brands/starbucks/tokens_starbucks.module.d.ts.map +1 -0
  804. package/lib/design-tokens/brands/starbucks/tokens_starbucks.module.js +776 -0
  805. package/lib/design-tokens/brands/starbucks/tokens_starbucks.module.js.map +1 -0
  806. package/lib/design-tokens/core/scss/theming/head.module.d.ts +3 -0
  807. package/lib/design-tokens/core/scss/theming/head.module.d.ts.map +1 -0
  808. package/lib/design-tokens/core/scss/theming/head.module.js +6 -0
  809. package/lib/design-tokens/core/scss/theming/head.module.js.map +1 -0
  810. package/lib/directives/if-truthy.d.ts +10 -0
  811. package/lib/directives/if-truthy.d.ts.map +1 -0
  812. package/lib/directives/if-truthy.js +24 -0
  813. package/lib/directives/if-truthy.js.map +1 -0
  814. package/lib/directives/spread.d.ts +10 -0
  815. package/lib/directives/spread.d.ts.map +1 -0
  816. package/lib/directives/spread.js +29 -0
  817. package/lib/directives/spread.js.map +1 -0
  818. package/lib/index.d.ts +88 -0
  819. package/lib/index.d.ts.map +1 -0
  820. package/lib/index.js +86 -172
  821. package/lib/index.js.map +1 -0
  822. package/lib/scripts/convert-scss-to-ts.d.ts +2 -0
  823. package/lib/scripts/convert-scss-to-ts.d.ts.map +1 -0
  824. package/lib/scripts/convert-scss-to-ts.js +100 -0
  825. package/lib/scripts/convert-scss-to-ts.js.map +1 -0
  826. package/lib/scripts/generate-mcp-manifest.d.ts +8 -0
  827. package/lib/scripts/generate-mcp-manifest.d.ts.map +1 -0
  828. package/lib/scripts/generate-mcp-manifest.js +350 -0
  829. package/lib/scripts/generate-mcp-manifest.js.map +1 -0
  830. package/lib/scripts/generate-react-wrappers.d.ts +2 -0
  831. package/lib/scripts/generate-react-wrappers.d.ts.map +1 -0
  832. package/lib/scripts/generate-react-wrappers.js +292 -0
  833. package/lib/scripts/generate-react-wrappers.js.map +1 -0
  834. package/lib/toBeAccessible.d.ts +9 -0
  835. package/lib/toBeAccessible.d.ts.map +1 -0
  836. package/lib/toBeAccessible.js +18 -0
  837. package/lib/toBeAccessible.js.map +1 -0
  838. package/lib/utilities/is-mobile.d.ts +5 -0
  839. package/lib/utilities/is-mobile.d.ts.map +1 -0
  840. package/lib/utilities/is-mobile.js +10 -0
  841. package/lib/utilities/is-mobile.js.map +1 -0
  842. package/lib/utilities/story-helpers.d.ts +9 -0
  843. package/lib/utilities/story-helpers.d.ts.map +1 -0
  844. package/lib/utilities/story-helpers.js +14 -0
  845. package/lib/utilities/story-helpers.js.map +1 -0
  846. package/lib/vite.config.cdn.d.ts +18 -0
  847. package/lib/vite.config.cdn.d.ts.map +1 -0
  848. package/lib/vite.config.cdn.js +87 -0
  849. package/lib/vite.config.cdn.js.map +1 -0
  850. package/lib/vite.config.d.ts +3 -0
  851. package/lib/vite.config.d.ts.map +1 -0
  852. package/lib/vite.config.js +195 -0
  853. package/lib/vite.config.js.map +1 -0
  854. package/mcp-manifest.json +1 -1
  855. package/package.json +1 -1
@@ -1,951 +1,424 @@
1
- import { css as b, html as u } from "lit";
2
- import { property as o, state as d, queryAssignedElements as p, query as g } from "lit/decorators.js";
3
- import { nanoid as f } from "nanoid";
4
- import { Cre8Element as v } from "../cre8-element.js";
5
- const x = b`.cre8-u-content-knockout-brand {
6
- color: var(----cre8-color-content-knockout-brand);
7
- }
8
-
9
- .cre8-u-is-hidden {
10
- display: none !important;
11
- visibility: hidden !important;
12
- }
13
-
14
- .cre8-u-is-vishidden {
15
- position: absolute !important;
16
- overflow: hidden;
17
- width: 1px;
18
- height: 1px;
19
- padding: 0;
20
- border: 0;
21
- clip: rect(1px, 1px, 1px, 1px);
22
- }
23
-
24
- @media all and (min-width: 23.4375rem) {
25
- .cre8-u-hide-sm {
26
- display: none !important;
27
- }
28
- }
29
- @media all and (min-width: 35rem) {
30
- .cre8-u-hide-sm-2 {
31
- display: none !important;
32
- }
33
- }
34
- @media all and (min-width: 48rem) {
35
- .cre8-u-hide-md {
36
- display: none !important;
37
- }
38
- }
39
- @media all and (min-width: 60rem) {
40
- .cre8-u-hide-lg {
41
- display: none !important;
42
- }
43
- }
44
- @media all and (min-width: 75rem) {
45
- .cre8-u-hide-xl {
46
- display: none !important;
47
- }
48
- }
49
- @media all and (max-width: 23.4375rem) {
50
- .cre8-u-show-sm {
51
- display: none !important;
52
- }
53
- }
54
- @media all and (max-width: 35rem) {
55
- .cre8-u-show-sm-2 {
56
- display: none !important;
57
- }
58
- }
59
- @media all and (max-width: 48rem) {
60
- .cre8-u-show-md {
61
- display: none !important;
62
- }
63
- }
64
- @media all and (max-width: 60rem) {
65
- .cre8-u-show-lg {
66
- display: none !important;
67
- }
68
- }
69
- @media all and (max-width: 75rem) {
70
- .cre8-u-show-xl {
71
- display: none !important;
72
- }
73
- }
74
- .cre8-u-margin-none {
75
- margin: 0 !important;
76
- }
77
-
78
- .cre8-u-margin-sm {
79
- margin: size(1) !important;
80
- }
81
-
82
- .cre8-u-margin-md {
83
- margin: size(2) !important;
84
- }
85
-
86
- .cre8-u-margin-lg {
87
- margin: size(3) !important;
88
- }
89
-
90
- .cre8-u-margin-xl {
91
- margin: size(4) !important;
92
- }
93
-
94
- .cre8-u-margin-xxl {
95
- margin: size(8) !important;
96
- }
97
-
98
- .cre8-u-margin-top-none {
99
- margin-top: 0 !important;
100
- }
101
-
102
- .cre8-u-margin-top-sm {
103
- margin-top: size(1) !important;
104
- }
105
-
106
- .cre8-u-margin-top-md {
107
- margin-top: size(2) !important;
108
- }
109
-
110
- .cre8-u-margin-top-lg {
111
- margin-top: size(3) !important;
112
- }
113
-
114
- .cre8-u-margin-top-xl {
115
- margin-top: size(4) !important;
116
- }
117
-
118
- .cre8-u-margin-top-xxl {
119
- margin-top: size(8) !important;
120
- }
121
-
122
- .cre8-u-margin-right-none {
123
- margin-right: 0 !important;
124
- }
125
-
126
- .cre8-u-margin-right-sm {
127
- margin-right: size(1) !important;
128
- }
129
-
130
- .cre8-u-margin-right-md {
131
- margin-right: size(2) !important;
132
- }
133
-
134
- .cre8-u-margin-right-lg {
135
- margin-right: size(3) !important;
136
- }
137
-
138
- .cre8-u-margin-right-xl {
139
- margin-right: size(4) !important;
140
- }
141
-
142
- .cre8-u-margin-right-xxl {
143
- margin-right: size(8) !important;
144
- }
145
-
146
- .cre8-u-margin-bottom-none {
147
- margin-bottom: 0 !important;
148
- }
149
-
150
- .cre8-u-margin-bottom-sm {
151
- margin-bottom: size(1) !important;
152
- }
153
-
154
- .cre8-u-margin-bottom-md {
155
- margin-bottom: size(2) !important;
156
- }
157
-
158
- .cre8-u-margin-bottom-lg {
159
- margin-bottom: size(3) !important;
160
- }
161
-
162
- .cre8-u-margin-bottom-xl {
163
- margin-bottom: size(4) !important;
164
- }
165
-
166
- .cre8-u-margin-bottom-xxl {
167
- margin-bottom: size(8) !important;
168
- }
169
-
170
- .cre8-u-margin-bottom-xl-xxl {
171
- margin-bottom: size(4) !important;
172
- }
173
-
174
- @media all and (min-width: 768px) {
175
- .cre8-u-margin-bottom-xl-xxl {
176
- margin-bottom: size(8) !important;
177
- }
178
- }
179
- .cre8-u-margin-left-none {
180
- margin-left: 0 !important;
181
- }
182
-
183
- .cre8-u-margin-left-sm {
184
- margin-left: size(1) !important;
185
- }
186
-
187
- .cre8-u-margin-left-md {
188
- margin-left: size(2) !important;
189
- }
190
-
191
- .cre8-u-margin-left-lg {
192
- margin-left: size(3) !important;
193
- }
194
-
195
- .cre8-u-margin-left-xl {
196
- margin-left: size(4) !important;
197
- }
198
-
199
- .cre8-u-margin-left-xxl {
200
- margin-left: size(8) !important;
201
- }
202
-
203
- .cre8-u-padding-none {
204
- padding: 0 !important;
205
- }
206
-
207
- .cre8-u-padding-sm {
208
- padding: size(1) !important;
209
- }
210
-
211
- .cre8-u-padding-md {
212
- padding: size(2) !important;
213
- }
214
-
215
- .cre8-u-padding-lg {
216
- padding: size(3) !important;
217
- }
218
-
219
- .cre8-u-padding-xl {
220
- padding: size(4) !important;
221
- }
222
-
223
- .cre8-u-padding-xxl {
224
- padding: size(8) !important;
225
- }
226
-
227
- .cre8-u-padding-top-none {
228
- padding-top: 0 !important;
229
- }
230
-
231
- .cre8-u-padding-top-sm {
232
- padding-top: size(1) !important;
233
- }
234
-
235
- .cre8-u-padding-top-md {
236
- padding-top: size(2) !important;
237
- }
238
-
239
- .cre8-u-padding-top-lg {
240
- padding-top: size(3) !important;
241
- }
242
-
243
- .cre8-u-padding-top-xl {
244
- padding-top: size(4) !important;
245
- }
246
-
247
- .cre8-u-padding-top-xxl {
248
- padding-top: size(8) !important;
249
- }
250
-
251
- .cre8-u-padding-right-none {
252
- padding-right: 0 !important;
253
- }
254
-
255
- .cre8-u-padding-right-sm {
256
- padding-right: size(1) !important;
257
- }
258
-
259
- .cre8-u-padding-right-md {
260
- padding-right: size(2) !important;
261
- }
262
-
263
- .cre8-u-padding-right-lg {
264
- padding-right: size(3) !important;
265
- }
266
-
267
- .cre8-u-padding-right-xl {
268
- padding-right: size(4) !important;
269
- }
270
-
271
- .cre8-u-padding-right-xxl {
272
- padding-right: size(8) !important;
273
- }
274
-
275
- .cre8-u-padding-bottom-none {
276
- padding-bottom: 0 !important;
277
- }
278
-
279
- .cre8-u-padding-bottom-sm {
280
- padding-bottom: size(1) !important;
281
- }
282
-
283
- .cre8-u-padding-bottom-md {
284
- padding-bottom: size(2) !important;
285
- }
286
-
287
- .cre8-u-padding-bottom-lg {
288
- padding-bottom: size(3) !important;
289
- }
290
-
291
- .cre8-u-padding-bottom-xl {
292
- padding-bottom: size(4) !important;
293
- }
294
-
295
- .cre8-u-padding-bottom-xxl {
296
- padding-bottom: size(8) !important;
297
- }
298
-
299
- .cre8-u-padding-left-none {
300
- padding-left: 0 !important;
301
- }
302
-
303
- .cre8-u-padding-left-sm {
304
- padding-left: size(1) !important;
305
- }
306
-
307
- .cre8-u-padding-left-md {
308
- padding-left: size(2) !important;
309
- }
310
-
311
- .cre8-u-padding-left-lg {
312
- padding-left: size(3) !important;
313
- }
314
-
315
- .cre8-u-padding-left-xl {
316
- padding-left: size(4) !important;
317
- }
318
-
319
- .cre8-u-padding-left-xxl {
320
- padding-left: size(8) !important;
321
- }
322
-
323
- .cre8-u-display-flex {
324
- display: flex !important;
325
- }
326
-
327
- .cre8-u-display-block {
328
- display: block !important;
329
- }
330
-
331
- body {
332
- font-family: var(--cre8-typography-body-default-font-family);
333
- font-size: var(--cre8-typography-body-default-font-size);
334
- font-weight: var(--cre8-typography-body-default-font-weight);
335
- line-height: var(--cre8-typography-body-default-line-height);
336
- -webkit-text-decoration: var(--cre8-typography-body-default-text-decoration);
337
- text-decoration: var(--cre8-typography-body-default-text-decoration);
338
- text-transform: var(--cre8-typography-body-default-text-transform);
339
- display: flex;
340
- flex-direction: column;
341
- padding: 0;
342
- margin: 0;
343
- color: var(--cre8-color-content-default);
344
- background: var(--background-default);
345
- }
346
-
347
- @media all and (min-width: 60rem) {
348
- .page-container {
349
- background: linear-gradient(90deg, #fff 0, #fff 66.66%, #f8f8f9 0, #f8f8f9 0);
350
- }
351
- }
352
- .band__inner {
353
- margin-left: 2rem;
354
- margin-right: 2rem;
355
- }
356
-
357
- @media all and (min-width: 60rem) {
358
- .band__inner {
359
- margin-right: 0;
360
- }
361
- }
362
- img {
363
- max-width: 100%;
364
- height: auto;
365
- }
366
-
367
- /**
368
- * Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/
369
- */
370
- *,
371
- ::slotted(*),
372
- *:before,
373
- *:after {
374
- box-sizing: border-box;
375
- }
376
-
377
- :root {
378
- --size-base-unit: 0.5rem;
379
- }
380
-
381
- /**
382
- * RTL support for values logical properties can't automatically adjust for
383
- * 1) Percentage based horizontal translate values need to be flipped
384
- * 2) Background gradients using "to-right" or "to-left" need to be switched to using deg values.
385
- * 3) Inverse items that have 45degs
386
- */
387
- [dir=rtl] {
388
- --rtlTranslateX: 50%;
389
- /* 1 */
390
- --rtlGradientToRight: 270deg;
391
- /* 2 */
392
- --rtlRotate45Inverse: -45deg;
393
- /* 3 */
394
- }
395
-
396
- /**
397
- * Visible focus outline for elements on a light background
398
- */
399
- /**
400
- * Visible focus outline for elements with an error status
401
- */
402
- /**
403
- * Visible focus outline for elements on a dark background
404
- */
405
- /**
406
- * Focus state for themes that need a dashed outline for focus
407
- * state
408
- **/
409
- /**
410
- * Invisible focus outline for elements that need a more visible
411
- * focus state for high-contrast mode
412
- */
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { html, } from 'lit';
8
+ import { property, query, queryAssignedElements, state, } from 'lit/decorators.js';
9
+ import { nanoid } from 'nanoid';
10
+ import { Cre8Element } from '../cre8-element';
11
+ import styles from './tabs.styles.js';
12
+ let tabId = 1;
413
13
  /**
414
- * Visually hidden from display
14
+ * Tabs are used to quickly navigate back and forth between views.
15
+ * The Tab design and interaction varies depending on the requirements for your organization and project.
16
+ * Standardizing on the best individual controls will improve usability and reduce development and QA time.
17
+ *
18
+ * Create a standard set of Tab controls:
19
+ * Primary Tabs (for system navigation), Secondary Tabs (for sub navigation within a screen).
20
+ *
21
+ * ## Usability Guidelines
22
+ * - The selected Tab should be visually differentiated from the other Tabs.
23
+ * The deselected Tabs should still look enabled.
24
+ * Dimming the other Tabs decreases the legibility of items that are actually active and clickable.
25
+ * - There must be a minimum of 2 Tabs.
26
+ * - Showing status in a Tab is non-standard (such as 0%, 10%).
27
+ * - Tab labels and content should be parallel, with the exception of a Summary or Overview Tab
28
+ * which can be a rollup of content across other Tabs.
29
+ * - Keep the font size of the Tabs the same.
30
+ * If the Tabs are a fixed width and one of the labels is too long,
31
+ * don't resize the text to fit and consider wrapping text to a second line.
32
+ * - If possible, don't truncate text because it makes it harder to understand what's in the Tab.
33
+ * - Try not to use more than six Tabs to keep the UI uncluttered.
34
+ * - Do not stack Tabs on top of each other, and do not nest Tabs within Tabs.
35
+ * Find alternate ways of navigating page hierarchy.
36
+ *
37
+ * @slot default - Default, unnamed slot container for each `cre8-tab` button
38
+ * @slot panel - Container for each `cre8-tab-panel` content item
415
39
  */
416
- /*
417
- =======
418
- Animations
419
- =======
420
- */
421
- :host {
422
- --cre8-z-index-1: 1;
423
- --cre8-z-index-50: 50;
424
- --cre8-z-index-100: 100;
425
- --cre8-z-index-200: 200;
426
- --cre8-z-index-1030: 1030;
427
- --cre8-anim-fade-quick: 0.35s;
428
- --cre8-anim-ease: ease;
429
- }
430
-
431
- @keyframes fadeIn {
432
- 100% {
433
- opacity: 1;
434
- }
435
- }
436
- @keyframes slideIn {
437
- 100% {
438
- transform: translateX(0);
439
- }
440
- }
441
- @keyframes slideInFwd {
442
- 100% {
443
- width: 272px;
444
- height: 272px;
445
- }
446
- }
447
- @keyframes slideOutRight {
448
- 100% {
449
- width: 272px;
450
- height: 272px;
451
- }
452
- }
453
- @keyframes slideUp {
454
- 100% {
455
- transform: translateY(0);
456
- }
457
- }
458
- @media (width >= 481px) {
459
- @keyframes slideInFwd {
460
- 100% {
461
- width: 417px;
462
- height: 417px;
40
+ export class Cre8Tabs extends Cre8Element {
41
+ /**
42
+ * Query the document direction value
43
+ *
44
+ * _*This property is dynamically set_
45
+ */
46
+ get isRTL() {
47
+ return document.dir === 'rtl';
463
48
  }
464
- }
465
- @keyframes slideOutRight {
466
- 100% {
467
- width: 417px;
468
- height: 417px;
49
+ /**
50
+ * Initialize Functions
51
+ */
52
+ constructor() {
53
+ super();
54
+ /**
55
+ * Sets the initial active tab (e.g. 0 sets the first tab, 1 sets the second tab, etc.)
56
+ * @attr {number}
57
+ */
58
+ this.activeIndex = 0;
59
+ /**
60
+ * If position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
61
+ *
62
+ * _*This property is dynamically set_
63
+ * @attr {boolean}
64
+ */
65
+ this.isStart = true;
66
+ /**
67
+ * If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
68
+ *
69
+ * _*This property is dynamically set_
70
+ * @attr {boolean}
71
+ */
72
+ this.isEnd = false;
73
+ this.handleScroll = this.handleScroll.bind(this);
74
+ this.handleResize = this.handleResize.bind(this);
75
+ this.setIsStart = this.setIsStart.bind(this);
76
+ this.setIsEnd = this.setIsEnd.bind(this);
77
+ this.emitEvent = this.emitEvent.bind(this);
78
+ /**
79
+ * Set the tab id.
80
+ */
81
+ this.tabId = `cre8-tabpanel-${tabId}`;
82
+ tabId += 1;
469
83
  }
470
- }
471
- }
472
- @media (width >= 48rem) {
473
- @keyframes slideInFwd {
474
- 100% {
475
- width: 330px;
476
- height: 330px;
84
+ /**
85
+ * Connected Callback Lifecycle
86
+ * 1. Fires each time a custom element is appended into a document-connected element.
87
+ */
88
+ connectedCallback() {
89
+ super.connectedCallback();
90
+ window.addEventListener('resize', this.handleResize);
477
91
  }
478
- }
479
- @keyframes slideOutRight {
480
- 100% {
481
- width: 330px;
482
- height: 330px;
483
- transform: translateX(calc(100vw - 45px));
92
+ /**
93
+ * Disconnected Callback Lifecycle
94
+ * 1. Removes the event listeners to ensure that any memory allocated by your component
95
+ * will be cleaned up when your component is destroyed or disconnected from the page.
96
+ */
97
+ disconnectedCallback() {
98
+ super.disconnectedCallback();
99
+ window.removeEventListener('resize', this.handleResize);
484
100
  }
485
- }
486
- }
487
- @media (width >= 60rem) {
488
- @keyframes slideInFwd {
489
- 100% {
490
- width: 460px;
491
- height: 460px;
101
+ /**
102
+ * First Updated Lifecycle Hook
103
+ * 1. Sets the `aria-labelledby` prop for accessible tabs if user doesn't define the `ariaLabelledBy` prop.
104
+ * 2. Sets the active tab if activeIndex is defined. Otherwise, set the first tab as active by default.
105
+ * 3. Initialize isStart and isEnd.
106
+ * 4. Set the varaint on the cre8-tab according to the cre8-tabs variant.
107
+ */
108
+ async firstUpdated() {
109
+ /* 1 */
110
+ this.setTabAttributes();
111
+ await this.updateComplete;
112
+ /* 2 */
113
+ this.activeTab = this._Cre8TabItems[this.activeIndex] || this._Cre8TabItems[0];
114
+ this.setActiveTab();
115
+ /* 3 */
116
+ this.setIsStart();
117
+ this.setIsEnd();
118
+ /* 4 */
119
+ this.setTabVariant();
492
120
  }
493
- }
494
- @keyframes slideOutRight {
495
- 100% {
496
- width: 460px;
497
- height: 460px;
498
- transform: translateX(calc(100vw - 45px));
121
+ /**
122
+ * Updated Lifecycle Hook
123
+ * 1. remove selected state from previously selected tab
124
+ * 2. Checks to see if the old `activeIndex` property has been updated.
125
+ * If the new value doesn't equal the old value, activate the proper tab
126
+ */
127
+ async updated(changedProperties) {
128
+ changedProperties.forEach(async (oldValue, propName) => {
129
+ if (propName === 'activeIndex' && this.activeIndex !== oldValue) {
130
+ await this.updateComplete;
131
+ if (this.activeTab) {
132
+ this.removePreviousActiveTab(); /* 1 */
133
+ }
134
+ this.activeTab = this._Cre8TabItems[this.activeIndex];
135
+ this.setActiveTab(); /* 2 */
136
+ }
137
+ });
499
138
  }
500
- }
501
- }
502
- @media (width >= 75rem) {
503
- @keyframes slideInFwd {
504
- 100% {
505
- width: 592px;
506
- height: 591px;
139
+ /**
140
+ * Handle Resize
141
+ * 1. On resize, if position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
142
+ * 2. On resize, If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
143
+ * @fires resize
144
+ */
145
+ handleResize() {
146
+ this.setIsStart(); /* 1 */
147
+ this.setIsEnd(); /* 2 */
507
148
  }
508
- }
509
- @keyframes slideOutRight {
510
- 100% {
511
- width: 592px;
512
- height: 591px;
513
- transform: translateX(calc(100vw - 45px));
149
+ /**
150
+ * Handle Scroll
151
+ * 1. On scroll, if position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
152
+ * 2. On scroll, If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
153
+ * @fires scroll
154
+ */
155
+ handleScroll() {
156
+ this.setIsStart(); /* 1 */
157
+ this.setIsEnd(); /* 2 */
514
158
  }
515
- }
516
- }
517
- @media (width >= 87.5rem) {
518
- @keyframes slideOutRight {
519
- 100% {
520
- width: 592px;
521
- height: 591px;
522
- transform: translateX(calc(100vw - 120px));
159
+ /**
160
+ * Set isStart State
161
+ * 1. If position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
162
+ */
163
+ setIsStart() {
164
+ if (this.isRTL) {
165
+ if (this._Cre8TabsHeaderList.scrollLeft > 0) {
166
+ this.isStart = true;
167
+ }
168
+ else {
169
+ this.isStart = false;
170
+ }
171
+ }
172
+ else if (this._Cre8TabsHeaderList.scrollLeft > 0) {
173
+ this.isStart = false;
174
+ }
175
+ else {
176
+ this.isStart = true;
177
+ }
523
178
  }
524
- }
525
- }
526
- @media (width >= 2200px) {
527
- @keyframes slideOutRight {
528
- 100% {
529
- width: 592px;
530
- height: 591px;
531
- transform: translateX(calc(100vw - 592px));
179
+ /**
180
+ * Set isEnd State
181
+ * 1. If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
182
+ */
183
+ setIsEnd() {
184
+ if (this.isInViewport() === true) {
185
+ this.isEnd = true;
186
+ }
187
+ else {
188
+ this.isEnd = false;
189
+ }
532
190
  }
533
- }
534
- }
535
- span.ripple {
536
- position: absolute;
537
- border-radius: 50%;
538
- transform: scale(0);
539
- animation: ripple 600ms linear;
540
- background-color: var(--ripple-bg-color);
541
- }
542
-
543
- @keyframes ripple {
544
- to {
545
- transform: scale(4);
546
- opacity: 1;
547
- }
548
- }
549
- :root {
550
- --size-base-unit: 0.5rem;
551
- }
552
-
553
- /**
554
- * RTL support for values logical properties can't automatically adjust for
555
- * 1) Percentage based horizontal translate values need to be flipped
556
- * 2) Background gradients using "to-right" or "to-left" need to be switched to using deg values.
557
- * 3) Inverse items that have 45degs
558
- */
559
- [dir=rtl] {
560
- --rtlTranslateX: 50%;
561
- /* 1 */
562
- --rtlGradientToRight: 270deg;
563
- /* 2 */
564
- --rtlRotate45Inverse: -45deg;
565
- /* 3 */
566
- }
567
-
568
- /**
569
- * Visible focus outline for elements on a light background
570
- */
571
- /**
572
- * Visible focus outline for elements with an error status
573
- */
574
- /**
575
- * Visible focus outline for elements on a dark background
576
- */
577
- /**
578
- * Focus state for themes that need a dashed outline for focus
579
- * state
580
- **/
581
- /**
582
- * Invisible focus outline for elements that need a more visible
583
- * focus state for high-contrast mode
584
- */
585
- /**
586
- * Visually hidden from display
587
- */
588
- /*------------------------------------*\\
589
- #TABS
590
- \\*------------------------------------*/
591
- :host {
592
- display: block;
593
- }
594
-
595
- /**
596
- * Tabs header
597
- */
598
- .cre8-c-tabs__header {
599
- position: relative;
600
- display: flex;
601
- flex-direction: column;
602
- align-items: baseline;
603
- overflow: hidden;
604
- /**
605
- * Tabs inner where the beginning of the tabs list isn't fully in the viewport
606
- */
607
- }
608
- .cre8-c-tabs:not(.cre8-is-start) .cre8-c-tabs__header {
609
- /**
610
- * Left overflow gradient for the tabs list
611
- */
612
- }
613
- .cre8-c-tabs:not(.cre8-is-start) .cre8-c-tabs__header::before {
614
- content: "";
615
- display: block;
616
- position: absolute;
617
- pointer-events: none;
618
- background: linear-gradient(var(--rtlGradientToRight, 90deg), var(--cre8-color-bg-default), rgba(255, 255, 255, 0.001) 30%);
619
- height: 100%;
620
- inset-block-start: 0;
621
- inset-inline-start: 0;
622
- width: 3rem;
623
- z-index: 1;
624
- }
625
- .cre8-c-tabs__header {
626
- /**
627
- * Tabs inner where the end of the tabs list isn't fully in the viewport
628
- */
629
- }
630
- .cre8-c-tabs:not(.cre8-is-end) .cre8-c-tabs__header {
631
- /**
632
- * Right overflow gradient for the tabs list
633
- */
634
- }
635
- .cre8-c-tabs:not(.cre8-is-end) .cre8-c-tabs__header::after {
636
- content: "";
637
- display: block !important;
638
- position: absolute;
639
- pointer-events: none;
640
- background: linear-gradient(var(--rtlGradientToRight, 90deg), rgba(255, 255, 255, 0.001) 30%, var(--cre8-color-bg-default));
641
- height: 100%;
642
- inset-block-start: 0;
643
- inset-inline-end: 0;
644
- width: 3rem;
645
- z-index: 1;
646
- }
647
-
648
- /**
649
- * Tabs list
650
- * 1) The div that contains the cre8-tab's
651
- */
652
- .cre8-c-tabs__list {
653
- display: flex;
654
- overflow: auto;
655
- width: 100%;
656
- margin: 0;
657
- position: relative;
658
- padding: var(--cre8-border-width-focus);
659
- /**
660
- * Visually hides the scrollbar
661
- */
662
- scrollbar-width: none;
663
- -ms-overflow-style: none;
664
- }
665
- .cre8-c-tabs__list::-webkit-scrollbar {
666
- display: none;
667
- }
668
-
669
- /**
670
- * Tabs body
671
- * 1) The div that contains the tab panel content
672
- */
673
- .cre8-c-tabs__body {
674
- padding-block-start: 1rem;
675
- /**
676
- * Full Width Variant - border default bar across tabs
677
- */
678
- }
679
- .cre8-c-tabs--full-width .cre8-c-tabs__body {
680
- border-top: var(--cre8-border-width-tab-selected) var(--cre8-border-style-default) var(--cre8-color-border-default);
681
- margin-top: calc(var(--cre8-border-width-tab-selected) * -2);
682
- }`;
683
- var y = Object.defineProperty, s = (c, t, e, a) => {
684
- for (var i = void 0, n = c.length - 1, m; n >= 0; n--)
685
- (m = c[n]) && (i = m(t, e, i) || i);
686
- return i && y(t, e, i), i;
687
- };
688
- let h = 1;
689
- const l = class l extends v {
690
- /**
691
- * Initialize Functions
692
- */
693
- constructor() {
694
- super(), this.activeIndex = 0, this.isStart = !0, this.isEnd = !1, this.handleScroll = this.handleScroll.bind(this), this.handleResize = this.handleResize.bind(this), this.setIsStart = this.setIsStart.bind(this), this.setIsEnd = this.setIsEnd.bind(this), this.emitEvent = this.emitEvent.bind(this), this.tabId = `cre8-tabpanel-${h}`, h += 1;
695
- }
696
- /**
697
- * Query the document direction value
698
- *
699
- * _*This property is dynamically set_
700
- */
701
- get isRTL() {
702
- return document.dir === "rtl";
703
- }
704
- /**
705
- * Connected Callback Lifecycle
706
- * 1. Fires each time a custom element is appended into a document-connected element.
707
- */
708
- connectedCallback() {
709
- super.connectedCallback(), window.addEventListener("resize", this.handleResize);
710
- }
711
- /**
712
- * Disconnected Callback Lifecycle
713
- * 1. Removes the event listeners to ensure that any memory allocated by your component
714
- * will be cleaned up when your component is destroyed or disconnected from the page.
715
- */
716
- disconnectedCallback() {
717
- super.disconnectedCallback(), window.removeEventListener("resize", this.handleResize);
718
- }
719
- /**
720
- * First Updated Lifecycle Hook
721
- * 1. Sets the `aria-labelledby` prop for accessible tabs if user doesn't define the `ariaLabelledBy` prop.
722
- * 2. Sets the active tab if activeIndex is defined. Otherwise, set the first tab as active by default.
723
- * 3. Initialize isStart and isEnd.
724
- * 4. Set the varaint on the cre8-tab according to the cre8-tabs variant.
725
- */
726
- async firstUpdated() {
727
- this.setTabAttributes(), await this.updateComplete, this.activeTab = this._Cre8TabItems[this.activeIndex] || this._Cre8TabItems[0], this.setActiveTab(), this.setIsStart(), this.setIsEnd(), this.setTabVariant();
728
- }
729
- /**
730
- * Updated Lifecycle Hook
731
- * 1. remove selected state from previously selected tab
732
- * 2. Checks to see if the old `activeIndex` property has been updated.
733
- * If the new value doesn't equal the old value, activate the proper tab
734
- */
735
- async updated(t) {
736
- t.forEach(async (e, a) => {
737
- a === "activeIndex" && this.activeIndex !== e && (await this.updateComplete, this.activeTab && this.removePreviousActiveTab(), this.activeTab = this._Cre8TabItems[this.activeIndex], this.setActiveTab());
738
- });
739
- }
740
- /**
741
- * Handle Resize
742
- * 1. On resize, if position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
743
- * 2. On resize, If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
744
- * @fires resize
745
- */
746
- handleResize() {
747
- this.setIsStart(), this.setIsEnd();
748
- }
749
- /**
750
- * Handle Scroll
751
- * 1. On scroll, if position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
752
- * 2. On scroll, If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
753
- * @fires scroll
754
- */
755
- handleScroll() {
756
- this.setIsStart(), this.setIsEnd();
757
- }
758
- /**
759
- * Set isStart State
760
- * 1. If position from left is greater than 0, set isStart to false. Otherwise set isStart to true.
761
- */
762
- setIsStart() {
763
- this.isRTL ? this._Cre8TabsHeaderList.scrollLeft > 0 ? this.isStart = !0 : this.isStart = !1 : this._Cre8TabsHeaderList.scrollLeft > 0 ? this.isStart = !1 : this.isStart = !0;
764
- }
765
- /**
766
- * Set isEnd State
767
- * 1. If last child is fully in the viewport, set isEnd to true. Otherwise, set isEnd to false.
768
- */
769
- setIsEnd() {
770
- this.isInViewport() === !0 ? this.isEnd = !0 : this.isEnd = !1;
771
- }
772
- /**
773
- * Check if last overflow list item is in the viewport
774
- * 1. Get children of the overflow list inner container and get bounding client rectangle of last child
775
- * 2. Return true if the left property is greater than or equal to 0 and if the right property is less
776
- * than or equal to the window inner width or document client width
777
- */
778
- isInViewport() {
779
- const e = this._Cre8TabItems[this._Cre8TabItems.length - 1].shadowRoot?.querySelector(".cre8-c-tab");
780
- if (!e)
781
- return !1;
782
- const a = e.getBoundingClientRect(), i = window.innerWidth || document.documentElement.clientWidth;
783
- return a.left >= 0 && a.right <= i;
784
- }
785
- /**
786
- * Set Tab Variant
787
- * 1. Loop through all the cre8-tab Components and set the size to 'sm' if the parent has size 'sm'.
788
- */
789
- setTabVariant() {
790
- this.size === "sm" && this._Cre8TabItems.forEach((t) => {
791
- t.size = "sm";
792
- });
793
- }
794
- /**
795
- * Set the attributes on tab and tab panel
796
- * 1. Sets the index value on the tab items.
797
- * 2. Sets the `aria-labelledby` on the tab items.
798
- * 3. Set the index and id on the tab-panel to match the tab.
799
- */
800
- setTabAttributes() {
801
- this._Cre8TabItems.forEach((t, e) => {
802
- t.index = e;
803
- const i = t.ariaLabelledBy || f();
804
- t.ariaLabelledBy = i;
805
- const n = this._Cre8TabPanels[e];
806
- n.index = e;
807
- });
808
- }
809
- /**
810
- * Set Active Tab
811
- * 1. Sets the active state for the selected tab.
812
- * 2. Sets the active state for the tab panel with the same index value as the selected tab.
813
- */
814
- setActiveTab() {
815
- this.activeTab.isActive = !0;
816
- const t = this._Cre8TabPanels.find((e) => e.index === this.activeTab.index);
817
- t && (t.isActive = !0);
818
- }
819
- /**
820
- * Set Active Tab Focus
821
- */
822
- setActiveTabFocus() {
823
- this.activeTab.shadowRoot?.querySelector(".cre8-c-tab").focus();
824
- }
825
- /**
826
- * Handle Tab Selected
827
- * 1. Only continue if event target is a tab
828
- * 2. If tab is active, make the previous selected tab inactive.
829
- * 3. Set the clicked tab active.
830
- * 4. Emit the custom event.
831
- * @fires tabSelected
832
- */
833
- handleTabSelected(t) {
834
- const { target: e } = t;
835
- if (this._Cre8TabItems.includes(e)) {
836
- this.activeTab && this.removePreviousActiveTab(), this.activeTab = e;
837
- const a = this._Cre8TabItems.findIndex((i) => i === this.activeTab);
838
- this.activeIndex = a, this.setActiveTab(), this.emitEvent();
191
+ /**
192
+ * Check if last overflow list item is in the viewport
193
+ * 1. Get children of the overflow list inner container and get bounding client rectangle of last child
194
+ * 2. Return true if the left property is greater than or equal to 0 and if the right property is less
195
+ * than or equal to the window inner width or document client width
196
+ */
197
+ isInViewport() {
198
+ const lastChild = this._Cre8TabItems[this._Cre8TabItems.length - 1];
199
+ const tabElement = lastChild.shadowRoot?.querySelector('.cre8-c-tab');
200
+ if (!tabElement) {
201
+ return false; // Return false if the tab element is not found
202
+ }
203
+ const rect = tabElement.getBoundingClientRect(); /* 1 */
204
+ const windowWidth = window.innerWidth || document.documentElement.clientWidth;
205
+ return rect.left >= 0 && rect.right <= windowWidth; /* 2 */
206
+ }
207
+ /**
208
+ * Set Tab Variant
209
+ * 1. Loop through all the cre8-tab Components and set the size to 'sm' if the parent has size 'sm'.
210
+ */
211
+ setTabVariant() {
212
+ if (this.size === 'sm') {
213
+ this._Cre8TabItems.forEach((tab) => {
214
+ tab.size = 'sm';
215
+ });
216
+ }
217
+ }
218
+ /**
219
+ * Set the attributes on tab and tab panel
220
+ * 1. Sets the index value on the tab items.
221
+ * 2. Sets the `aria-labelledby` on the tab items.
222
+ * 3. Set the index and id on the tab-panel to match the tab.
223
+ */
224
+ setTabAttributes() {
225
+ this._Cre8TabItems.forEach((tab, index) => {
226
+ /* 1 */
227
+ tab.index = index;
228
+ /* 2 */
229
+ const ariaLabelledBy = tab.ariaLabelledBy;
230
+ const id = ariaLabelledBy || nanoid();
231
+ tab.ariaLabelledBy = id;
232
+ /* 3 */
233
+ const tabPanel = this._Cre8TabPanels[index];
234
+ tabPanel.index = index;
235
+ });
236
+ }
237
+ /**
238
+ * Set Active Tab
239
+ * 1. Sets the active state for the selected tab.
240
+ * 2. Sets the active state for the tab panel with the same index value as the selected tab.
241
+ */
242
+ setActiveTab() {
243
+ /* 1 */
244
+ this.activeTab.isActive = true;
245
+ /* 2 */
246
+ const activeTabPanel = this._Cre8TabPanels.find((tabPanel) => tabPanel.index === this.activeTab.index);
247
+ if (activeTabPanel) {
248
+ activeTabPanel.isActive = true;
249
+ }
250
+ }
251
+ /**
252
+ * Set Active Tab Focus
253
+ */
254
+ setActiveTabFocus() {
255
+ this.activeTab.shadowRoot?.querySelector('.cre8-c-tab').focus();
256
+ }
257
+ /**
258
+ * Handle Tab Selected
259
+ * 1. Only continue if event target is a tab
260
+ * 2. If tab is active, make the previous selected tab inactive.
261
+ * 3. Set the clicked tab active.
262
+ * 4. Emit the custom event.
263
+ * @fires tabSelected
264
+ */
265
+ handleTabSelected(event) {
266
+ const { target } = event;
267
+ /* 1 */
268
+ if (this._Cre8TabItems.includes(target)) {
269
+ /* 2 */
270
+ if (this.activeTab) {
271
+ this.removePreviousActiveTab();
272
+ }
273
+ /* 3 */
274
+ this.activeTab = target;
275
+ const activeIndex = this._Cre8TabItems.findIndex((tab) => tab === this.activeTab);
276
+ this.activeIndex = activeIndex;
277
+ this.setActiveTab();
278
+ /* 4 */
279
+ this.emitEvent();
280
+ }
281
+ }
282
+ /**
283
+ * Handle Keydown
284
+ * 1. If the active tab is not focused then handle the keydown events.
285
+ * 2. On keydown of the right arrow, make the next tab active.
286
+ * 3. On keydown of the left arrow, make the previous tab active.
287
+ * 4. On keydown of the home key, make the first tab active.
288
+ * 5. On keydown of the end key, make the last tab active.
289
+ * 6. On keydown of the escape key, remove the focus.
290
+ * @fires keydown
291
+ */
292
+ handleKeydown(event) {
293
+ /* 1 */
294
+ const { target } = event;
295
+ const focused = document.activeElement;
296
+ if (!focused.matches('cre8-tab')) {
297
+ return;
298
+ }
299
+ switch (event.key) {
300
+ /* 2 */
301
+ case 'ArrowRight':
302
+ event.preventDefault();
303
+ this.setSelectedToNextTab(target);
304
+ break;
305
+ /* 3 */
306
+ case 'ArrowLeft':
307
+ event.preventDefault();
308
+ this.setSelectedToPreviousTab(target);
309
+ break;
310
+ /* 4 */
311
+ case 'Home':
312
+ event.preventDefault();
313
+ this.setSelectedToNextTab(this._Cre8TabItems[this._Cre8TabItems.length - 1]);
314
+ break;
315
+ /* 5 */
316
+ case 'End':
317
+ event.preventDefault();
318
+ this.setSelectedToPreviousTab(this._Cre8TabItems[0]);
319
+ break;
320
+ /* 6 */
321
+ case 'Escape':
322
+ this.activeTab.blur();
323
+ break;
324
+ default:
325
+ // no default
326
+ }
839
327
  }
840
- }
841
- /**
842
- * Handle Keydown
843
- * 1. If the active tab is not focused then handle the keydown events.
844
- * 2. On keydown of the right arrow, make the next tab active.
845
- * 3. On keydown of the left arrow, make the previous tab active.
846
- * 4. On keydown of the home key, make the first tab active.
847
- * 5. On keydown of the end key, make the last tab active.
848
- * 6. On keydown of the escape key, remove the focus.
849
- * @fires keydown
850
- */
851
- handleKeydown(t) {
852
- const { target: e } = t;
853
- if (document.activeElement.matches("cre8-tab"))
854
- switch (t.key) {
328
+ /**
329
+ * Set Selected To Previous Tab
330
+ * 1. Get current selected Tab index then deactivate previously selected tab.
331
+ * 2. If current activeIndex is in first position then move the tab focus to last tab.
332
+ * 3. Set the active tab and focus.
333
+ * 4. Emit custom event.
334
+ * @fires tabChange
335
+ */
336
+ setSelectedToPreviousTab(currentTab) {
337
+ /* 1 */
338
+ const activeIndex = currentTab.index;
339
+ this.removePreviousActiveTab();
855
340
  /* 2 */
856
- case "ArrowRight":
857
- t.preventDefault(), this.setSelectedToNextTab(e);
858
- break;
341
+ const tabListLength = this._Cre8TabItems.length - 1;
342
+ if (activeIndex === 0) {
343
+ this.activeIndex = tabListLength;
344
+ this.activeTab = this._Cre8TabItems[tabListLength];
345
+ }
346
+ else {
347
+ const previousIndex = activeIndex - 1;
348
+ this.activeIndex = previousIndex;
349
+ this.activeTab = this._Cre8TabItems[previousIndex];
350
+ }
859
351
  /* 3 */
860
- case "ArrowLeft":
861
- t.preventDefault(), this.setSelectedToPreviousTab(e);
862
- break;
352
+ this.setActiveTab();
353
+ this.setActiveTabFocus();
863
354
  /* 4 */
864
- case "Home":
865
- t.preventDefault(), this.setSelectedToNextTab(this._Cre8TabItems[this._Cre8TabItems.length - 1]);
866
- break;
867
- /* 5 */
868
- case "End":
869
- t.preventDefault(), this.setSelectedToPreviousTab(this._Cre8TabItems[0]);
870
- break;
871
- /* 6 */
872
- case "Escape":
873
- this.activeTab.blur();
874
- break;
875
- }
876
- }
877
- /**
878
- * Set Selected To Previous Tab
879
- * 1. Get current selected Tab index then deactivate previously selected tab.
880
- * 2. If current activeIndex is in first position then move the tab focus to last tab.
881
- * 3. Set the active tab and focus.
882
- * 4. Emit custom event.
883
- * @fires tabChange
884
- */
885
- setSelectedToPreviousTab(t) {
886
- const e = t.index;
887
- this.removePreviousActiveTab();
888
- const a = this._Cre8TabItems.length - 1;
889
- if (e === 0)
890
- this.activeIndex = a, this.activeTab = this._Cre8TabItems[a];
891
- else {
892
- const i = e - 1;
893
- this.activeIndex = i, this.activeTab = this._Cre8TabItems[i];
355
+ this.emitEvent();
894
356
  }
895
- this.setActiveTab(), this.setActiveTabFocus(), this.emitEvent();
896
- }
897
- /**
898
- * Set Selected To Next Tab
899
- * 1. Get current selected Tab index then deactivate previously selected tab.
900
- * 2. If current activeIndex is in last position then move the tab focus to first tab.
901
- * 3. Set the active tab and focus.
902
- * 4. Emit custom event.
903
- * @fires tabChange
904
- */
905
- setSelectedToNextTab(t) {
906
- const e = t.index;
907
- this.removePreviousActiveTab();
908
- const a = this._Cre8TabItems.length - 1;
909
- if (e === a)
910
- this.activeIndex = 0, this.activeTab = this._Cre8TabItems[0];
911
- else {
912
- const i = e + 1;
913
- this.activeIndex = i, this.activeTab = this._Cre8TabItems[i];
357
+ /**
358
+ * Set Selected To Next Tab
359
+ * 1. Get current selected Tab index then deactivate previously selected tab.
360
+ * 2. If current activeIndex is in last position then move the tab focus to first tab.
361
+ * 3. Set the active tab and focus.
362
+ * 4. Emit custom event.
363
+ * @fires tabChange
364
+ */
365
+ setSelectedToNextTab(currentTab) {
366
+ /* 1 */
367
+ const activeIndex = currentTab.index;
368
+ this.removePreviousActiveTab();
369
+ /* 2 */
370
+ const tabListLength = this._Cre8TabItems.length - 1;
371
+ if (activeIndex === tabListLength) {
372
+ this.activeIndex = 0;
373
+ this.activeTab = this._Cre8TabItems[0];
374
+ }
375
+ else {
376
+ const nextIndex = activeIndex + 1;
377
+ this.activeIndex = nextIndex;
378
+ this.activeTab = this._Cre8TabItems[nextIndex];
379
+ }
380
+ /* 3 */
381
+ this.setActiveTab();
382
+ this.setActiveTabFocus();
383
+ /* 4 */
384
+ this.emitEvent();
385
+ }
386
+ /**
387
+ * Remove Active from Previous Tab
388
+ * 1. Get current selected Tab index then deactivate previously selected tab
389
+ * 2. If current activeIndex is in first position then move the tab focus to last tab
390
+ */
391
+ removePreviousActiveTab() {
392
+ /* 1 */
393
+ this.activeTab.isActive = false;
394
+ /* 2 */
395
+ const activeTabPanel = this._Cre8TabPanels.find((tabPanel) => tabPanel.index === this.activeTab.index);
396
+ if (activeTabPanel) {
397
+ activeTabPanel.isActive = false;
398
+ }
914
399
  }
915
- this.setActiveTab(), this.setActiveTabFocus(), this.emitEvent();
916
- }
917
- /**
918
- * Remove Active from Previous Tab
919
- * 1. Get current selected Tab index then deactivate previously selected tab
920
- * 2. If current activeIndex is in first position then move the tab focus to last tab
921
- */
922
- removePreviousActiveTab() {
923
- this.activeTab.isActive = !1;
924
- const t = this._Cre8TabPanels.find((e) => e.index === this.activeTab.index);
925
- t && (t.isActive = !1);
926
- }
927
- /**
928
- * Emit custom event
929
- */
930
- emitEvent() {
931
- const t = new CustomEvent("tabChange", {
932
- detail: {
933
- value: this.activeTab,
934
- activeTabIndex: this.activeIndex
935
- },
936
- bubbles: !0,
937
- composed: !0
938
- });
939
- this.dispatchEvent(t);
940
- }
941
- render() {
942
- const t = this.componentClassNames("cre8-c-tabs", {
943
- "cre8-is-start": this.isStart === !0,
944
- "cre8-is-end": this.isEnd === !0,
945
- "cre8-c-tabs--full-width": this.fullWidth
946
- });
947
- return u`
948
- <div class="${t}">
400
+ /**
401
+ * Emit custom event
402
+ */
403
+ emitEvent() {
404
+ const customEvent = new CustomEvent('tabChange', {
405
+ detail: {
406
+ value: this.activeTab,
407
+ activeTabIndex: this.activeIndex,
408
+ },
409
+ bubbles: true,
410
+ composed: true,
411
+ });
412
+ this.dispatchEvent(customEvent);
413
+ }
414
+ render() {
415
+ const componentClassNames = this.componentClassNames('cre8-c-tabs', {
416
+ 'cre8-is-start': this.isStart === true,
417
+ 'cre8-is-end': this.isEnd === true,
418
+ 'cre8-c-tabs--full-width': this.fullWidth,
419
+ });
420
+ return html `
421
+ <div class="${componentClassNames}">
949
422
  <div class="cre8-c-tabs__header">
950
423
  <div
951
424
  class="cre8-c-tabs__list"
@@ -963,42 +436,41 @@ const l = class l extends v {
963
436
  </div>
964
437
  </div>
965
438
  `;
966
- }
967
- };
968
- l.styles = [x];
969
- let r = l;
970
- s([
971
- o()
972
- ], r.prototype, "size");
973
- s([
974
- o({ type: Boolean, reflect: !0 })
975
- ], r.prototype, "fullWidth");
976
- s([
977
- o({ type: Number })
978
- ], r.prototype, "activeIndex");
979
- s([
980
- d()
981
- ], r.prototype, "activeTab");
982
- s([
983
- d()
984
- ], r.prototype, "isStart");
985
- s([
986
- d()
987
- ], r.prototype, "isEnd");
988
- s([
989
- p()
990
- ], r.prototype, "_Cre8TabItems");
991
- s([
992
- p({ slot: "panel" })
993
- ], r.prototype, "_Cre8TabPanels");
994
- s([
995
- g(".cre8-c-tabs__header")
996
- ], r.prototype, "_Cre8TabsHeader");
997
- s([
998
- g(".cre8-c-tabs__list")
999
- ], r.prototype, "_Cre8TabsHeaderList");
1000
- customElements.get("cre8-tabs") === void 0 && customElements.define("cre8-tabs", r);
1001
- export {
1002
- r as Cre8Tabs,
1003
- r as default
1004
- };
439
+ }
440
+ }
441
+ Cre8Tabs.styles = [styles];
442
+ __decorate([
443
+ property()
444
+ ], Cre8Tabs.prototype, "size", void 0);
445
+ __decorate([
446
+ property({ type: Boolean, reflect: true })
447
+ ], Cre8Tabs.prototype, "fullWidth", void 0);
448
+ __decorate([
449
+ property({ type: Number })
450
+ ], Cre8Tabs.prototype, "activeIndex", void 0);
451
+ __decorate([
452
+ state()
453
+ ], Cre8Tabs.prototype, "activeTab", void 0);
454
+ __decorate([
455
+ state()
456
+ ], Cre8Tabs.prototype, "isStart", void 0);
457
+ __decorate([
458
+ state()
459
+ ], Cre8Tabs.prototype, "isEnd", void 0);
460
+ __decorate([
461
+ queryAssignedElements()
462
+ ], Cre8Tabs.prototype, "_Cre8TabItems", void 0);
463
+ __decorate([
464
+ queryAssignedElements({ slot: 'panel' })
465
+ ], Cre8Tabs.prototype, "_Cre8TabPanels", void 0);
466
+ __decorate([
467
+ query('.cre8-c-tabs__header')
468
+ ], Cre8Tabs.prototype, "_Cre8TabsHeader", void 0);
469
+ __decorate([
470
+ query('.cre8-c-tabs__list')
471
+ ], Cre8Tabs.prototype, "_Cre8TabsHeaderList", void 0);
472
+ if (customElements.get('cre8-tabs') === undefined) {
473
+ customElements.define('cre8-tabs', Cre8Tabs);
474
+ }
475
+ export default Cre8Tabs;
476
+ //# sourceMappingURL=tabs.js.map