@sebgroup/green-core 3.12.5 → 3.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (489) hide show
  1. package/components/badge/badge.styles.js +1 -1
  2. package/components/button/button.styles.js +1 -1
  3. package/components/button/button.trans.styles.scss.js +1 -1
  4. package/components/context-menu/context-menu.trans.styles.scss.js +1 -1
  5. package/components/grouped-list/grouped-list.component.d.ts +0 -2
  6. package/components/grouped-list/grouped-list.component.js +3 -4
  7. package/components/grouped-list/index.d.ts +0 -1
  8. package/components/grouped-list/index.js +0 -1
  9. package/components/grouped-list/list-item.component.d.ts +1 -11
  10. package/components/grouped-list/list-item.component.js +2 -17
  11. package/components/index.d.ts +2 -0
  12. package/components/index.js +2 -0
  13. package/components/list/index.d.ts +2 -0
  14. package/components/list/index.js +2 -0
  15. package/components/list/list-item/index.d.ts +1 -0
  16. package/components/list/list-item/index.js +1 -0
  17. package/components/list/list-item/list-item.component.d.ts +16 -0
  18. package/components/list/list-item/list-item.component.js +24 -0
  19. package/components/list/list-item/list-item.d.ts +2 -0
  20. package/components/list/list-item/list-item.js +6 -0
  21. package/components/list/list-item/list-item.styles.d.ts +2 -0
  22. package/components/list/list-item/list-item.styles.js +13 -0
  23. package/components/list/list.component.d.ts +16 -0
  24. package/components/list/list.component.js +23 -0
  25. package/components/list/list.d.ts +2 -0
  26. package/components/list/list.js +6 -0
  27. package/components/list/list.styles.d.ts +2 -0
  28. package/components/list/list.styles.js +13 -0
  29. package/components/popover/popover.trans.styles.scss.js +1 -1
  30. package/components/tabs/index.d.ts +3 -0
  31. package/components/tabs/index.js +3 -0
  32. package/components/tabs/tab/index.d.ts +1 -0
  33. package/components/tabs/tab/index.js +1 -0
  34. package/components/tabs/tab/tab.component.d.ts +49 -0
  35. package/components/tabs/tab/tab.component.js +120 -0
  36. package/components/tabs/tab/tab.d.ts +2 -0
  37. package/components/tabs/tab/tab.js +6 -0
  38. package/components/tabs/tab/tab.styles.d.ts +2 -0
  39. package/components/tabs/tab/tab.styles.js +69 -0
  40. package/components/tabs/tab-panel/index.d.ts +1 -0
  41. package/components/tabs/tab-panel/index.js +1 -0
  42. package/components/tabs/tab-panel/tab-panel.component.d.ts +33 -0
  43. package/components/tabs/tab-panel/tab-panel.component.js +73 -0
  44. package/components/tabs/tab-panel/tab-panel.d.ts +2 -0
  45. package/components/tabs/tab-panel/tab-panel.js +6 -0
  46. package/components/tabs/tab-panel/tab-panel.styles.d.ts +2 -0
  47. package/components/tabs/tab-panel/tab-panel.styles.js +22 -0
  48. package/components/tabs/tabs.component.d.ts +41 -0
  49. package/components/tabs/tabs.component.js +439 -0
  50. package/components/tabs/tabs.d.ts +2 -0
  51. package/components/tabs/tabs.js +6 -0
  52. package/components/tabs/tabs.styles.d.ts +2 -0
  53. package/components/tabs/tabs.styles.js +115 -0
  54. package/custom-elements.json +22167 -18353
  55. package/gds-element.js +1 -1
  56. package/generated/mcp/components.json +65 -2
  57. package/generated/mcp/icons.json +1 -1
  58. package/generated/mcp/index.json +1 -1
  59. package/generated/mcp/list/angular.md +17 -0
  60. package/generated/mcp/list/api.md +86 -0
  61. package/generated/mcp/list/guidelines.md +1 -0
  62. package/generated/mcp/list/index.json +9 -0
  63. package/generated/mcp/list/react.md +17 -0
  64. package/generated/mcp/list-item/angular.md +3 -1
  65. package/generated/mcp/list-item/api.md +17 -0
  66. package/generated/mcp/list-item/react.md +3 -1
  67. package/generated/mcp/list-item-pattern-01/angular.md +26 -0
  68. package/generated/mcp/list-item-pattern-01/api.md +55 -0
  69. package/generated/mcp/list-item-pattern-01/guidelines.md +1 -0
  70. package/generated/mcp/list-item-pattern-01/index.json +9 -0
  71. package/generated/mcp/list-item-pattern-01/react.md +26 -0
  72. package/generated/mcp/tab/angular.md +25 -0
  73. package/generated/mcp/tab/api.md +32 -0
  74. package/generated/mcp/tab/index.json +8 -0
  75. package/generated/mcp/tab/react.md +25 -0
  76. package/generated/mcp/tab-panel/angular.md +17 -0
  77. package/generated/mcp/tab-panel/api.md +20 -0
  78. package/generated/mcp/tab-panel/index.json +8 -0
  79. package/generated/mcp/tab-panel/react.md +17 -0
  80. package/generated/mcp/tabs/angular.md +26 -0
  81. package/generated/mcp/tabs/api.md +49 -0
  82. package/generated/mcp/tabs/guidelines.md +71 -0
  83. package/generated/mcp/tabs/index.json +9 -0
  84. package/generated/mcp/tabs/react.md +26 -0
  85. package/generated/mcp/tokens.json +1 -1
  86. package/generated/react/alert/index.d.ts +118 -110
  87. package/generated/react/avatar/index.d.ts +116 -108
  88. package/generated/react/avatar-group/index.d.ts +114 -106
  89. package/generated/react/backdrop/index.d.ts +115 -107
  90. package/generated/react/badge/index.d.ts +118 -110
  91. package/generated/react/blur/index.d.ts +114 -106
  92. package/generated/react/breadcrumb/index.d.ts +118 -110
  93. package/generated/react/breadcrumbs/index.d.ts +115 -107
  94. package/generated/react/button/index.d.ts +127 -119
  95. package/generated/react/calendar/index.d.ts +121 -113
  96. package/generated/react/card/index.d.ts +114 -106
  97. package/generated/react/card-linked/index.d.ts +116 -108
  98. package/generated/react/card-pattern-01/index.d.ts +124 -116
  99. package/generated/react/checkbox/index.d.ts +127 -119
  100. package/generated/react/checkbox-group/index.d.ts +128 -120
  101. package/generated/react/coachmark/index.d.ts +117 -109
  102. package/generated/react/context-menu/index.d.ts +118 -110
  103. package/generated/react/datepicker/index.d.ts +136 -128
  104. package/generated/react/details/index.d.ts +117 -109
  105. package/generated/react/dialog/index.d.ts +116 -108
  106. package/generated/react/div/index.d.ts +114 -106
  107. package/generated/react/divider/index.d.ts +114 -106
  108. package/generated/react/dropdown/index.d.ts +139 -131
  109. package/generated/react/fab/index.d.ts +127 -119
  110. package/generated/react/filter-chip/index.d.ts +115 -107
  111. package/generated/react/filter-chips/index.d.ts +127 -119
  112. package/generated/react/flex/index.d.ts +114 -106
  113. package/generated/react/form-summary/index.d.ts +117 -109
  114. package/generated/react/formatted-account/index.d.ts +117 -109
  115. package/generated/react/formatted-date/index.d.ts +116 -108
  116. package/generated/react/formatted-number/index.d.ts +117 -109
  117. package/generated/react/grid/index.d.ts +114 -106
  118. package/generated/react/grouped-list/index.d.ts +115 -107
  119. package/generated/react/icons/icon-ai/index.d.ts +116 -108
  120. package/generated/react/icons/icon-airplane-up/index.d.ts +116 -108
  121. package/generated/react/icons/icon-archive/index.d.ts +116 -108
  122. package/generated/react/icons/icon-arrow/index.d.ts +116 -108
  123. package/generated/react/icons/icon-arrow-bottom-top/index.d.ts +116 -108
  124. package/generated/react/icons/icon-arrow-box-left/index.d.ts +116 -108
  125. package/generated/react/icons/icon-arrow-box-left-alt/index.d.ts +116 -108
  126. package/generated/react/icons/icon-arrow-box-right/index.d.ts +116 -108
  127. package/generated/react/icons/icon-arrow-down/index.d.ts +116 -108
  128. package/generated/react/icons/icon-arrow-inbox/index.d.ts +116 -108
  129. package/generated/react/icons/icon-arrow-left/index.d.ts +116 -108
  130. package/generated/react/icons/icon-arrow-left-right/index.d.ts +116 -108
  131. package/generated/react/icons/icon-arrow-out-of-box/index.d.ts +116 -108
  132. package/generated/react/icons/icon-arrow-right/index.d.ts +116 -108
  133. package/generated/react/icons/icon-arrow-right-circle/index.d.ts +116 -108
  134. package/generated/react/icons/icon-arrow-right-down-circle/index.d.ts +116 -108
  135. package/generated/react/icons/icon-arrow-right-up-circle/index.d.ts +116 -108
  136. package/generated/react/icons/icon-arrow-rotate-clockwise/index.d.ts +116 -108
  137. package/generated/react/icons/icon-arrow-rotate-counter-clockwise/index.d.ts +116 -108
  138. package/generated/react/icons/icon-arrow-rotate-left-right/index.d.ts +116 -108
  139. package/generated/react/icons/icon-arrow-rotate-right-left/index.d.ts +116 -108
  140. package/generated/react/icons/icon-arrow-share-left/index.d.ts +116 -108
  141. package/generated/react/icons/icon-arrow-share-right/index.d.ts +116 -108
  142. package/generated/react/icons/icon-arrow-split/index.d.ts +116 -108
  143. package/generated/react/icons/icon-arrow-up/index.d.ts +116 -108
  144. package/generated/react/icons/icon-arrow-wall-down/index.d.ts +116 -108
  145. package/generated/react/icons/icon-arrow-wall-left/index.d.ts +116 -108
  146. package/generated/react/icons/icon-arrow-wall-right/index.d.ts +116 -108
  147. package/generated/react/icons/icon-arrow-wall-up/index.d.ts +116 -108
  148. package/generated/react/icons/icon-arrows-repeat-right/index.d.ts +116 -108
  149. package/generated/react/icons/icon-asterisk/index.d.ts +116 -108
  150. package/generated/react/icons/icon-at/index.d.ts +116 -108
  151. package/generated/react/icons/icon-back/index.d.ts +116 -108
  152. package/generated/react/icons/icon-backward/index.d.ts +116 -108
  153. package/generated/react/icons/icon-bag/index.d.ts +116 -108
  154. package/generated/react/icons/icon-bank/index.d.ts +116 -108
  155. package/generated/react/icons/icon-banknote/index.d.ts +116 -108
  156. package/generated/react/icons/icon-banknote-2/index.d.ts +116 -108
  157. package/generated/react/icons/icon-barcode/index.d.ts +116 -108
  158. package/generated/react/icons/icon-bars-three/index.d.ts +116 -108
  159. package/generated/react/icons/icon-bars-two/index.d.ts +116 -108
  160. package/generated/react/icons/icon-basket/index.d.ts +116 -108
  161. package/generated/react/icons/icon-battery-loading/index.d.ts +116 -108
  162. package/generated/react/icons/icon-bell/index.d.ts +116 -108
  163. package/generated/react/icons/icon-block/index.d.ts +116 -108
  164. package/generated/react/icons/icon-book/index.d.ts +116 -108
  165. package/generated/react/icons/icon-bookmark/index.d.ts +116 -108
  166. package/generated/react/icons/icon-bookmark-check/index.d.ts +116 -108
  167. package/generated/react/icons/icon-bookmark-delete/index.d.ts +116 -108
  168. package/generated/react/icons/icon-bookmark-plus/index.d.ts +116 -108
  169. package/generated/react/icons/icon-bookmark-remove/index.d.ts +116 -108
  170. package/generated/react/icons/icon-books/index.d.ts +116 -108
  171. package/generated/react/icons/icon-brand-app-store/index.d.ts +116 -108
  172. package/generated/react/icons/icon-brand-apple-music/index.d.ts +116 -108
  173. package/generated/react/icons/icon-brand-bankid/index.d.ts +116 -108
  174. package/generated/react/icons/icon-brand-chrome/index.d.ts +116 -108
  175. package/generated/react/icons/icon-brand-facebook/index.d.ts +116 -108
  176. package/generated/react/icons/icon-brand-figma/index.d.ts +116 -108
  177. package/generated/react/icons/icon-brand-firefox/index.d.ts +116 -108
  178. package/generated/react/icons/icon-brand-github/index.d.ts +116 -108
  179. package/generated/react/icons/icon-brand-green/index.d.ts +116 -108
  180. package/generated/react/icons/icon-brand-instagram/index.d.ts +116 -108
  181. package/generated/react/icons/icon-brand-linkedin/index.d.ts +116 -108
  182. package/generated/react/icons/icon-brand-play-store/index.d.ts +116 -108
  183. package/generated/react/icons/icon-brand-rss-feed/index.d.ts +116 -108
  184. package/generated/react/icons/icon-brand-seb/index.d.ts +116 -108
  185. package/generated/react/icons/icon-brand-spotify/index.d.ts +116 -108
  186. package/generated/react/icons/icon-brand-storybook/index.d.ts +116 -108
  187. package/generated/react/icons/icon-brand-swish-word/index.d.ts +116 -108
  188. package/generated/react/icons/icon-brand-x/index.d.ts +116 -108
  189. package/generated/react/icons/icon-brush/index.d.ts +116 -108
  190. package/generated/react/icons/icon-bubble-annotation/index.d.ts +116 -108
  191. package/generated/react/icons/icon-bubbles/index.d.ts +116 -108
  192. package/generated/react/icons/icon-buildings/index.d.ts +116 -108
  193. package/generated/react/icons/icon-bullet-list/index.d.ts +116 -108
  194. package/generated/react/icons/icon-calculator/index.d.ts +116 -108
  195. package/generated/react/icons/icon-calendar/index.d.ts +116 -108
  196. package/generated/react/icons/icon-calendar-check/index.d.ts +116 -108
  197. package/generated/react/icons/icon-calendar-repeat/index.d.ts +116 -108
  198. package/generated/react/icons/icon-calender-add/index.d.ts +116 -108
  199. package/generated/react/icons/icon-call/index.d.ts +116 -108
  200. package/generated/react/icons/icon-car/index.d.ts +116 -108
  201. package/generated/react/icons/icon-carussel/index.d.ts +116 -108
  202. package/generated/react/icons/icon-chain-link/index.d.ts +116 -108
  203. package/generated/react/icons/icon-chain-link-broken/index.d.ts +116 -108
  204. package/generated/react/icons/icon-chart-two/index.d.ts +116 -108
  205. package/generated/react/icons/icon-checklist/index.d.ts +116 -108
  206. package/generated/react/icons/icon-checkmark/index.d.ts +116 -108
  207. package/generated/react/icons/icon-chevron-bottom/index.d.ts +116 -108
  208. package/generated/react/icons/icon-chevron-double-down/index.d.ts +116 -108
  209. package/generated/react/icons/icon-chevron-double-left/index.d.ts +116 -108
  210. package/generated/react/icons/icon-chevron-double-right/index.d.ts +116 -108
  211. package/generated/react/icons/icon-chevron-double-up/index.d.ts +116 -108
  212. package/generated/react/icons/icon-chevron-down-small/index.d.ts +116 -108
  213. package/generated/react/icons/icon-chevron-grabber-vertical/index.d.ts +116 -108
  214. package/generated/react/icons/icon-chevron-grabber-vertical-reversed/index.d.ts +116 -108
  215. package/generated/react/icons/icon-chevron-left/index.d.ts +116 -108
  216. package/generated/react/icons/icon-chevron-left-small/index.d.ts +116 -108
  217. package/generated/react/icons/icon-chevron-right/index.d.ts +116 -108
  218. package/generated/react/icons/icon-chevron-right-small/index.d.ts +116 -108
  219. package/generated/react/icons/icon-chevron-top/index.d.ts +116 -108
  220. package/generated/react/icons/icon-chevron-top-small/index.d.ts +116 -108
  221. package/generated/react/icons/icon-circle-ban/index.d.ts +116 -108
  222. package/generated/react/icons/icon-circle-check/index.d.ts +116 -108
  223. package/generated/react/icons/icon-circle-dots/index.d.ts +116 -108
  224. package/generated/react/icons/icon-circle-info/index.d.ts +116 -108
  225. package/generated/react/icons/icon-circle-minus/index.d.ts +116 -108
  226. package/generated/react/icons/icon-circle-placeholder-on/index.d.ts +116 -108
  227. package/generated/react/icons/icon-circle-plus/index.d.ts +116 -108
  228. package/generated/react/icons/icon-circle-questionmark/index.d.ts +116 -108
  229. package/generated/react/icons/icon-circle-x/index.d.ts +116 -108
  230. package/generated/react/icons/icon-circles-three/index.d.ts +116 -108
  231. package/generated/react/icons/icon-clock/index.d.ts +116 -108
  232. package/generated/react/icons/icon-cloud-download/index.d.ts +116 -108
  233. package/generated/react/icons/icon-cloud-upload/index.d.ts +116 -108
  234. package/generated/react/icons/icon-cloudy-sun/index.d.ts +116 -108
  235. package/generated/react/icons/icon-code/index.d.ts +116 -108
  236. package/generated/react/icons/icon-code-brackets/index.d.ts +116 -108
  237. package/generated/react/icons/icon-compass-round/index.d.ts +116 -108
  238. package/generated/react/icons/icon-cookies/index.d.ts +116 -108
  239. package/generated/react/icons/icon-copy/index.d.ts +116 -108
  240. package/generated/react/icons/icon-credit-card/index.d.ts +116 -108
  241. package/generated/react/icons/icon-credit-card-add/index.d.ts +116 -108
  242. package/generated/react/icons/icon-cross-large/index.d.ts +116 -108
  243. package/generated/react/icons/icon-cross-small/index.d.ts +116 -108
  244. package/generated/react/icons/icon-cup-hot/index.d.ts +116 -108
  245. package/generated/react/icons/icon-cursor/index.d.ts +116 -108
  246. package/generated/react/icons/icon-details/index.d.ts +115 -107
  247. package/generated/react/icons/icon-devices/index.d.ts +116 -108
  248. package/generated/react/icons/icon-direction/index.d.ts +116 -108
  249. package/generated/react/icons/icon-dollar/index.d.ts +116 -108
  250. package/generated/react/icons/icon-dot-grid-one-horizontal/index.d.ts +116 -108
  251. package/generated/react/icons/icon-dot-grid-one-vertical/index.d.ts +116 -108
  252. package/generated/react/icons/icon-dot-grid-three/index.d.ts +116 -108
  253. package/generated/react/icons/icon-dot-grid-two/index.d.ts +116 -108
  254. package/generated/react/icons/icon-email/index.d.ts +116 -108
  255. package/generated/react/icons/icon-emoji-angry/index.d.ts +116 -108
  256. package/generated/react/icons/icon-emoji-neutral/index.d.ts +116 -108
  257. package/generated/react/icons/icon-emoji-sad/index.d.ts +116 -108
  258. package/generated/react/icons/icon-emoji-smile/index.d.ts +116 -108
  259. package/generated/react/icons/icon-emoji-smiley/index.d.ts +116 -108
  260. package/generated/react/icons/icon-euro/index.d.ts +116 -108
  261. package/generated/react/icons/icon-expand/index.d.ts +116 -108
  262. package/generated/react/icons/icon-eye-open/index.d.ts +116 -108
  263. package/generated/react/icons/icon-eye-slash/index.d.ts +116 -108
  264. package/generated/react/icons/icon-fashion/index.d.ts +116 -108
  265. package/generated/react/icons/icon-fast-forward/index.d.ts +116 -108
  266. package/generated/react/icons/icon-file-bend/index.d.ts +116 -108
  267. package/generated/react/icons/icon-file-chart/index.d.ts +116 -108
  268. package/generated/react/icons/icon-file-text/index.d.ts +116 -108
  269. package/generated/react/icons/icon-files/index.d.ts +116 -108
  270. package/generated/react/icons/icon-filter/index.d.ts +116 -108
  271. package/generated/react/icons/icon-flag/index.d.ts +116 -108
  272. package/generated/react/icons/icon-floppy-disk/index.d.ts +116 -108
  273. package/generated/react/icons/icon-focus/index.d.ts +116 -108
  274. package/generated/react/icons/icon-folder/index.d.ts +116 -108
  275. package/generated/react/icons/icon-folder-add-right/index.d.ts +116 -108
  276. package/generated/react/icons/icon-fullscreen/index.d.ts +116 -108
  277. package/generated/react/icons/icon-gift/index.d.ts +116 -108
  278. package/generated/react/icons/icon-globus/index.d.ts +116 -108
  279. package/generated/react/icons/icon-graduate-cap/index.d.ts +116 -108
  280. package/generated/react/icons/icon-green-power/index.d.ts +116 -108
  281. package/generated/react/icons/icon-group/index.d.ts +116 -108
  282. package/generated/react/icons/icon-growth/index.d.ts +116 -108
  283. package/generated/react/icons/icon-headphones/index.d.ts +116 -108
  284. package/generated/react/icons/icon-heart/index.d.ts +116 -108
  285. package/generated/react/icons/icon-heart-beat/index.d.ts +116 -108
  286. package/generated/react/icons/icon-history/index.d.ts +116 -108
  287. package/generated/react/icons/icon-home-energy-one/index.d.ts +116 -108
  288. package/generated/react/icons/icon-home-energy-two/index.d.ts +116 -108
  289. package/generated/react/icons/icon-home-open/index.d.ts +116 -108
  290. package/generated/react/icons/icon-home-roof/index.d.ts +116 -108
  291. package/generated/react/icons/icon-horizontal-alignment-bottom/index.d.ts +116 -108
  292. package/generated/react/icons/icon-hourglass/index.d.ts +116 -108
  293. package/generated/react/icons/icon-images/index.d.ts +116 -108
  294. package/generated/react/icons/icon-inbox-empty/index.d.ts +116 -108
  295. package/generated/react/icons/icon-industry/index.d.ts +116 -108
  296. package/generated/react/icons/icon-jpg/index.d.ts +116 -108
  297. package/generated/react/icons/icon-key/index.d.ts +116 -108
  298. package/generated/react/icons/icon-knife-spoon/index.d.ts +116 -108
  299. package/generated/react/icons/icon-lab/index.d.ts +116 -108
  300. package/generated/react/icons/icon-law/index.d.ts +116 -108
  301. package/generated/react/icons/icon-leisure/index.d.ts +116 -108
  302. package/generated/react/icons/icon-light-bulb-simple/index.d.ts +116 -108
  303. package/generated/react/icons/icon-lightning/index.d.ts +116 -108
  304. package/generated/react/icons/icon-line-chart-four/index.d.ts +116 -108
  305. package/generated/react/icons/icon-line-chart-one/index.d.ts +116 -108
  306. package/generated/react/icons/icon-line-chart-three/index.d.ts +116 -108
  307. package/generated/react/icons/icon-line-chart-two/index.d.ts +116 -108
  308. package/generated/react/icons/icon-lock/index.d.ts +116 -108
  309. package/generated/react/icons/icon-macbook-air/index.d.ts +116 -108
  310. package/generated/react/icons/icon-magnifying-glass/index.d.ts +116 -108
  311. package/generated/react/icons/icon-map-pin/index.d.ts +116 -108
  312. package/generated/react/icons/icon-megaphone/index.d.ts +116 -108
  313. package/generated/react/icons/icon-menu-sidebar/index.d.ts +116 -108
  314. package/generated/react/icons/icon-mic-off/index.d.ts +116 -108
  315. package/generated/react/icons/icon-mic-on/index.d.ts +116 -108
  316. package/generated/react/icons/icon-minimize/index.d.ts +116 -108
  317. package/generated/react/icons/icon-minus-large/index.d.ts +116 -108
  318. package/generated/react/icons/icon-minus-small/index.d.ts +116 -108
  319. package/generated/react/icons/icon-money-hand/index.d.ts +116 -108
  320. package/generated/react/icons/icon-moneybag/index.d.ts +116 -108
  321. package/generated/react/icons/icon-moon/index.d.ts +116 -108
  322. package/generated/react/icons/icon-mute/index.d.ts +116 -108
  323. package/generated/react/icons/icon-newspaper/index.d.ts +116 -108
  324. package/generated/react/icons/icon-office/index.d.ts +116 -108
  325. package/generated/react/icons/icon-page-add/index.d.ts +116 -108
  326. package/generated/react/icons/icon-paper-plane-top-right/index.d.ts +116 -108
  327. package/generated/react/icons/icon-paperclip/index.d.ts +116 -108
  328. package/generated/react/icons/icon-pause/index.d.ts +116 -108
  329. package/generated/react/icons/icon-pdf/index.d.ts +116 -108
  330. package/generated/react/icons/icon-pencil-sign/index.d.ts +116 -108
  331. package/generated/react/icons/icon-pencil-sparkle/index.d.ts +116 -108
  332. package/generated/react/icons/icon-pencil-wave/index.d.ts +116 -108
  333. package/generated/react/icons/icon-pension/index.d.ts +116 -108
  334. package/generated/react/icons/icon-people/index.d.ts +116 -108
  335. package/generated/react/icons/icon-people-a11y/index.d.ts +116 -108
  336. package/generated/react/icons/icon-people-add/index.d.ts +116 -108
  337. package/generated/react/icons/icon-people-added/index.d.ts +116 -108
  338. package/generated/react/icons/icon-people-circle/index.d.ts +116 -108
  339. package/generated/react/icons/icon-people-copy/index.d.ts +116 -108
  340. package/generated/react/icons/icon-people-profile/index.d.ts +116 -108
  341. package/generated/react/icons/icon-people-remove/index.d.ts +116 -108
  342. package/generated/react/icons/icon-percent/index.d.ts +116 -108
  343. package/generated/react/icons/icon-phone/index.d.ts +116 -108
  344. package/generated/react/icons/icon-pie-chart/index.d.ts +116 -108
  345. package/generated/react/icons/icon-piggy-bank/index.d.ts +116 -108
  346. package/generated/react/icons/icon-pin/index.d.ts +116 -108
  347. package/generated/react/icons/icon-pinch/index.d.ts +116 -108
  348. package/generated/react/icons/icon-play/index.d.ts +116 -108
  349. package/generated/react/icons/icon-play-circle/index.d.ts +116 -108
  350. package/generated/react/icons/icon-plus-large/index.d.ts +116 -108
  351. package/generated/react/icons/icon-plus-small/index.d.ts +116 -108
  352. package/generated/react/icons/icon-png/index.d.ts +116 -108
  353. package/generated/react/icons/icon-poop/index.d.ts +116 -108
  354. package/generated/react/icons/icon-postcard/index.d.ts +116 -108
  355. package/generated/react/icons/icon-pound/index.d.ts +116 -108
  356. package/generated/react/icons/icon-power/index.d.ts +116 -108
  357. package/generated/react/icons/icon-power-plant/index.d.ts +116 -108
  358. package/generated/react/icons/icon-printer/index.d.ts +116 -108
  359. package/generated/react/icons/icon-push/index.d.ts +116 -108
  360. package/generated/react/icons/icon-qr-code/index.d.ts +116 -108
  361. package/generated/react/icons/icon-rainy/index.d.ts +116 -108
  362. package/generated/react/icons/icon-raising-hand/index.d.ts +116 -108
  363. package/generated/react/icons/icon-reading-list/index.d.ts +116 -108
  364. package/generated/react/icons/icon-receipt-bill/index.d.ts +116 -108
  365. package/generated/react/icons/icon-receiption-bell/index.d.ts +116 -108
  366. package/generated/react/icons/icon-record/index.d.ts +116 -108
  367. package/generated/react/icons/icon-refund/index.d.ts +116 -108
  368. package/generated/react/icons/icon-robot/index.d.ts +116 -108
  369. package/generated/react/icons/icon-rocket/index.d.ts +116 -108
  370. package/generated/react/icons/icon-run-shortcut/index.d.ts +116 -108
  371. package/generated/react/icons/icon-safari/index.d.ts +116 -108
  372. package/generated/react/icons/icon-school/index.d.ts +116 -108
  373. package/generated/react/icons/icon-scissors/index.d.ts +116 -108
  374. package/generated/react/icons/icon-search-menu/index.d.ts +116 -108
  375. package/generated/react/icons/icon-settings-gear/index.d.ts +116 -108
  376. package/generated/react/icons/icon-settings-slider-hor/index.d.ts +116 -108
  377. package/generated/react/icons/icon-settings-slider-ver/index.d.ts +116 -108
  378. package/generated/react/icons/icon-shapes/index.d.ts +116 -108
  379. package/generated/react/icons/icon-share/index.d.ts +116 -108
  380. package/generated/react/icons/icon-shield/index.d.ts +116 -108
  381. package/generated/react/icons/icon-shield-checked/index.d.ts +116 -108
  382. package/generated/react/icons/icon-shield-crossed/index.d.ts +116 -108
  383. package/generated/react/icons/icon-shopping-bag/index.d.ts +116 -108
  384. package/generated/react/icons/icon-signature/index.d.ts +116 -108
  385. package/generated/react/icons/icon-smartwatch/index.d.ts +116 -108
  386. package/generated/react/icons/icon-solar/index.d.ts +116 -108
  387. package/generated/react/icons/icon-sort/index.d.ts +116 -108
  388. package/generated/react/icons/icon-sort-ascending/index.d.ts +116 -108
  389. package/generated/react/icons/icon-sort-descending/index.d.ts +116 -108
  390. package/generated/react/icons/icon-sort-down/index.d.ts +116 -108
  391. package/generated/react/icons/icon-sort-up/index.d.ts +116 -108
  392. package/generated/react/icons/icon-square-arrow-top-right/index.d.ts +116 -108
  393. package/generated/react/icons/icon-square-behind-square/index.d.ts +116 -108
  394. package/generated/react/icons/icon-square-grid-circle/index.d.ts +116 -108
  395. package/generated/react/icons/icon-square-placeholder/index.d.ts +116 -108
  396. package/generated/react/icons/icon-star/index.d.ts +116 -108
  397. package/generated/react/icons/icon-store/index.d.ts +116 -108
  398. package/generated/react/icons/icon-sun/index.d.ts +116 -108
  399. package/generated/react/icons/icon-sunset-arrow-down/index.d.ts +116 -108
  400. package/generated/react/icons/icon-tag/index.d.ts +116 -108
  401. package/generated/react/icons/icon-target-arrow/index.d.ts +116 -108
  402. package/generated/react/icons/icon-television/index.d.ts +116 -108
  403. package/generated/react/icons/icon-tennis/index.d.ts +116 -108
  404. package/generated/react/icons/icon-text-edit/index.d.ts +116 -108
  405. package/generated/react/icons/icon-thermostat/index.d.ts +116 -108
  406. package/generated/react/icons/icon-thumbs-down/index.d.ts +116 -108
  407. package/generated/react/icons/icon-thumbs-up/index.d.ts +116 -108
  408. package/generated/react/icons/icon-ticket/index.d.ts +116 -108
  409. package/generated/react/icons/icon-trading-view-candles/index.d.ts +116 -108
  410. package/generated/react/icons/icon-trash-can/index.d.ts +116 -108
  411. package/generated/react/icons/icon-tree/index.d.ts +116 -108
  412. package/generated/react/icons/icon-trending-five/index.d.ts +116 -108
  413. package/generated/react/icons/icon-trending-four/index.d.ts +116 -108
  414. package/generated/react/icons/icon-trending-one/index.d.ts +116 -108
  415. package/generated/react/icons/icon-trending-three/index.d.ts +116 -108
  416. package/generated/react/icons/icon-trending-two/index.d.ts +116 -108
  417. package/generated/react/icons/icon-triangle-exclamation/index.d.ts +116 -108
  418. package/generated/react/icons/icon-truck/index.d.ts +116 -108
  419. package/generated/react/icons/icon-umbrella-security/index.d.ts +116 -108
  420. package/generated/react/icons/icon-unlocked/index.d.ts +116 -108
  421. package/generated/react/icons/icon-volume-full/index.d.ts +116 -108
  422. package/generated/react/icons/icon-volume-half/index.d.ts +116 -108
  423. package/generated/react/icons/icon-volume-off/index.d.ts +116 -108
  424. package/generated/react/icons/icon-wallet/index.d.ts +116 -108
  425. package/generated/react/icons/icon-warning-sign/index.d.ts +116 -108
  426. package/generated/react/icons/icon-wifi-full/index.d.ts +116 -108
  427. package/generated/react/icons/icon-youtube/index.d.ts +116 -108
  428. package/generated/react/icons/icon-zap/index.d.ts +116 -108
  429. package/generated/react/icons/icon-zoom-in/index.d.ts +116 -108
  430. package/generated/react/icons/icon-zoom-out/index.d.ts +116 -108
  431. package/generated/react/img/index.d.ts +116 -108
  432. package/generated/react/index.d.ts +10 -5
  433. package/generated/react/index.js +10 -5
  434. package/generated/react/input/index.d.ts +139 -131
  435. package/generated/react/link/index.d.ts +117 -109
  436. package/generated/react/list/index.d.ts +735 -0
  437. package/generated/react/list/index.js +14 -0
  438. package/generated/react/list-item/index.d.ts +124 -107
  439. package/generated/react/list-item/index.js +1 -1
  440. package/generated/react/list-item-pattern-01/index.d.ts +698 -0
  441. package/generated/react/list-item-pattern-01/index.js +16 -0
  442. package/generated/react/mask/index.d.ts +117 -109
  443. package/generated/react/menu-button/index.d.ts +120 -112
  444. package/generated/react/menu-heading/index.d.ts +114 -106
  445. package/generated/react/menu-item/index.d.ts +114 -106
  446. package/generated/react/option/index.d.ts +118 -110
  447. package/generated/react/pagination/index.d.ts +120 -112
  448. package/generated/react/popover/index.d.ts +123 -115
  449. package/generated/react/radio/index.d.ts +119 -111
  450. package/generated/react/radio-group/index.d.ts +127 -119
  451. package/generated/react/rich-text/index.d.ts +114 -106
  452. package/generated/react/segment/index.d.ts +118 -110
  453. package/generated/react/segmented-control/index.d.ts +116 -108
  454. package/generated/react/select/index.d.ts +129 -121
  455. package/generated/react/sensitive-account/index.d.ts +118 -110
  456. package/generated/react/sensitive-date/index.d.ts +117 -109
  457. package/generated/react/sensitive-number/index.d.ts +118 -110
  458. package/generated/react/signal/index.d.ts +114 -106
  459. package/generated/react/spinner/index.d.ts +117 -109
  460. package/generated/react/switch/index.d.ts +126 -118
  461. package/generated/react/tab/index.d.ts +682 -0
  462. package/generated/react/tab/index.js +14 -0
  463. package/generated/react/tab-panel/index.d.ts +675 -0
  464. package/generated/react/tab-panel/index.js +14 -0
  465. package/generated/react/table/index.d.ts +125 -117
  466. package/generated/react/tabs/index.d.ts +699 -0
  467. package/generated/react/tabs/index.js +14 -0
  468. package/generated/react/text/index.d.ts +115 -107
  469. package/generated/react/textarea/index.d.ts +137 -129
  470. package/generated/react/theme/index.d.ts +114 -106
  471. package/generated/react/video/index.d.ts +114 -106
  472. package/package.json +14 -1
  473. package/patterns/index.d.ts +1 -0
  474. package/patterns/index.js +1 -0
  475. package/patterns/list-item-pattern-01/index.d.ts +1 -0
  476. package/patterns/list-item-pattern-01/index.js +1 -0
  477. package/patterns/list-item-pattern-01/list-item-pattern-01.component.d.ts +74 -0
  478. package/patterns/list-item-pattern-01/list-item-pattern-01.component.js +278 -0
  479. package/patterns/list-item-pattern-01/list-item-pattern-01.d.ts +2 -0
  480. package/patterns/list-item-pattern-01/list-item-pattern-01.js +6 -0
  481. package/patterns/list-item-pattern-01/list-item-pattern-01.stories.data.d.ts +4 -0
  482. package/patterns/list-item-pattern-01/list-item-pattern-01.stories.data.js +8 -0
  483. package/patterns/list-item-pattern-01/list-item-pattern-01.styles.d.ts +2 -0
  484. package/patterns/list-item-pattern-01/list-item-pattern-01.styles.js +113 -0
  485. package/primitives/listbox/listbox.trans.styles.scss.js +1 -1
  486. package/primitives/listbox/option.trans.styles.scss.js +1 -1
  487. package/pure.d.ts +3 -0
  488. package/pure.js +3 -0
  489. package/utils/helpers/custom-element-scoping.js +1 -1
