@sebgroup/green-core 3.1.0 → 3.5.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 (468) hide show
  1. package/assets/icons/regular/archive.svg +1 -1
  2. package/assets/icons/regular/bookmark-check.svg +1 -1
  3. package/assets/icons/regular/bookmark-delete.svg +1 -1
  4. package/assets/icons/regular/bookmark-plus.svg +1 -1
  5. package/assets/icons/regular/brand-bankid.svg +1 -1
  6. package/assets/icons/regular/chevron-grabber-vertical-reversed.svg +1 -0
  7. package/assets/icons/regular/cup-hot.svg +1 -1
  8. package/assets/icons/regular/home-energy-two.svg +1 -1
  9. package/assets/icons/regular/light-bulb-simple.svg +1 -1
  10. package/assets/icons/regular/trading-view-candles.svg +1 -1
  11. package/assets/icons/regular/volume-off.svg +1 -1
  12. package/assets/icons/solid/brand-figma.svg +2 -2
  13. package/assets/icons/solid/brand-green.svg +1 -1
  14. package/assets/icons/solid/brand-swish-word.svg +2 -2
  15. package/assets/icons/solid/brush.svg +1 -1
  16. package/assets/icons/solid/chain-link-broken.svg +1 -1
  17. package/assets/icons/solid/checklist.svg +1 -1
  18. package/assets/icons/solid/checkmark.svg +1 -1
  19. package/assets/icons/solid/chevron-grabber-vertical-reversed.svg +1 -0
  20. package/assets/icons/solid/globus.svg +6 -6
  21. package/assets/icons/solid/heart.svg +1 -1
  22. package/assets/icons/solid/home-roof.svg +1 -1
  23. package/assets/icons/solid/pension.svg +3 -3
  24. package/assets/icons/solid/run-shortcut.svg +2 -2
  25. package/assets/icons/solid/store.svg +1 -1
  26. package/assets/icons/solid/thumbs-down.svg +1 -1
  27. package/assets/icons/solid/trading-view-candles.svg +2 -2
  28. package/assets/icons/solid/trending-three.svg +1 -1
  29. package/bin/context-cli/index.js +46 -0
  30. package/bin/mcp-server/constants.d.ts +10 -0
  31. package/bin/mcp-server/constants.js +21 -0
  32. package/bin/mcp-server/handlers.d.ts +10 -0
  33. package/bin/mcp-server/handlers.js +110 -0
  34. package/bin/mcp-server/resources.js +65 -0
  35. package/bin/mcp-server/tools.js +39 -0
  36. package/bin/mcp-server/types.d.ts +77 -0
  37. package/bin/mcp-server/utils.d.ts +6 -7
  38. package/bin/mcp-server/utils.js +12 -11
  39. package/bin/mcp-server/validation.d.ts +8 -1
  40. package/bin/mcp-server/validation.js +37 -1
  41. package/components/button/button.component.js +2 -1
  42. package/components/context-menu/context-menu.component.d.ts +5 -1
  43. package/components/context-menu/context-menu.component.js +21 -2
  44. package/components/details/details.component.js +1 -1
  45. package/components/form-summary/summary.component.d.ts +4 -2
  46. package/components/form-summary/summary.component.js +116 -55
  47. package/components/form-summary/summary.styles.js +16 -2
  48. package/components/icon/icons/archive.component.js +1 -1
  49. package/components/icon/icons/bookmark-check.component.js +1 -1
  50. package/components/icon/icons/bookmark-delete.component.js +1 -1
  51. package/components/icon/icons/bookmark-plus.component.js +1 -1
  52. package/components/icon/icons/brand-bankid.component.js +1 -1
  53. package/components/icon/icons/brand-figma.component.js +1 -1
  54. package/components/icon/icons/brand-green.component.js +1 -1
  55. package/components/icon/icons/brand-swish-word.component.js +1 -1
  56. package/components/icon/icons/brush.component.js +1 -1
  57. package/components/icon/icons/chain-link-broken.component.js +1 -1
  58. package/components/icon/icons/checklist.component.js +1 -1
  59. package/components/icon/icons/checkmark.component.js +1 -1
  60. package/components/icon/icons/chevron-grabber-vertical-reversed.component.d.ts +18 -0
  61. package/components/icon/icons/chevron-grabber-vertical-reversed.component.js +25 -0
  62. package/components/icon/icons/chevron-grabber-vertical-reversed.d.ts +2 -0
  63. package/components/icon/icons/chevron-grabber-vertical-reversed.js +6 -0
  64. package/components/icon/icons/cup-hot.component.js +1 -1
  65. package/components/icon/icons/globus.component.js +1 -1
  66. package/components/icon/icons/heart.component.js +1 -1
  67. package/components/icon/icons/home-energy-two.component.js +1 -1
  68. package/components/icon/icons/home-roof.component.js +1 -1
  69. package/components/icon/icons/index.d.ts +1 -0
  70. package/components/icon/icons/index.js +1 -0
  71. package/components/icon/icons/light-bulb-simple.component.js +1 -1
  72. package/components/icon/icons/pension.component.js +1 -1
  73. package/components/icon/icons/pure.d.ts +1 -0
  74. package/components/icon/icons/pure.js +1 -0
  75. package/components/icon/icons/run-shortcut.component.js +1 -1
  76. package/components/icon/icons/store.component.js +1 -1
  77. package/components/icon/icons/thumbs-down.component.js +1 -1
  78. package/components/icon/icons/trading-view-candles.component.js +2 -2
  79. package/components/icon/icons/trending-three.component.js +1 -1
  80. package/components/icon/icons/volume-off.component.js +1 -1
  81. package/custom-elements.json +37837 -37078
  82. package/gds-element.js +1 -1
  83. package/generated/locales/da.d.ts +1 -1
  84. package/generated/locales/da.js +1 -1
  85. package/generated/locales/de.d.ts +1 -1
  86. package/generated/locales/de.js +1 -1
  87. package/generated/locales/fi.d.ts +1 -1
  88. package/generated/locales/fi.js +1 -1
  89. package/generated/locales/fr.d.ts +1 -1
  90. package/generated/locales/fr.js +1 -1
  91. package/generated/locales/it.d.ts +1 -1
  92. package/generated/locales/it.js +1 -1
  93. package/generated/locales/nl.d.ts +1 -1
  94. package/generated/locales/nl.js +1 -1
  95. package/generated/locales/no.d.ts +1 -1
  96. package/generated/locales/no.js +1 -1
  97. package/generated/locales/sv.d.ts +1 -1
  98. package/generated/locales/sv.js +1 -1
  99. package/generated/mcp/INSTRUCTIONS.md +10 -0
  100. package/generated/mcp/badge/api.md +2 -0
  101. package/generated/mcp/breadcrumbs/api.md +2 -0
  102. package/generated/mcp/button/api.md +2 -0
  103. package/generated/mcp/card/api.md +2 -0
  104. package/generated/mcp/card-linked/api.md +2 -0
  105. package/generated/mcp/card-pattern-01/api.md +2 -0
  106. package/generated/mcp/checkbox-group/api.md +2 -0
  107. package/generated/mcp/components.json +2 -1
  108. package/generated/mcp/concepts/declarative-layout.md +5 -0
  109. package/generated/mcp/context-menu/api.md +3 -0
  110. package/generated/mcp/datepicker/api.md +2 -0
  111. package/generated/mcp/details/api.md +2 -0
  112. package/generated/mcp/dialog/api.md +2 -0
  113. package/generated/mcp/div/api.md +2 -0
  114. package/generated/mcp/divider/api.md +2 -0
  115. package/generated/mcp/dropdown/api.md +2 -0
  116. package/generated/mcp/fab/api.md +2 -0
  117. package/generated/mcp/flex/api.md +2 -0
  118. package/generated/mcp/form-summary/angular.md +3 -1
  119. package/generated/mcp/form-summary/api.md +9 -2
  120. package/generated/mcp/form-summary/react.md +3 -1
  121. package/generated/mcp/formatted-account/api.md +2 -0
  122. package/generated/mcp/formatted-date/api.md +2 -0
  123. package/generated/mcp/formatted-number/api.md +2 -0
  124. package/generated/mcp/grid/api.md +2 -0
  125. package/generated/mcp/icon-ai/api.md +2 -0
  126. package/generated/mcp/icon-airplane-up/api.md +2 -0
  127. package/generated/mcp/icon-archive/api.md +2 -0
  128. package/generated/mcp/icon-arrow/api.md +2 -0
  129. package/generated/mcp/icon-arrow-bottom-top/api.md +2 -0
  130. package/generated/mcp/icon-arrow-box-left/api.md +2 -0
  131. package/generated/mcp/icon-arrow-box-left-alt/api.md +2 -0
  132. package/generated/mcp/icon-arrow-box-right/api.md +2 -0
  133. package/generated/mcp/icon-arrow-down/api.md +2 -0
  134. package/generated/mcp/icon-arrow-inbox/api.md +2 -0
  135. package/generated/mcp/icon-arrow-left/api.md +2 -0
  136. package/generated/mcp/icon-arrow-left-right/api.md +2 -0
  137. package/generated/mcp/icon-arrow-out-of-box/api.md +2 -0
  138. package/generated/mcp/icon-arrow-right/api.md +2 -0
  139. package/generated/mcp/icon-arrow-right-circle/api.md +2 -0
  140. package/generated/mcp/icon-arrow-right-down-circle/api.md +2 -0
  141. package/generated/mcp/icon-arrow-right-up-circle/api.md +2 -0
  142. package/generated/mcp/icon-arrow-rotate-clockwise/api.md +2 -0
  143. package/generated/mcp/icon-arrow-rotate-counter-clockwise/api.md +2 -0
  144. package/generated/mcp/icon-arrow-rotate-left-right/api.md +2 -0
  145. package/generated/mcp/icon-arrow-rotate-right-left/api.md +2 -0
  146. package/generated/mcp/icon-arrow-share-left/api.md +2 -0
  147. package/generated/mcp/icon-arrow-share-right/api.md +2 -0
  148. package/generated/mcp/icon-arrow-split/api.md +2 -0
  149. package/generated/mcp/icon-arrow-up/api.md +2 -0
  150. package/generated/mcp/icon-arrow-wall-down/api.md +2 -0
  151. package/generated/mcp/icon-arrow-wall-left/api.md +2 -0
  152. package/generated/mcp/icon-arrow-wall-right/api.md +2 -0
  153. package/generated/mcp/icon-arrow-wall-up/api.md +2 -0
  154. package/generated/mcp/icon-asterisk/api.md +2 -0
  155. package/generated/mcp/icon-at/api.md +2 -0
  156. package/generated/mcp/icon-back/api.md +2 -0
  157. package/generated/mcp/icon-backward/api.md +2 -0
  158. package/generated/mcp/icon-bag/api.md +2 -0
  159. package/generated/mcp/icon-bank/api.md +2 -0
  160. package/generated/mcp/icon-banknote/api.md +2 -0
  161. package/generated/mcp/icon-banknote-2/api.md +2 -0
  162. package/generated/mcp/icon-barcode/api.md +2 -0
  163. package/generated/mcp/icon-bars-three/api.md +2 -0
  164. package/generated/mcp/icon-bars-two/api.md +2 -0
  165. package/generated/mcp/icon-basket/api.md +2 -0
  166. package/generated/mcp/icon-battery-loading/api.md +2 -0
  167. package/generated/mcp/icon-bell/api.md +2 -0
  168. package/generated/mcp/icon-block/api.md +2 -0
  169. package/generated/mcp/icon-book/api.md +2 -0
  170. package/generated/mcp/icon-bookmark/api.md +2 -0
  171. package/generated/mcp/icon-bookmark-check/api.md +2 -0
  172. package/generated/mcp/icon-bookmark-delete/api.md +2 -0
  173. package/generated/mcp/icon-bookmark-plus/api.md +2 -0
  174. package/generated/mcp/icon-bookmark-remove/api.md +2 -0
  175. package/generated/mcp/icon-books/api.md +2 -0
  176. package/generated/mcp/icon-brand-app-store/api.md +2 -0
  177. package/generated/mcp/icon-brand-apple-music/api.md +2 -0
  178. package/generated/mcp/icon-brand-bankid/api.md +2 -0
  179. package/generated/mcp/icon-brand-chrome/api.md +2 -0
  180. package/generated/mcp/icon-brand-facebook/api.md +2 -0
  181. package/generated/mcp/icon-brand-figma/api.md +2 -0
  182. package/generated/mcp/icon-brand-firefox/api.md +2 -0
  183. package/generated/mcp/icon-brand-github/api.md +2 -0
  184. package/generated/mcp/icon-brand-green/api.md +2 -0
  185. package/generated/mcp/icon-brand-instagram/api.md +2 -0
  186. package/generated/mcp/icon-brand-linkedin/api.md +2 -0
  187. package/generated/mcp/icon-brand-play-store/api.md +2 -0
  188. package/generated/mcp/icon-brand-rss-feed/api.md +2 -0
  189. package/generated/mcp/icon-brand-seb/api.md +2 -0
  190. package/generated/mcp/icon-brand-spotify/api.md +2 -0
  191. package/generated/mcp/icon-brand-storybook/api.md +2 -0
  192. package/generated/mcp/icon-brand-swish-word/api.md +2 -0
  193. package/generated/mcp/icon-brand-x/api.md +2 -0
  194. package/generated/mcp/icon-brush/api.md +2 -0
  195. package/generated/mcp/icon-bubble-annotation/api.md +2 -0
  196. package/generated/mcp/icon-bubbles/api.md +2 -0
  197. package/generated/mcp/icon-buildings/api.md +2 -0
  198. package/generated/mcp/icon-bullet-list/api.md +2 -0
  199. package/generated/mcp/icon-calculator/api.md +2 -0
  200. package/generated/mcp/icon-calendar/api.md +2 -0
  201. package/generated/mcp/icon-calendar-check/api.md +2 -0
  202. package/generated/mcp/icon-calender-add/api.md +2 -0
  203. package/generated/mcp/icon-call/api.md +2 -0
  204. package/generated/mcp/icon-car/api.md +2 -0
  205. package/generated/mcp/icon-carussel/api.md +2 -0
  206. package/generated/mcp/icon-chain-link/api.md +2 -0
  207. package/generated/mcp/icon-chain-link-broken/api.md +2 -0
  208. package/generated/mcp/icon-chart-two/api.md +2 -0
  209. package/generated/mcp/icon-checklist/api.md +2 -0
  210. package/generated/mcp/icon-checkmark/api.md +2 -0
  211. package/generated/mcp/icon-chevron-bottom/api.md +2 -0
  212. package/generated/mcp/icon-chevron-double-down/api.md +2 -0
  213. package/generated/mcp/icon-chevron-double-left/api.md +2 -0
  214. package/generated/mcp/icon-chevron-double-right/api.md +2 -0
  215. package/generated/mcp/icon-chevron-double-up/api.md +2 -0
  216. package/generated/mcp/icon-chevron-down-small/api.md +2 -0
  217. package/generated/mcp/icon-chevron-grabber-vertical/api.md +2 -0
  218. package/generated/mcp/icon-chevron-grabber-vertical-reversed/angular.md +15 -0
  219. package/generated/mcp/icon-chevron-grabber-vertical-reversed/api.md +31 -0
  220. package/generated/mcp/icon-chevron-grabber-vertical-reversed/index.json +8 -0
  221. package/generated/mcp/icon-chevron-grabber-vertical-reversed/react.md +15 -0
  222. package/generated/mcp/icon-chevron-left/api.md +2 -0
  223. package/generated/mcp/icon-chevron-left-small/api.md +2 -0
  224. package/generated/mcp/icon-chevron-right/api.md +2 -0
  225. package/generated/mcp/icon-chevron-right-small/api.md +2 -0
  226. package/generated/mcp/icon-chevron-top/api.md +2 -0
  227. package/generated/mcp/icon-chevron-top-small/api.md +2 -0
  228. package/generated/mcp/icon-circle-ban/api.md +2 -0
  229. package/generated/mcp/icon-circle-check/api.md +2 -0
  230. package/generated/mcp/icon-circle-dots/api.md +2 -0
  231. package/generated/mcp/icon-circle-info/api.md +2 -0
  232. package/generated/mcp/icon-circle-minus/api.md +2 -0
  233. package/generated/mcp/icon-circle-placeholder-on/api.md +2 -0
  234. package/generated/mcp/icon-circle-plus/api.md +2 -0
  235. package/generated/mcp/icon-circle-questionmark/api.md +2 -0
  236. package/generated/mcp/icon-circle-x/api.md +2 -0
  237. package/generated/mcp/icon-circles-three/api.md +2 -0
  238. package/generated/mcp/icon-clock/api.md +2 -0
  239. package/generated/mcp/icon-cloud-download/api.md +2 -0
  240. package/generated/mcp/icon-cloud-upload/api.md +2 -0
  241. package/generated/mcp/icon-cloudy-sun/api.md +2 -0
  242. package/generated/mcp/icon-code/api.md +2 -0
  243. package/generated/mcp/icon-code-brackets/api.md +2 -0
  244. package/generated/mcp/icon-compass-round/api.md +2 -0
  245. package/generated/mcp/icon-cookies/api.md +2 -0
  246. package/generated/mcp/icon-copy/api.md +2 -0
  247. package/generated/mcp/icon-credit-card/api.md +2 -0
  248. package/generated/mcp/icon-credit-card-add/api.md +2 -0
  249. package/generated/mcp/icon-cross-large/api.md +2 -0
  250. package/generated/mcp/icon-cross-small/api.md +2 -0
  251. package/generated/mcp/icon-cup-hot/api.md +2 -0
  252. package/generated/mcp/icon-cursor/api.md +2 -0
  253. package/generated/mcp/icon-devices/api.md +2 -0
  254. package/generated/mcp/icon-direction/api.md +2 -0
  255. package/generated/mcp/icon-dollar/api.md +2 -0
  256. package/generated/mcp/icon-dot-grid-one-horizontal/api.md +2 -0
  257. package/generated/mcp/icon-dot-grid-one-vertical/api.md +2 -0
  258. package/generated/mcp/icon-dot-grid-three/api.md +2 -0
  259. package/generated/mcp/icon-dot-grid-two/api.md +2 -0
  260. package/generated/mcp/icon-email/api.md +2 -0
  261. package/generated/mcp/icon-emoji-angry/api.md +2 -0
  262. package/generated/mcp/icon-emoji-neutral/api.md +2 -0
  263. package/generated/mcp/icon-emoji-sad/api.md +2 -0
  264. package/generated/mcp/icon-emoji-smile/api.md +2 -0
  265. package/generated/mcp/icon-emoji-smiley/api.md +2 -0
  266. package/generated/mcp/icon-euro/api.md +2 -0
  267. package/generated/mcp/icon-expand/api.md +2 -0
  268. package/generated/mcp/icon-eye-open/api.md +2 -0
  269. package/generated/mcp/icon-eye-slash/api.md +2 -0
  270. package/generated/mcp/icon-fashion/api.md +2 -0
  271. package/generated/mcp/icon-fast-forward/api.md +2 -0
  272. package/generated/mcp/icon-file-bend/api.md +2 -0
  273. package/generated/mcp/icon-file-chart/api.md +2 -0
  274. package/generated/mcp/icon-file-text/api.md +2 -0
  275. package/generated/mcp/icon-files/api.md +2 -0
  276. package/generated/mcp/icon-filter/api.md +2 -0
  277. package/generated/mcp/icon-flag/api.md +2 -0
  278. package/generated/mcp/icon-floppy-disk/api.md +2 -0
  279. package/generated/mcp/icon-focus/api.md +2 -0
  280. package/generated/mcp/icon-folder/api.md +2 -0
  281. package/generated/mcp/icon-folder-add-right/api.md +2 -0
  282. package/generated/mcp/icon-fullscreen/api.md +2 -0
  283. package/generated/mcp/icon-gift/api.md +2 -0
  284. package/generated/mcp/icon-globus/api.md +2 -0
  285. package/generated/mcp/icon-graduate-cap/api.md +2 -0
  286. package/generated/mcp/icon-green-power/api.md +2 -0
  287. package/generated/mcp/icon-group/api.md +2 -0
  288. package/generated/mcp/icon-growth/api.md +2 -0
  289. package/generated/mcp/icon-headphones/api.md +2 -0
  290. package/generated/mcp/icon-heart/api.md +2 -0
  291. package/generated/mcp/icon-heart-beat/api.md +2 -0
  292. package/generated/mcp/icon-history/api.md +2 -0
  293. package/generated/mcp/icon-home-energy-one/api.md +2 -0
  294. package/generated/mcp/icon-home-energy-two/api.md +2 -0
  295. package/generated/mcp/icon-home-open/api.md +2 -0
  296. package/generated/mcp/icon-home-roof/api.md +2 -0
  297. package/generated/mcp/icon-horizontal-alignment-bottom/api.md +2 -0
  298. package/generated/mcp/icon-hourglass/api.md +2 -0
  299. package/generated/mcp/icon-images/api.md +2 -0
  300. package/generated/mcp/icon-inbox-empty/api.md +2 -0
  301. package/generated/mcp/icon-industry/api.md +2 -0
  302. package/generated/mcp/icon-jpg/api.md +2 -0
  303. package/generated/mcp/icon-key/api.md +2 -0
  304. package/generated/mcp/icon-knife-spoon/api.md +2 -0
  305. package/generated/mcp/icon-lab/api.md +2 -0
  306. package/generated/mcp/icon-law/api.md +2 -0
  307. package/generated/mcp/icon-leisure/api.md +2 -0
  308. package/generated/mcp/icon-light-bulb-simple/api.md +2 -0
  309. package/generated/mcp/icon-lightning/api.md +2 -0
  310. package/generated/mcp/icon-line-chart-four/api.md +2 -0
  311. package/generated/mcp/icon-line-chart-one/api.md +2 -0
  312. package/generated/mcp/icon-line-chart-three/api.md +2 -0
  313. package/generated/mcp/icon-line-chart-two/api.md +2 -0
  314. package/generated/mcp/icon-lock/api.md +2 -0
  315. package/generated/mcp/icon-macbook-air/api.md +2 -0
  316. package/generated/mcp/icon-magnifying-glass/api.md +2 -0
  317. package/generated/mcp/icon-map-pin/api.md +2 -0
  318. package/generated/mcp/icon-megaphone/api.md +2 -0
  319. package/generated/mcp/icon-menu-sidebar/api.md +2 -0
  320. package/generated/mcp/icon-mic-off/api.md +2 -0
  321. package/generated/mcp/icon-mic-on/api.md +2 -0
  322. package/generated/mcp/icon-minimize/api.md +2 -0
  323. package/generated/mcp/icon-minus-large/api.md +2 -0
  324. package/generated/mcp/icon-minus-small/api.md +2 -0
  325. package/generated/mcp/icon-money-hand/api.md +2 -0
  326. package/generated/mcp/icon-moneybag/api.md +2 -0
  327. package/generated/mcp/icon-moon/api.md +2 -0
  328. package/generated/mcp/icon-mute/api.md +2 -0
  329. package/generated/mcp/icon-office/api.md +2 -0
  330. package/generated/mcp/icon-page-add/api.md +2 -0
  331. package/generated/mcp/icon-paper-plane-top-right/api.md +2 -0
  332. package/generated/mcp/icon-paperclip/api.md +2 -0
  333. package/generated/mcp/icon-pause/api.md +2 -0
  334. package/generated/mcp/icon-pdf/api.md +2 -0
  335. package/generated/mcp/icon-pencil-sign/api.md +2 -0
  336. package/generated/mcp/icon-pencil-sparkle/api.md +2 -0
  337. package/generated/mcp/icon-pencil-wave/api.md +2 -0
  338. package/generated/mcp/icon-pension/api.md +2 -0
  339. package/generated/mcp/icon-people/api.md +2 -0
  340. package/generated/mcp/icon-people-a11y/api.md +2 -0
  341. package/generated/mcp/icon-people-add/api.md +2 -0
  342. package/generated/mcp/icon-people-added/api.md +2 -0
  343. package/generated/mcp/icon-people-circle/api.md +2 -0
  344. package/generated/mcp/icon-people-copy/api.md +2 -0
  345. package/generated/mcp/icon-people-profile/api.md +2 -0
  346. package/generated/mcp/icon-people-remove/api.md +2 -0
  347. package/generated/mcp/icon-percent/api.md +2 -0
  348. package/generated/mcp/icon-phone/api.md +2 -0
  349. package/generated/mcp/icon-pie-chart/api.md +2 -0
  350. package/generated/mcp/icon-piggy-bank/api.md +2 -0
  351. package/generated/mcp/icon-pin/api.md +2 -0
  352. package/generated/mcp/icon-pinch/api.md +2 -0
  353. package/generated/mcp/icon-play/api.md +2 -0
  354. package/generated/mcp/icon-play-circle/api.md +2 -0
  355. package/generated/mcp/icon-plus-large/api.md +2 -0
  356. package/generated/mcp/icon-plus-small/api.md +2 -0
  357. package/generated/mcp/icon-png/api.md +2 -0
  358. package/generated/mcp/icon-poop/api.md +2 -0
  359. package/generated/mcp/icon-postcard/api.md +2 -0
  360. package/generated/mcp/icon-pound/api.md +2 -0
  361. package/generated/mcp/icon-power/api.md +2 -0
  362. package/generated/mcp/icon-power-plant/api.md +2 -0
  363. package/generated/mcp/icon-printer/api.md +2 -0
  364. package/generated/mcp/icon-push/api.md +2 -0
  365. package/generated/mcp/icon-qr-code/api.md +2 -0
  366. package/generated/mcp/icon-rainy/api.md +2 -0
  367. package/generated/mcp/icon-raising-hand/api.md +2 -0
  368. package/generated/mcp/icon-reading-list/api.md +2 -0
  369. package/generated/mcp/icon-receipt-bill/api.md +2 -0
  370. package/generated/mcp/icon-receiption-bell/api.md +2 -0
  371. package/generated/mcp/icon-record/api.md +2 -0
  372. package/generated/mcp/icon-refund/api.md +2 -0
  373. package/generated/mcp/icon-robot/api.md +2 -0
  374. package/generated/mcp/icon-rocket/api.md +2 -0
  375. package/generated/mcp/icon-run-shortcut/api.md +2 -0
  376. package/generated/mcp/icon-safari/api.md +2 -0
  377. package/generated/mcp/icon-school/api.md +2 -0
  378. package/generated/mcp/icon-scissors/api.md +2 -0
  379. package/generated/mcp/icon-search-menu/api.md +2 -0
  380. package/generated/mcp/icon-settings-gear/api.md +2 -0
  381. package/generated/mcp/icon-settings-slider-hor/api.md +2 -0
  382. package/generated/mcp/icon-settings-slider-ver/api.md +2 -0
  383. package/generated/mcp/icon-shapes/api.md +2 -0
  384. package/generated/mcp/icon-share/api.md +2 -0
  385. package/generated/mcp/icon-shield/api.md +2 -0
  386. package/generated/mcp/icon-shield-checked/api.md +2 -0
  387. package/generated/mcp/icon-shield-crossed/api.md +2 -0
  388. package/generated/mcp/icon-shopping-bag/api.md +2 -0
  389. package/generated/mcp/icon-signature/api.md +2 -0
  390. package/generated/mcp/icon-smartwatch/api.md +2 -0
  391. package/generated/mcp/icon-solar/api.md +2 -0
  392. package/generated/mcp/icon-sort/api.md +2 -0
  393. package/generated/mcp/icon-sort-ascending/api.md +2 -0
  394. package/generated/mcp/icon-sort-descending/api.md +2 -0
  395. package/generated/mcp/icon-sort-down/api.md +2 -0
  396. package/generated/mcp/icon-sort-up/api.md +2 -0
  397. package/generated/mcp/icon-square-arrow-top-right/api.md +2 -0
  398. package/generated/mcp/icon-square-behind-square/api.md +2 -0
  399. package/generated/mcp/icon-square-grid-circle/api.md +2 -0
  400. package/generated/mcp/icon-square-placeholder/api.md +2 -0
  401. package/generated/mcp/icon-star/api.md +2 -0
  402. package/generated/mcp/icon-store/api.md +2 -0
  403. package/generated/mcp/icon-sun/api.md +2 -0
  404. package/generated/mcp/icon-sunset-arrow-down/api.md +2 -0
  405. package/generated/mcp/icon-tag/api.md +2 -0
  406. package/generated/mcp/icon-target-arrow/api.md +2 -0
  407. package/generated/mcp/icon-television/api.md +2 -0
  408. package/generated/mcp/icon-tennis/api.md +2 -0
  409. package/generated/mcp/icon-text-edit/api.md +2 -0
  410. package/generated/mcp/icon-thermostat/api.md +2 -0
  411. package/generated/mcp/icon-thumbs-down/api.md +2 -0
  412. package/generated/mcp/icon-thumbs-up/api.md +2 -0
  413. package/generated/mcp/icon-ticket/api.md +2 -0
  414. package/generated/mcp/icon-trading-view-candles/api.md +2 -0
  415. package/generated/mcp/icon-trash-can/api.md +2 -0
  416. package/generated/mcp/icon-tree/api.md +2 -0
  417. package/generated/mcp/icon-trending-five/api.md +2 -0
  418. package/generated/mcp/icon-trending-four/api.md +2 -0
  419. package/generated/mcp/icon-trending-one/api.md +2 -0
  420. package/generated/mcp/icon-trending-three/api.md +2 -0
  421. package/generated/mcp/icon-trending-two/api.md +2 -0
  422. package/generated/mcp/icon-triangle-exclamation/api.md +2 -0
  423. package/generated/mcp/icon-truck/api.md +2 -0
  424. package/generated/mcp/icon-umbrella-security/api.md +2 -0
  425. package/generated/mcp/icon-unlocked/api.md +2 -0
  426. package/generated/mcp/icon-volume-full/api.md +2 -0
  427. package/generated/mcp/icon-volume-half/api.md +2 -0
  428. package/generated/mcp/icon-volume-off/api.md +2 -0
  429. package/generated/mcp/icon-wallet/api.md +2 -0
  430. package/generated/mcp/icon-warning-sign/api.md +2 -0
  431. package/generated/mcp/icon-wifi-full/api.md +2 -0
  432. package/generated/mcp/icon-youtube/api.md +2 -0
  433. package/generated/mcp/icon-zap/api.md +2 -0
  434. package/generated/mcp/icon-zoom-in/api.md +2 -0
  435. package/generated/mcp/icon-zoom-out/api.md +2 -0
  436. package/generated/mcp/icons.json +13 -1
  437. package/generated/mcp/img/api.md +2 -0
  438. package/generated/mcp/index.json +2 -1
  439. package/generated/mcp/input/api.md +2 -0
  440. package/generated/mcp/link/api.md +2 -0
  441. package/generated/mcp/mask/api.md +2 -0
  442. package/generated/mcp/menu-button/api.md +2 -0
  443. package/generated/mcp/pagination/api.md +2 -0
  444. package/generated/mcp/radio-group/api.md +2 -0
  445. package/generated/mcp/rich-text/api.md +2 -0
  446. package/generated/mcp/segment/api.md +2 -0
  447. package/generated/mcp/segmented-control/api.md +2 -0
  448. package/generated/mcp/select/api.md +2 -0
  449. package/generated/mcp/sensitive-account/api.md +2 -0
  450. package/generated/mcp/sensitive-date/api.md +2 -0
  451. package/generated/mcp/sensitive-number/api.md +2 -0
  452. package/generated/mcp/spinner/api.md +2 -0
  453. package/generated/mcp/table/api.md +2 -0
  454. package/generated/mcp/table/react.md +84 -0
  455. package/generated/mcp/text/api.md +2 -0
  456. package/generated/mcp/text/index.json +1 -0
  457. package/generated/mcp/text/instructions.md +4 -0
  458. package/generated/mcp/textarea/api.md +2 -0
  459. package/generated/mcp/tokens.json +1282 -0
  460. package/generated/mcp/video/api.md +2 -0
  461. package/generated/react/context-menu/index.d.ts +1 -0
  462. package/generated/react/icons/icon-chevron-grabber-vertical-reversed/index.d.ts +672 -0
  463. package/generated/react/icons/icon-chevron-grabber-vertical-reversed/index.js +16 -0
  464. package/generated/react/index.d.ts +8 -7
  465. package/generated/react/index.js +8 -7
  466. package/package.json +2 -1
  467. package/utils/directives/forward-attributes.js +5 -1
  468. package/utils/helpers/custom-element-scoping.js +1 -1
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |
@@ -7,6 +7,8 @@
7
7
 
8
8
  ## Properties
9
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
+
10
12
  | Name | Type | Default | Description |
11
13
  |------|------|---------|-------------|
12
14
  | `margin` | `string \| undefined` | `-` | Style Expression Property that controls the `margin` property. Only accepts space tokens. |