package/gds-element.js CHANGED
@@ -16,7 +16,7 @@ class GdsElement extends LitElement {
16
16
  /**
17
17
  * The semantic version of this element. Can be used for troubleshooting to verify the version being used.
18
18
  */
19
- this.semanticVersion = "3.12.5";
19
+ this.semanticVersion = "3.14.0";
20
20
  this.syncFirstRender = false;
21
21
  this._isUsingTransitionalStyles = false;
22
22
  this._dynamicStylesController = new DynamicStylesController(this);
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-06-03T08:49:58.102Z",
2
+ "generatedAt": "2026-06-10T08:31:07.742Z",
3
3
  "components": [
4
4
  {
5
5
  "name": "gds-alert",
@@ -481,11 +481,24 @@
481
481
  "react"
482
482
  ]
483
483
  },
484
+ {
485
+ "name": "gds-list",
486
+ "tagName": "gds-list",
487
+ "className": "GdsList",
488
+ "description": "`gds-list` is a container for `gds-list-item` elements, expressing the semantic `list` role.\n\nIt extends `gds-flex` and defaults `flex-direction` to `column`.",
489
+ "path": "list/",
490
+ "files": [
491
+ "api",
492
+ "guidelines",
493
+ "angular",
494
+ "react"
495
+ ]
496
+ },
484
497
  {
485
498
  "name": "gds-list-item",
486
499
  "tagName": "gds-list-item",
487
500
  "className": "GdsListItem",
488
- "description": "",
501
+ "description": "`gds-list-item` is used as a child of `gds-list` to represent a single item in a list.",
489
502
  "path": "list-item/",
490
503
  "files": [
491
504
  "api",
@@ -493,6 +506,19 @@
493
506
  "react"
494
507
  ]
495
508
  },
509
+ {
510
+ "name": "gds-list-item-pattern-01",
511
+ "tagName": "gds-list-item-pattern-01",
512
+ "className": "GdsListItemPattern01",
513
+ "description": "",
514
+ "path": "list-item-pattern-01/",
515
+ "files": [
516
+ "api",
517
+ "guidelines",
518
+ "angular",
519
+ "react"
520
+ ]
521
+ },
496
522
  {
497
523
  "name": "gds-mask",
498
524
  "tagName": "gds-mask",
@@ -738,6 +764,30 @@
738
764
  "react"
739
765
  ]
740
766
  },
767
+ {
768
+ "name": "gds-tab",
769
+ "tagName": "gds-tab",
770
+ "className": "GdsTab",
771
+ "description": "",
772
+ "path": "tab/",
773
+ "files": [
774
+ "api",
775
+ "angular",
776
+ "react"
777
+ ]
778
+ },
779
+ {
780
+ "name": "gds-tab-panel",
781
+ "tagName": "gds-tab-panel",
782
+ "className": "GdsTabPanel",
783
+ "description": "",
784
+ "path": "tab-panel/",
785
+ "files": [
786
+ "api",
787
+ "angular",
788
+ "react"
789
+ ]
790
+ },
741
791
  {
742
792
  "name": "gds-table",
743
793
  "tagName": "gds-table",
@@ -751,6 +801,19 @@
751
801
  "react"
752
802
  ]
753
803
  },
804
+ {
805
+ "name": "gds-tabs",
806
+ "tagName": "gds-tabs",
807
+ "className": "GdsTabs",
808
+ "description": "",
809
+ "path": "tabs/",
810
+ "files": [
811
+ "api",
812
+ "guidelines",
813
+ "angular",
814
+ "react"
815
+ ]
816
+ },
754
817
  {
755
818
  "name": "gds-text",
756
819
  "tagName": "gds-text",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-06-03T08:49:58.102Z",
2
+ "generatedAt": "2026-06-10T08:31:07.742Z",
3
3
  "icons": [
4
4
  {
5
5
  "name": "gds-icon-ai",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-06-03T08:49:58.102Z",
2
+ "generatedAt": "2026-06-10T08:31:07.742Z",
3
3
  "instructions": "./INSTRUCTIONS.md",
4
4
  "components": "./components.json",
5
5
  "icons": "./icons.json",
@@ -0,0 +1,17 @@
1
+ # gds-list - Angular
2
+
3
+ ## Import
4
+
5
+ ```typescript
6
+ import { GdsListComponent } from '@sebgroup/green-core-ng'
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ Use the component in your Angular templates:
12
+
13
+ ```html
14
+ <gds-list>
15
+ <!-- content -->
16
+ </gds-list>
17
+ ```
@@ -0,0 +1,86 @@
1
+ # gds-list
2
+
3
+ `gds-list` is a container for `gds-list-item` elements, expressing the semantic `list` role.
4
+
5
+ It extends `gds-flex` and defaults `flex-direction` to `column`.
6
+
7
+ **Class**: `GdsList`
8
+
9
+ **Tag**: `<gds-list>`
10
+
11
+
12
+ ## Properties
13
+
14
+ > Some properties accept design token names. Use `get_tokens` with the appropriate category to discover valid token names and their resolved values.
15
+
16
+ | Name | Type | Default | Description |
17
+ |------|------|---------|-------------|
18
+ | `width` | `string \| undefined` | `-` | Style Expression Property that controls the `width` property. Supports space tokens and all valid CSS `width` values. |
19
+ | `'min-width'` | `string \| undefined` | `-` | Style Expression Property that controls the `min-width` property. Supports space tokens and all valid CSS `min-width` values. |
20
+ | `'max-width'` | `string \| undefined` | `-` | Style Expression Property that controls the `max-width` property. Supports space tokens and all valid CSS `max-width` values. |
21
+ | `'inline-size'` | `string \| undefined` | `-` | Style Expression Property that controls the `inline-size` property. Supports space tokens and all valid CSS `inline-size` values |
22
+ | `'min-inline-size'` | `string \| undefined` | `-` | Style Expression Property that controls the `min-inline-size` property. Supports space tokens and all valid CSS `min-inline-size` values. |
23
+ | `'max-inline-size'` | `string \| undefined` | `-` | Style Expression Property that controls the `max-inline-size` property. Supports space tokens and all valid CSS `max-inline-size` values. |
24
+ | `height` | `string \| undefined` | `-` | Style Expression Property that controls the `height` property. Supports space tokens and all valid CSS `height` values. |
25
+ | `'min-height'` | `string \| undefined` | `-` | Style Expression Property that controls the `min-height` property. Supports space tokens and all valid CSS `min-height` values. |
26
+ | `'max-height'` | `string \| undefined` | `-` | Style Expression Property that controls the `max-height` property. Supports space tokens and all valid CSS `max-height` values. |
27
+ | `'block-size'` | `string \| undefined` | `-` | Style Expression Property that controls the `block-size` property. Supports space tokens and all valid CSS `block-size` values. |
28
+ | `'min-block-size'` | `string \| undefined` | `-` | Style Expression Property that controls the `min-block-size` property. Supports space tokens and all valid CSS `min-block-size` values. |
29
+ | `'max-block-size'` | `string \| undefined` | `-` | Style Expression Property that controls the `max-block-size` property. Supports space tokens and all valid CSS `max-block-size` values. |
30
+ | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
31
+ | `'margin-inline'` | `string \| undefined` | `-` | Style Expression Property that controls the `margin-inline` property. Only accepts space tokens. |
32
+ | `'margin-block'` | `string \| undefined` | `-` | Style Expression Property that controls the `margin-block` property. Only accepts space tokens. |
33
+ | `padding` | `string \| undefined` | `-` | Style Expression Property that controls the `padding` property. Only accepts space tokens. |
34
+ | `'padding-inline'` | `string \| undefined` | `-` | Style Expression Property that controls the `padding-inline` property. Only accepts space tokens. |
35
+ | `'padding-block'` | `string \| undefined` | `-` | Style Expression Property that controls the `padding-block` property. Only accepts space tokens. |
36
+ | `'align-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `align-self` property. Supports all valid CSS `align-self` values. |
37
+ | `'justify-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `justify-self` property. Supports all valid CSS `justify-self` values. |
38
+ | `'place-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `place-self` property. Supports all valid CSS `place-self` values. |
39
+ | `'grid-column'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-column` property. Supports all valid CSS grid-column values. Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column |
40
+ | `'grid-row'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-row` property. Supports all valid CSS `grid-row` values. |
41
+ | `'grid-area'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-area` property. Supports all valid CSS `grid-area` values. |
42
+ | `flex` | `string \| undefined` | `-` | Style Expression Property that controls the `flex` property. Supports all valid CSS `flex` values. |
43
+ | `order` | `string \| undefined` | `-` | Style Expression Property that controls the `order` property. Supports all valid CSS `order` values. |
44
+ | `position` | `string \| undefined` | `-` | Style Expression Property that controls the `position` property. Supports all valid CSS `position` values. |
45
+ | `transform` | `string \| undefined` | `-` | Style Expression Property that controls the `transform` property. Supports all valid CSS `transform` values. |
46
+ | `inset` | `string \| undefined` | `-` | Style Expression Property that controls the `inset` property. Supports all valid CSS `inset` values. |
47
+ | `display` | `string \| undefined` | `-` | Controls the display property. Supports all valid CSS display values. |
48
+ | `level` | `GdsColorLevel` | `-` | The level of the container is used to resolve the color tokens from the corresponding level. Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information. Default for `gds-div` is level 2. |
49
+ | `color` | `string \| undefined` | `-` | Style Expression Property that controls the `color` property. Only accepts color tokens and an optional transparency value, in the format tokenName/transparency. ```html <gds-div color="neutral-01/0.2"></gds-div> ``` |
50
+ | `background` | `string \| undefined` | `-` | Style Expression Property that controls the `background` property. Only accepts color tokens and an optional transparency value, in the format tokenName/transparency. ```html <gds-div background="neutral-01/0.2"></gds-div> ``` |
51
+ | `border` | `string \| undefined` | `-` | Style Expression Property that controls the `border` property. Accepts a string of the same format as the CSS border property. ```html <gds-div border="4xs solid subtle-01/0.2"></gds-div> ``` Where the size value accepts space tokens and the color value accepts color tokens and an optional transparency value. |
52
+ | `'border-color'` | `string \| undefined` | `-` | Style Expression Property that controls the `border-color` property. Only accepts color tokens and an optional transparency value, in the format tokenName/transparency. ```html <gds-div border-color="subtle-01/0.2"></gds-div> ``` |
53
+ | `'border-width'` | `string \| undefined` | `-` | Style Expression Property that controls the `border-width` property. Only accepts space tokens. |
54
+ | `'border-style'` | `string \| undefined` | `-` | Style Expression Property that controls the `border-style` property. Supports all valid CSS `border-style` values. |
55
+ | `'border-radius'` | `string \| undefined` | `-` | Style Expression Property that controls the `border-radius` property. Only accepts space tokens. |
56
+ | `'box-shadow'` | `string \| undefined` | `-` | Style Expression Property for the `box-shadow` property. Accepts shadow tokens from the design system. `xs`, `s`, `m`, `l`, `xl` |
57
+ | `opacity` | `string \| undefined` | `-` | Style Expression Property that controls the `opacity` property. Supports all valid CSS `opacity` values. |
58
+ | `overflow` | `string \| undefined` | `-` | Style Expression Property that controls the `overflow` property. Supports all valid CSS `overflow` values. |
59
+ | `'box-sizing'` | `string \| undefined` | `-` | Style Expression Property that controls the `box-sizing` property. Supports all valid CSS `box-sizing` values. |
60
+ | `'z-index'` | `string \| undefined` | `-` | Style Expression Property that controls the `z-index` property. Supports all valid CSS `z-index` values. |
61
+ | `'font'` | `string \| undefined` | `-` | Style Expression Property that controls the `font` property. Supports all font tokens from the design system. |
62
+ | `'font-weight'` | `string \| undefined` | `-` | Style Expression Property that controls the `font-weight` property. Supports all typography weight tokens from the design system. |
63
+ | `'text-align'` | `string \| undefined` | `-` | Style Expression Property that controls the `text-align` property. Supports all valid CSS `text-align` values. |
64
+ | `'text-wrap'` | `string \| undefined` | `-` | Style Expression Property that controls the `text-wrap` property. Supports all valid CSS `text-wrap` values. |
65
+ | `'overflow-wrap'` | `string \| undefined` | `-` | Style Expression Property that controls the `overflow-wrap` property. Supports all valid CSS `overflow-wrap` values. |
66
+ | `'white-space'` | `string \| undefined` | `-` | Style Expression Property that controls the `white-space` property. Supports all valid CSS `white-space` values. |
67
+ | `gap` | `string \| undefined` | `-` | Style Expression Property that controls the `gap` property. Only accepts space tokens. |
68
+ | `'align-items'` | `string \| undefined` | `-` | Style Expression Property that controls the `align-items` property. Supports all valid CSS `align-items` values. |
69
+ | `'align-content'` | `string \| undefined` | `-` | Style Expression Property that controls the `align-content` property. Supports all valid CSS `align-content` values. |
70
+ | `'justify-content'` | `string \| undefined` | `-` | Style Expression Property that controls the `justify-content` property. Supports all valid CSS `justify-content` values. |
71
+ | `'justify-items'` | `string \| undefined` | `-` | Style Expression Property that controls the `justify-items` property. Supports all valid CSS `justify-items` values. |
72
+ | `'flex-direction'` | `string \| undefined` | `-` | Style Expression Property that controls the `flex-direction` property. Supports all valid CSS `flex-direction` values. |
73
+ | `'flex-wrap'` | `string \| undefined` | `-` | Style Expression Property that controls the `flex-wrap` property. Supports all valid CSS `flex-wrap` values. |
74
+ | `'place-items'` | `string \| undefined` | `-` | Style Expression Property that controls the `place-items` property. Supports all valid CSS `place-items` values. |
75
+ | `'place-content'` | `string \| undefined` | `-` | Style Expression Property that controls the `place-content` property. Supports all valid CSS `place-content` values. |
76
+ | `'aspect-ratio'` | `string \| undefined` | `-` | Style Expression Property that controls the `aspect-ratio` property. Supports all valid CSS `aspect-ratio` values. |
77
+ | `cursor` | `string \| undefined` | `-` | Style Expression Property that controls the `cursor` property. Supports all valid CSS `cursor` values. |
78
+ | `'pointer-events'` | `string \| undefined` | `-` | Style Expression Property that controls the `pointer-events` property. Supports all valid CSS `pointer-events` values. |
79
+ | `syncFirstRender` | `boolean` | `-` | Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`. This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM is projected. Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the element needs to be measured synchronously after being added to the DOM. |
80
+
81
+
82
+ ## Slots
83
+
84
+ | Name | Description |
85
+ |------|-------------|
86
+ | `(default)` | Default slot for `gds-list-item` children. |
@@ -0,0 +1 @@
1
+ # List
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "gds-list",
3
+ "files": {
4
+ "api": "api.md",
5
+ "guidelines": "guidelines.md",
6
+ "angular": "angular.md",
7
+ "react": "react.md"
8
+ }
9
+ }
@@ -0,0 +1,17 @@
1
+ # gds-list - React
2
+
3
+ ## Import
4
+
5
+ ```typescript
6
+ import { GdsList } from '@sebgroup/green-core/react'
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ Use the component as a React JSX element:
12
+
13
+ ```tsx
14
+ <GdsList>
15
+ {/* content */}
16
+ </GdsList>
17
+ ```
@@ -11,5 +11,7 @@ import { GdsListItemComponent } from '@sebgroup/green-core-ng'
11
11
  Use the component in your Angular templates:
12
12
 
13
13
  ```html
14
- <gds-list-item></gds-list-item>
14
+ <gds-list-item>
15
+ <!-- content -->
16
+ </gds-list-item>
15
17
  ```
@@ -1,5 +1,7 @@
1
1
  # gds-list-item
2
2
 
3
+ `gds-list-item` is used as a child of `gds-list` to represent a single item in a list.
4
+
3
5
  **Class**: `GdsListItem`
4
6
 
5
7
  **Tag**: `<gds-list-item>`
@@ -9,4 +11,19 @@
9
11
 
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
14
+ | `'align-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `align-self` property. Supports all valid CSS `align-self` values. |
15
+ | `'justify-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `justify-self` property. Supports all valid CSS `justify-self` values. |
16
+ | `'place-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `place-self` property. Supports all valid CSS `place-self` values. |
17
+ | `'grid-column'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-column` property. Supports all valid CSS grid-column values. Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column |
18
+ | `'grid-row'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-row` property. Supports all valid CSS `grid-row` values. |
19
+ | `'grid-area'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-area` property. Supports all valid CSS `grid-area` values. |
20
+ | `flex` | `string \| undefined` | `-` | Style Expression Property that controls the `flex` property. Supports all valid CSS `flex` values. |
21
+ | `order` | `string \| undefined` | `-` | Style Expression Property that controls the `order` property. Supports all valid CSS `order` values. |
12
22
  | `syncFirstRender` | `boolean` | `-` | Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`. This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM is projected. Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the element needs to be measured synchronously after being added to the DOM. |
23
+
24
+
25
+ ## Slots
26
+
27
+ | Name | Description |
28
+ |------|-------------|
29
+ | `(default)` | Content to be displayed as the main content. |
@@ -11,5 +11,7 @@ import { GdsListItem } from '@sebgroup/green-core/react'
11
11
  Use the component as a React JSX element:
12
12
 
13
13
  ```tsx
14
- <GdsListItem />
14
+ <GdsListItem>
15
+ {/* content */}
16
+ </GdsListItem>
15
17
  ```
@@ -0,0 +1,26 @@
1
+ # gds-list-item-pattern-01 - Angular
2
+
3
+ ## Import
4
+
5
+ ```typescript
6
+ import { GdsListItemPattern01Component } from '@sebgroup/green-core-ng'
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ Use the component in your Angular templates:
12
+
13
+ ```html
14
+ <gds-list-item-pattern-01>
15
+ <!-- content -->
16
+ </gds-list-item-pattern-01>
17
+ ```
18
+
19
+ ## Event Handling
20
+
21
+ Events are emitted using Angular output syntax. Event names are converted from kebab-case to camelCase:
22
+
23
+ | Web Component Event | Angular Output | Handler Example |
24
+ |---------------------|----------------|-----------------|
25
+ | `input` | `input` | `(input)="handler($event)"` |
26
+ | `change` | `change` | `(change)="handler($event)"` |
@@ -0,0 +1,55 @@
1
+ # gds-list-item-pattern-01
2
+
3
+ **Class**: `GdsListItemPattern01`
4
+
5
+ **Tag**: `<gds-list-item-pattern-01>`
6
+
7
+
8
+ ## Properties
9
+
10
+ > Some properties accept design token names. Use `get_tokens` with the appropriate category to discover valid token names and their resolved values.
11
+
12
+ | Name | Type | Default | Description |
13
+ |------|------|---------|-------------|
14
+ | `items` | `ListPatternItem[] \| undefined` | `-` | Multi-column content for the main slot. Each entry has an optional `label` and a required `value`. When set, takes precedence over the default slot. Accepts: `Array<{ label?: string, value: string }>` |
15
+ | `label` | `string` | `-` | Optional label displayed above the items in the main slot. If not set, falls back to the first item's label (if available). |
16
+ | `selectable` | `boolean` | `-` | Enables a checkbox in the lead slot of the row. The checkbox can be toggled and emits a `toggle-change` event. |
17
+ | `checked` | `boolean` | `-` | Whether the checkbox is checked. Only relevant when `selectable` is true. |
18
+ | `indeterminate` | `boolean` | `-` | Whether the checkbox is in an indeterminate state. Only relevant when `selectable` is true. |
19
+ | `disabled` | `boolean` | `-` | Whether the checkbox is disabled. Only relevant when `selectable` is true. |
20
+ | `'padding-inline'` | `string \| undefined` | `-` | Controls the `padding-inline` of the item. Accepts space token names (e.g. `s`, `m`, `l`) or custom CSS values (e.g. `0`). Defaults to `s` via the stylesheet. Set to `0` to remove padding. |
21
+ | `href` | `string \| undefined` | `-` | URL that the link points to Can be absolute, relative, or fragment identifier |
22
+ | `target` | `'_self' \| '_blank' \| '_parent' \| '_top' \| undefined` | `-` | Specifies where to open the linked document |
23
+ | `rel` | `string \| undefined` | `-` | Specifies the relationship between the current document and the linked document Automatically adds security-related values when target="_blank" |
24
+ | `download` | `string \| boolean \| undefined` | `-` | When present, indicates that the linked resource should be downloaded |
25
+ | `ping` | `string \| undefined` | `-` | Specifies a space-separated list of URLs to which, when the link is followed, POST requests with the body ping will be sent by the browser. |
26
+ | `'align-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `align-self` property. Supports all valid CSS `align-self` values. |
27
+ | `'justify-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `justify-self` property. Supports all valid CSS `justify-self` values. |
28
+ | `'place-self'` | `string \| undefined` | `-` | Style Expression Property that controls the `place-self` property. Supports all valid CSS `place-self` values. |
29
+ | `'grid-column'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-column` property. Supports all valid CSS grid-column values. Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column |
30
+ | `'grid-row'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-row` property. Supports all valid CSS `grid-row` values. |
31
+ | `'grid-area'` | `string \| undefined` | `-` | Style Expression Property that controls the `grid-area` property. Supports all valid CSS `grid-area` values. |
32
+ | `flex` | `string \| undefined` | `-` | Style Expression Property that controls the `flex` property. Supports all valid CSS `flex` values. |
33
+ | `order` | `string \| undefined` | `-` | Style Expression Property that controls the `order` property. Supports all valid CSS `order` values. |
34
+ | `syncFirstRender` | `boolean` | `-` | Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`. This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM is projected. Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the element needs to be measured synchronously after being added to the DOM. |
35
+
36
+
37
+ ## Events
38
+
39
+ | Name | Type | Description |
40
+ |------|------|-------------|
41
+ | `input` | `Event` | Dispatched when the checkbox is checked or unchecked. |
42
+ | `change` | `Event` | Dispatched when the checkbox is checked or unchecked. |
43
+
44
+
45
+ ## Slots
46
+
47
+ | Name | Description |
48
+ |------|-------------|
49
+ | `(default)` | Main content slot. Rendered after `items` columns when `items` is set, or as the sole main content when `items` is not set. |
50
+ | `lead` | Lead slot content. Ignored when `selectable` is set (checkbox takes precedence). |
51
+
52
+
53
+ ## Routing Support
54
+
55
+ This component supports routing via the `href` property.
@@ -0,0 +1 @@
1
+ # List item pattern 01
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "gds-list-item-pattern-01",
3
+ "files": {
4
+ "api": "api.md",
5
+ "guidelines": "guidelines.md",
6
+ "angular": "angular.md",
7
+ "react": "react.md"
8
+ }
9
+ }
@@ -0,0 +1,26 @@
1
+ # gds-list-item-pattern-01 - React
2
+
3
+ ## Import
4
+
5
+ ```typescript
6
+ import { GdsListItemPattern01 } from '@sebgroup/green-core/react'
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ Use the component as a React JSX element:
12
+
13
+ ```tsx
14
+ <GdsListItemPattern01>
15
+ {/* content */}
16
+ </GdsListItemPattern01>
17
+ ```
18
+
19
+ ## Event Handling
20
+
21
+ Events are handled using React event handler props. Event names are converted from kebab-case to camelCase with an "on" prefix:
22
+
23
+ | Web Component Event | React Handler Prop | Handler Example |
24
+ |---------------------|--------------------|-----------------|
25
+ | `input` | `onInput` | `onInput={handler}` |
26
+ | `change` | `onChange` | `onChange={handler}` |
@@ -0,0 +1,25 @@
1
+ # gds-tab - Angular
2
+
3
+ ## Import
4
+
5
+ ```typescript
6
+ import { GdsTabComponent } from '@sebgroup/green-core-ng'
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ Use the component in your Angular templates:
12
+
13
+ ```html
14
+ <gds-tab>
15
+ <!-- content -->
16
+ </gds-tab>
17
+ ```
18
+
19
+ ## Event Handling
20
+
21
+ Events are emitted using Angular output syntax. Event names are converted from kebab-case to camelCase:
22
+
23
+ | Web Component Event | Angular Output | Handler Example |
24
+ |---------------------|----------------|-----------------|
25
+ | `click` | `click` | `(click)="handler($event)"` |
@@ -0,0 +1,32 @@
1
+ # gds-tab
2
+
3
+ **Class**: `GdsTab`
4
+
5
+ **Tag**: `<gds-tab>`
6
+
7
+
8
+ ## Properties
9
+
10
+ | Name | Type | Default | Description |
11
+ |------|------|---------|-------------|
12
+ | `size` | `'small' \| 'medium'` | `-` | Optional size variant. When set to "small", applies reduced padding. |
13
+ | `disabled` | `boolean` | `-` | Disables selection of this tab. |
14
+ | `selected` | `boolean` | `-` | Whether this tab is currently selected. Managed by the parent `<gds-tabs>`. |
15
+ | `panel` | `string` | `-` | The `name` of the `<gds-tab-panel>` to associate with this tab. When set, this tab controls the panel whose `name` attribute matches, regardless of DOM order. When omitted, pairing falls back to position. |
16
+ | `syncFirstRender` | `boolean` | `-` | Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`. This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM is projected. Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the element needs to be measured synchronously after being added to the DOM. |
17
+
18
+
19
+ ## Events
20
+
21
+ | Name | Type | Description |
22
+ |------|------|-------------|
23
+ | `click` | `MouseEvent` | Fired when the tab is clicked. Note that clicks on disabled tabs are ignored. |
24
+
25
+
26
+ ## Slots
27
+
28
+ | Name | Description |
29
+ |------|-------------|
30
+ | `lead` | Optional content before the label (e.g. an icon) |
31
+ | `(default)` | The tab label text content |
32
+ | `trail` | Optional content after the label (e.g. a badge) |
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "gds-tab",
3
+ "files": {
4
+ "api": "api.md",
5
+ "angular": "angular.md",
6
+ "react": "react.md"
7
+ }
8
+ }
@@ -0,0 +1,25 @@
1
+ # gds-tab - React
2
+
3
+ ## Import
4
+
5
+ ```typescript
6
+ import { GdsTab } from '@sebgroup/green-core/react'
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ Use the component as a React JSX element:
12
+
13
+ ```tsx
14
+ <GdsTab>
15
+ {/* content */}
16
+ </GdsTab>
17
+ ```
18
+
19
+ ## Event Handling
20
+
21
+ Events are handled using React event handler props. Event names are converted from kebab-case to camelCase with an "on" prefix:
22
+
23
+ | Web Component Event | React Handler Prop | Handler Example |
24
+ |---------------------|--------------------|-----------------|
25
+ | `click` | `onClick` | `onClick={handler}` |
@@ -0,0 +1,17 @@
1
+ # gds-tab-panel - Angular
2
+
3
+ ## Import
4
+
5
+ ```typescript
6
+ import { GdsTabPanelComponent } from '@sebgroup/green-core-ng'
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ Use the component in your Angular templates:
12
+
13
+ ```html
14
+ <gds-tab-panel>
15
+ <!-- content -->
16
+ </gds-tab-panel>
17
+ ```
@@ -0,0 +1,20 @@
1
+ # gds-tab-panel
2
+
3
+ **Class**: `GdsTabPanel`
4
+
5
+ **Tag**: `<gds-tab-panel>`
6
+
7
+
8
+ ## Properties
9
+
10
+ | Name | Type | Default | Description |
11
+ |------|------|---------|-------------|
12
+ | `name` | `string` | `-` | A unique name used to associate this panel with a `<gds-tab panel="...">.` Must be unique within the parent `<gds-tabs>`. |
13
+ | `syncFirstRender` | `boolean` | `-` | Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`. This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM is projected. Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the element needs to be measured synchronously after being added to the DOM. |
14
+
15
+
16
+ ## Slots
17
+
18
+ | Name | Description |
19
+ |------|-------------|
20
+ | `(default)` | Panel content |
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "gds-tab-panel",
3
+ "files": {
4
+ "api": "api.md",
5
+ "angular": "angular.md",
6
+ "react": "react.md"
7
+ }
8
+ }
@@ -0,0 +1,17 @@
1
+ # gds-tab-panel - React
2
+
3
+ ## Import
4
+
5
+ ```typescript
6
+ import { GdsTabPanel } from '@sebgroup/green-core/react'
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ Use the component as a React JSX element:
12
+
13
+ ```tsx
14
+ <GdsTabPanel>
15
+ {/* content */}
16
+ </GdsTabPanel>
17
+ ```
@@ -0,0 +1,26 @@
1
+ # gds-tabs - Angular
2
+
3
+ ## Import
4
+
5
+ ```typescript
6
+ import { GdsTabsComponent } from '@sebgroup/green-core-ng'
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ Use the component in your Angular templates:
12
+
13
+ ```html
14
+ <gds-tabs>
15
+ <!-- content -->
16
+ </gds-tabs>
17
+ ```
18
+
19
+ ## Event Handling
20
+
21
+ Events are emitted using Angular output syntax. Event names are converted from kebab-case to camelCase:
22
+
23
+ | Web Component Event | Angular Output | Handler Example |
24
+ |---------------------|----------------|-----------------|
25
+ | `click` | `click` | `(click)="handler($event)"` |
26
+ | `gds-tab-change` | `gdsTabChange` | `(gdsTabChange)="handler($event)"` |