@dxtmisha/wiki 0.24.3 → 0.39.1

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 (278) hide show
  1. package/package.json +8 -8
  2. package/src/classes/WikiStorybook.ts +92 -1
  3. package/src/classes/WikiStorybookItem.ts +79 -5
  4. package/src/classes/WikiStorybookProp.ts +109 -0
  5. package/src/library.ts +1 -0
  6. package/src/media/descriptions/wikiDescriptions.ts +32 -0
  7. package/src/media/descriptions/wikiDescriptionsAccordion.ts +204 -0
  8. package/src/media/descriptions/wikiDescriptionsActionSheet.ts +264 -0
  9. package/src/media/descriptions/wikiDescriptionsActions.ts +189 -0
  10. package/src/media/descriptions/wikiDescriptionsAnchor.ts +78 -0
  11. package/src/media/descriptions/wikiDescriptionsArrow.ts +214 -0
  12. package/src/media/descriptions/wikiDescriptionsBadge.ts +43 -0
  13. package/src/media/descriptions/wikiDescriptionsBars.ts +33 -0
  14. package/src/media/descriptions/wikiDescriptionsBlock.ts +159 -0
  15. package/src/media/descriptions/wikiDescriptionsButton.ts +32 -1
  16. package/src/media/descriptions/wikiDescriptionsCell.ts +26 -1
  17. package/src/media/descriptions/wikiDescriptionsChip.ts +42 -0
  18. package/src/media/descriptions/wikiDescriptionsChipGroup.ts +199 -0
  19. package/src/media/descriptions/wikiDescriptionsDialog.ts +226 -0
  20. package/src/media/descriptions/wikiDescriptionsField.ts +57 -2
  21. package/src/media/descriptions/wikiDescriptionsFieldCounter.ts +32 -0
  22. package/src/media/descriptions/wikiDescriptionsFieldLabel.ts +22 -0
  23. package/src/media/descriptions/wikiDescriptionsFieldMessage.ts +25 -0
  24. package/src/media/descriptions/wikiDescriptionsIcon.ts +46 -8
  25. package/src/media/descriptions/wikiDescriptionsImage.ts +91 -7
  26. package/src/media/descriptions/wikiDescriptionsInput.ts +313 -0
  27. package/src/media/descriptions/wikiDescriptionsList.ts +31 -0
  28. package/src/media/descriptions/wikiDescriptionsListGroup.ts +57 -0
  29. package/src/media/descriptions/wikiDescriptionsListItem.ts +42 -0
  30. package/src/media/descriptions/wikiDescriptionsListMenu.ts +41 -0
  31. package/src/media/descriptions/wikiDescriptionsMask.ts +42 -0
  32. package/src/media/descriptions/wikiDescriptionsMenu.ts +179 -0
  33. package/src/media/descriptions/wikiDescriptionsModal.ts +200 -0
  34. package/src/media/descriptions/wikiDescriptionsMotionTransform.ts +59 -6
  35. package/src/media/descriptions/wikiDescriptionsPage.ts +155 -0
  36. package/src/media/descriptions/wikiDescriptionsProgress.ts +39 -0
  37. package/src/media/descriptions/wikiDescriptionsRipple.ts +42 -3
  38. package/src/media/descriptions/wikiDescriptionsScrollbar.ts +48 -0
  39. package/src/media/descriptions/wikiDescriptionsSection.ts +152 -0
  40. package/src/media/descriptions/wikiDescriptionsSelect.ts +253 -0
  41. package/src/media/descriptions/wikiDescriptionsSelectValue.ts +107 -0
  42. package/src/media/descriptions/wikiDescriptionsSkeleton.ts +42 -1
  43. package/src/media/descriptions/wikiDescriptionsTextareaAutosize.ts +80 -0
  44. package/src/media/descriptions/wikiDescriptionsTooltip.ts +136 -0
  45. package/src/media/descriptions/wikiDescriptionsWindow.ts +60 -0
  46. package/src/media/functional/en/conversions.mdx +67 -0
  47. package/src/media/functional/en/dataUtils.mdx +25 -0
  48. package/src/media/functional/en/datetimeRef.mdx +1 -1
  49. package/src/media/functional/en/eventRef.mdx +1 -1
  50. package/src/media/functional/en/executionUtils.mdx +58 -0
  51. package/src/media/functional/en/geoFlagRef.mdx +1 -1
  52. package/src/media/functional/en/geoIntlRef.mdx +1 -1
  53. package/src/media/functional/en/geoRef.mdx +2 -2
  54. package/src/media/functional/en/meta.mdx +1206 -0
  55. package/src/media/functional/en/metaManager.mdx +376 -0
  56. package/src/media/functional/en/metaOg.mdx +694 -0
  57. package/src/media/functional/en/metaTwitter.mdx +853 -0
  58. package/src/media/functional/en/reactive.mdx +40 -0
  59. package/src/media/functional/en/refTypes.mdx +1 -1
  60. package/src/media/functional/en/useApiRef.mdx +5 -5
  61. package/src/media/functional/en/useMeta.mdx +431 -0
  62. package/src/media/functional/en/validationUtils.mdx +11 -0
  63. package/src/media/functional/functional-basic/functions/getCurrentDate/getCurrentDate.en.mdx +25 -0
  64. package/src/media/functional/functional-basic/functions/getCurrentDate/getCurrentDate.ru.mdx +25 -0
  65. package/src/media/functional/functional-basic/functions/getCurrentDate/getCurrentDate.vi.mdx +25 -0
  66. package/src/media/functional/functional-basic/functions/isEnter/isEnter.en.mdx +30 -0
  67. package/src/media/functional/functional-basic/functions/isEnter/isEnter.ru.mdx +30 -0
  68. package/src/media/functional/functional-basic/functions/isEnter/isEnter.vi.mdx +30 -0
  69. package/src/media/functional/ru/conversions.mdx +67 -0
  70. package/src/media/functional/ru/dataUtils.mdx +25 -0
  71. package/src/media/functional/ru/datetimeRef.mdx +2 -2
  72. package/src/media/functional/ru/eventRef.mdx +1 -1
  73. package/src/media/functional/ru/executionUtils.mdx +58 -0
  74. package/src/media/functional/ru/geoFlagRef.mdx +1 -1
  75. package/src/media/functional/ru/geoIntl.mdx +2 -2
  76. package/src/media/functional/ru/geoIntlRef.mdx +1 -1
  77. package/src/media/functional/ru/geoRef.mdx +2 -2
  78. package/src/media/functional/ru/listTypes.mdx +1 -1
  79. package/src/media/functional/ru/meta.mdx +1330 -0
  80. package/src/media/functional/ru/metaManager.mdx +376 -0
  81. package/src/media/functional/ru/metaOg.mdx +694 -0
  82. package/src/media/functional/ru/metaTwitter.mdx +853 -0
  83. package/src/media/functional/ru/reactive.mdx +40 -0
  84. package/src/media/functional/ru/refTypes.mdx +2 -2
  85. package/src/media/functional/ru/useApiRef.mdx +5 -5
  86. package/src/media/functional/ru/useMeta.mdx +431 -0
  87. package/src/media/functional/ru/validationUtils.mdx +11 -0
  88. package/src/media/mdx/Accordion/accordion.en.mdx +59 -0
  89. package/src/media/mdx/Accordion/accordion.ru.mdx +59 -0
  90. package/src/media/mdx/Accordion/slots.en.mdx +6 -0
  91. package/src/media/mdx/Accordion/slots.ru.mdx +6 -0
  92. package/src/media/mdx/Accordion/wikiMdxAccordion.ts +25 -0
  93. package/src/media/mdx/ActionSheet/actionSheet.en.mdx +61 -0
  94. package/src/media/mdx/ActionSheet/actionSheet.ru.mdx +61 -0
  95. package/src/media/mdx/ActionSheet/touchClose.en.mdx +21 -0
  96. package/src/media/mdx/ActionSheet/touchClose.ru.mdx +21 -0
  97. package/src/media/mdx/ActionSheet/wikiMdxActionSheet.ts +25 -0
  98. package/src/media/mdx/Actions/actions.en.mdx +48 -0
  99. package/src/media/mdx/Actions/actions.ru.mdx +48 -0
  100. package/src/media/mdx/Actions/flexible.en.mdx +19 -0
  101. package/src/media/mdx/Actions/flexible.ru.mdx +19 -0
  102. package/src/media/mdx/Actions/list.en.mdx +50 -0
  103. package/src/media/mdx/Actions/list.ru.mdx +50 -0
  104. package/src/media/mdx/Actions/wikiMdxActions.ts +31 -0
  105. package/src/media/mdx/Anchor/anchor.en.mdx +34 -0
  106. package/src/media/mdx/Anchor/anchor.ru.mdx +34 -0
  107. package/src/media/mdx/Anchor/expose.go.en.mdx +6 -0
  108. package/src/media/mdx/Anchor/expose.go.ru.mdx +6 -0
  109. package/src/media/mdx/Anchor/hide.en.mdx +28 -0
  110. package/src/media/mdx/Anchor/hide.ru.mdx +28 -0
  111. package/src/media/mdx/Anchor/isCopy.en.mdx +23 -0
  112. package/src/media/mdx/Anchor/isCopy.ru.mdx +23 -0
  113. package/src/media/mdx/Anchor/scroll.en.mdx +34 -0
  114. package/src/media/mdx/Anchor/scroll.ru.mdx +35 -0
  115. package/src/media/mdx/Anchor/wikiMdxAnchor.ts +43 -0
  116. package/src/media/mdx/Arrow/arrow.en.mdx +33 -0
  117. package/src/media/mdx/Arrow/arrow.ru.mdx +33 -0
  118. package/src/media/mdx/Arrow/wikiMdxArrow.ts +19 -0
  119. package/src/media/mdx/Block/block.en.mdx +42 -0
  120. package/src/media/mdx/Block/block.ru.mdx +42 -0
  121. package/src/media/mdx/Block/wikiMdxBlock.ts +19 -0
  122. package/src/media/mdx/ChipGroup/chipGroup.en.mdx +51 -0
  123. package/src/media/mdx/ChipGroup/chipGroup.ru.mdx +51 -0
  124. package/src/media/mdx/ChipGroup/selected.en.mdx +50 -0
  125. package/src/media/mdx/ChipGroup/selected.ru.mdx +50 -0
  126. package/src/media/mdx/ChipGroup/wikiMdxChipGroup.ts +25 -0
  127. package/src/media/mdx/Dialog/buttons.en.mdx +45 -0
  128. package/src/media/mdx/Dialog/buttons.ru.mdx +45 -0
  129. package/src/media/mdx/Dialog/dialog.en.mdx +66 -0
  130. package/src/media/mdx/Dialog/dialog.ru.mdx +65 -0
  131. package/src/media/mdx/Dialog/events.en.mdx +63 -0
  132. package/src/media/mdx/Dialog/events.ru.mdx +63 -0
  133. package/src/media/mdx/Dialog/states.en.mdx +58 -0
  134. package/src/media/mdx/Dialog/states.ru.mdx +57 -0
  135. package/src/media/mdx/Dialog/wikiMdxDialog.ts +37 -0
  136. package/src/media/mdx/Field/arrows.en.mdx +22 -6
  137. package/src/media/mdx/Field/arrows.ru.mdx +22 -6
  138. package/src/media/mdx/Field/slots.en.mdx +0 -13
  139. package/src/media/mdx/Field/slots.ru.mdx +0 -13
  140. package/src/media/mdx/Image/flag.en.mdx +23 -0
  141. package/src/media/mdx/Image/flag.ru.mdx +23 -0
  142. package/src/media/mdx/Image/image.en.mdx +26 -21
  143. package/src/media/mdx/Image/image.ru.mdx +26 -22
  144. package/src/media/mdx/Image/img-tag.en.mdx +105 -0
  145. package/src/media/mdx/Image/img-tag.ru.mdx +105 -0
  146. package/src/media/mdx/Image/wikiMdxImage.ts +12 -0
  147. package/src/media/mdx/Input/currency.en.mdx +38 -0
  148. package/src/media/mdx/Input/currency.ru.mdx +38 -0
  149. package/src/media/mdx/Input/date.en.mdx +53 -0
  150. package/src/media/mdx/Input/date.ru.mdx +53 -0
  151. package/src/media/mdx/Input/input.en.mdx +143 -0
  152. package/src/media/mdx/Input/input.ru.mdx +71 -0
  153. package/src/media/mdx/Input/mask.en.mdx +30 -0
  154. package/src/media/mdx/Input/mask.ru.mdx +30 -0
  155. package/src/media/mdx/Input/number.en.mdx +41 -0
  156. package/src/media/mdx/Input/number.ru.mdx +41 -0
  157. package/src/media/mdx/Input/type.en.mdx +26 -0
  158. package/src/media/mdx/Input/type.ru.mdx +26 -0
  159. package/src/media/mdx/Input/wikiMdxInput.ts +49 -0
  160. package/src/media/mdx/Menu/event.updateValue.en.mdx +29 -0
  161. package/src/media/mdx/Menu/event.updateValue.ru.mdx +30 -0
  162. package/src/media/mdx/Menu/expose.navigation.en.mdx +12 -0
  163. package/src/media/mdx/Menu/expose.navigation.ru.mdx +12 -0
  164. package/src/media/mdx/Menu/navigation.en.mdx +56 -0
  165. package/src/media/mdx/Menu/navigation.ru.mdx +56 -0
  166. package/src/media/mdx/Menu/slots.control.en.mdx +65 -0
  167. package/src/media/mdx/Menu/slots.control.ru.mdx +65 -0
  168. package/src/media/mdx/Menu/slots.en.mdx +2 -24
  169. package/src/media/mdx/Menu/slots.ru.mdx +2 -24
  170. package/src/media/mdx/Menu/wikiMdxMenu.ts +27 -3
  171. package/src/media/mdx/Modal/differences.en.mdx +130 -0
  172. package/src/media/mdx/Modal/differences.ru.mdx +65 -0
  173. package/src/media/mdx/Modal/modal.en.mdx +63 -0
  174. package/src/media/mdx/Modal/modal.ru.mdx +63 -0
  175. package/src/media/mdx/Modal/wikiMdxModal.ts +25 -0
  176. package/src/media/mdx/MotionTransform/expose.motionTransformElement.en.mdx +13 -0
  177. package/src/media/mdx/MotionTransform/expose.motionTransformElement.ru.mdx +14 -0
  178. package/src/media/mdx/MotionTransform/wikiMdxMotionTransform.ts +6 -0
  179. package/src/media/mdx/Page/page.en.mdx +38 -0
  180. package/src/media/mdx/Page/page.ru.mdx +38 -0
  181. package/src/media/mdx/Page/wikiMdxPage.ts +19 -0
  182. package/src/media/mdx/Section/section.en.mdx +38 -0
  183. package/src/media/mdx/Section/section.ru.mdx +38 -0
  184. package/src/media/mdx/Section/wikiMdxSection.ts +19 -0
  185. package/src/media/mdx/Select/select.en.mdx +69 -0
  186. package/src/media/mdx/Select/select.ru.mdx +69 -0
  187. package/src/media/mdx/Select/wikiMdxSelect.ts +19 -0
  188. package/src/media/mdx/SelectValue/selectValue.en.mdx +64 -0
  189. package/src/media/mdx/SelectValue/selectValue.ru.mdx +64 -0
  190. package/src/media/mdx/SelectValue/wikiMdxSelectValue.ts +19 -0
  191. package/src/media/mdx/TextareaAutosize/textarea-autosize.en.mdx +65 -0
  192. package/src/media/mdx/TextareaAutosize/textarea-autosize.ru.mdx +65 -0
  193. package/src/media/mdx/TextareaAutosize/wikiMdxTextareaAutosize.ts +19 -0
  194. package/src/media/mdx/Tooltip/event.tooltip.en.mdx +7 -0
  195. package/src/media/mdx/Tooltip/event.tooltip.ru.mdx +8 -0
  196. package/src/media/mdx/Tooltip/slot.control.en.mdx +14 -0
  197. package/src/media/mdx/Tooltip/slot.control.ru.mdx +14 -0
  198. package/src/media/mdx/Tooltip/tooltip.en.mdx +34 -0
  199. package/src/media/mdx/Tooltip/tooltip.ru.mdx +34 -0
  200. package/src/media/mdx/Tooltip/wikiMdxTooltip.ts +31 -0
  201. package/src/media/mdx/Window/classes.ru.mdx +1 -1
  202. package/src/media/mdx/event/events.actions.en.mdx +44 -0
  203. package/src/media/mdx/event/events.actions.ru.mdx +44 -0
  204. package/src/media/mdx/event/events.inputStandard.en.mdx +6 -0
  205. package/src/media/mdx/event/events.inputStandard.ru.mdx +6 -0
  206. package/src/media/mdx/event/wikiMdxEvent.ts +20 -8
  207. package/src/media/mdx/expose/expose.clear.en.mdx +1 -1
  208. package/src/media/mdx/expose/expose.descriptionId.en.mdx +6 -0
  209. package/src/media/mdx/expose/expose.descriptionId.ru.mdx +6 -0
  210. package/src/media/mdx/expose/expose.id.en.mdx +6 -0
  211. package/src/media/mdx/expose/expose.id.ru.mdx +6 -0
  212. package/src/media/mdx/expose/expose.labelId.en.mdx +6 -0
  213. package/src/media/mdx/expose/expose.labelId.ru.mdx +6 -0
  214. package/src/media/mdx/expose/wikiMdxExpose.ts +18 -0
  215. package/src/media/mdx/slot/body.en.mdx +6 -0
  216. package/src/media/mdx/slot/body.ru.mdx +6 -0
  217. package/src/media/mdx/slot/headline.en.mdx +7 -0
  218. package/src/media/mdx/slot/headline.ru.mdx +6 -0
  219. package/src/media/mdx/slot/leading.en.mdx +7 -0
  220. package/src/media/mdx/slot/leading.ru.mdx +7 -0
  221. package/src/media/mdx/slot/secondary.en.mdx +5 -0
  222. package/src/media/mdx/slot/secondary.ru.mdx +5 -0
  223. package/src/media/mdx/slot/trailing.en.mdx +7 -0
  224. package/src/media/mdx/slot/trailing.ru.mdx +7 -0
  225. package/src/media/mdx/slot/wikiMdxSlot.ts +30 -0
  226. package/src/media/mdx/style/isSkeleton.en.mdx +2 -2
  227. package/src/media/mdx/style/isSkeleton.ru.mdx +2 -2
  228. package/src/media/mdx/value/v-model-selected.en.mdx +28 -0
  229. package/src/media/mdx/value/v-model-selected.ru.mdx +28 -0
  230. package/src/media/mdx/value/v-model.en.mdx +26 -0
  231. package/src/media/mdx/value/v-model.ru.mdx +26 -0
  232. package/src/media/mdx/value/wikiMdxValue.ts +24 -3
  233. package/src/media/mdx/wikiMdx.ts +33 -1
  234. package/src/media/props/wiki.ts +44 -0
  235. package/src/media/props/wikiActions.ts +43 -0
  236. package/src/media/props/wikiActionsInclude.ts +62 -0
  237. package/src/media/props/wikiAnchor.ts +85 -0
  238. package/src/media/props/wikiAria.ts +123 -0
  239. package/src/media/props/wikiArrow.ts +24 -0
  240. package/src/media/props/wikiArrowInclude.ts +45 -0
  241. package/src/media/props/wikiAttributes.ts +143 -0
  242. package/src/media/props/wikiBadge.ts +7 -4
  243. package/src/media/props/wikiBars.ts +7 -6
  244. package/src/media/props/wikiBarsInclude.ts +82 -0
  245. package/src/media/props/wikiButton.ts +8 -4
  246. package/src/media/props/wikiChip.ts +4 -2
  247. package/src/media/props/wikiChipGroup.ts +39 -0
  248. package/src/media/props/wikiDialog.ts +33 -0
  249. package/src/media/props/wikiField.ts +18 -31
  250. package/src/media/props/wikiFieldCounterInclude.ts +87 -0
  251. package/src/media/props/wikiForm.ts +267 -0
  252. package/src/media/props/wikiHook.ts +20 -0
  253. package/src/media/props/wikiIcon.ts +19 -6
  254. package/src/media/props/wikiIconInclude.ts +322 -0
  255. package/src/media/props/wikiImage.ts +97 -20
  256. package/src/media/props/wikiInformation.ts +164 -0
  257. package/src/media/props/wikiInput.ts +34 -0
  258. package/src/media/props/wikiList.ts +10 -4
  259. package/src/media/props/wikiListItem.ts +23 -2
  260. package/src/media/props/wikiMask.ts +2 -12
  261. package/src/media/props/wikiMaskInclude.ts +54 -0
  262. package/src/media/props/wikiMenu.ts +1 -11
  263. package/src/media/props/wikiMotionTransform.ts +7 -13
  264. package/src/media/props/wikiOption.ts +356 -0
  265. package/src/media/props/wikiProgress.ts +8 -5
  266. package/src/media/props/wikiScrollbar.ts +6 -6
  267. package/src/media/props/wikiSelect.ts +68 -0
  268. package/src/media/props/wikiSelectValue.ts +30 -0
  269. package/src/media/props/wikiStatus.ts +34 -57
  270. package/src/media/props/wikiStyle.ts +85 -406
  271. package/src/media/props/wikiTechnical.ts +141 -1
  272. package/src/media/props/wikiText.ts +167 -0
  273. package/src/media/props/wikiTooltip.ts +53 -0
  274. package/src/media/props/wikiValue.ts +22 -276
  275. package/src/media/props/wikiWindow.ts +24 -45
  276. package/src/shims-mdx.d.ts +5 -0
  277. package/src/styles/storybookStyle.scss +3 -1
  278. package/src/types/storybookTypes.ts +48 -4
@@ -0,0 +1,78 @@
1
+ import type { StorybookComponentsDescriptionItem } from '../../types/storybookTypes'
2
+
3
+ /**
4
+ * Descriptions for Anchor component properties
5
+ *
6
+ * Описания свойств компонента Anchor
7
+ */
8
+ export const wikiDescriptionsAnchor: StorybookComponentsDescriptionItem = {
9
+ name: 'Anchor',
10
+ description: {
11
+ en: 'Component for creating hyperlinks or anchor points for navigation',
12
+ ru: 'Компонент для создания гиперссылок или якорных точек для навигации'
13
+ },
14
+ possibilities: {
15
+ en: [
16
+ 'creating links to other pages or resources',
17
+ 'creating anchor points for internal page navigation',
18
+ 'support for icons and text',
19
+ 'customizable appearance'
20
+ ],
21
+ ru: [
22
+ 'создание ссылок на другие страницы или ресурсы',
23
+ 'создание якорных точек для внутренней навигации по странице',
24
+ 'поддержка иконок и текста',
25
+ 'настраиваемый внешний вид'
26
+ ]
27
+ },
28
+ documentation: {
29
+ body: `
30
+ <StorybookDescriptions componentName={'Anchor'} type={'anchor'}/>
31
+ <StorybookDescriptions componentName={'Anchor'} type={'isCopy'}/>
32
+ <StorybookDescriptions componentName={'Anchor'} type={'hide'}/>
33
+ <StorybookDescriptions componentName={'Anchor'} type={'scroll'}/>
34
+ `,
35
+ expose: `
36
+ <StorybookDescriptions componentName={'Anchor'} type={'expose.go'}/>
37
+ `,
38
+ slots: `
39
+ <StorybookDescriptions componentName={'Slot'} type={'default'}/>
40
+ `
41
+ },
42
+ ai: {
43
+ render: `
44
+ <div :class="classDemo.item">
45
+ <Anchor href="#" v-bind="args"/>
46
+ </div>
47
+ `,
48
+ description: `
49
+ Anchor is a fundamental navigation component used to create hyperlinks and anchor points.
50
+ It wraps the standard HTML \`<a>\` tag functionality with additional utilities for smooth scrolling and clipboard interactions.
51
+
52
+ **Key Features:**
53
+ 1. **Navigation:**
54
+ - Handles standard navigation via \`href\`.
55
+ - Can be used for both internal (router) and external links.
56
+
57
+ 2. **Smooth Scrolling:**
58
+ - The \`scroll\` prop enables smooth scrolling animation when navigating to an element ID (e.g., \`href="#section"\`).
59
+
60
+ 3. **Clipboard Interaction:**
61
+ - The \`isCopy\` prop turns the component into a trigger that copies the link or value to the clipboard.
62
+
63
+ 4. **Slots:**
64
+ - \`#default\`: The content of the link (text, icons, or other elements).
65
+
66
+ **Usage Examples:**
67
+
68
+ - **Basic Link:**
69
+ \`<Anchor href="/about">About Us</Anchor>\`
70
+
71
+ - **Scroll to Anchor:**
72
+ \`<Anchor href="#contact" scroll>Contact</Anchor>\`
73
+
74
+ - **Copy Link:**
75
+ \`<Anchor href="https://example.com" is-copy>Copy URL</Anchor>\`
76
+ `
77
+ }
78
+ }
@@ -0,0 +1,214 @@
1
+ import type { StorybookComponentsDescriptionItem } from '../../types/storybookTypes'
2
+
3
+ /**
4
+ * Descriptions for Arrow component properties
5
+ *
6
+ * Описания свойств компонента Arrow
7
+ */
8
+ export const wikiDescriptionsArrow: StorybookComponentsDescriptionItem = {
9
+ name: 'Arrow',
10
+ description: {
11
+ en: 'Component for displaying an arrow or directional indicator',
12
+ ru: 'Компонент для отображения стрелки или индикатора направления'
13
+ },
14
+ possibilities: {
15
+ en: [
16
+ 'displaying directional arrows',
17
+ 'customizable size and color',
18
+ 'rotation support'
19
+ ],
20
+ ru: [
21
+ 'отображение направляющих стрелок',
22
+ 'настраиваемый размер и цвет',
23
+ 'поддержка вращения'
24
+ ]
25
+ },
26
+ import: [
27
+ 'import { ref } from \'vue\''
28
+ ],
29
+ render: `
30
+ <div class="wiki-storybook-item wiki-storybook-item--rectangle wiki-storybook-item--center">
31
+ <div>
32
+ <div
33
+ style="
34
+ width: 256px;
35
+ margin-bottom: 32px;
36
+ margin-left: 32px;
37
+ "
38
+ >
39
+ <div
40
+ id="id-arrow-target"
41
+ style="
42
+ padding: 8px;
43
+ width: min-content;
44
+ border-radius: 8px;
45
+ background-color: oklch(90.2% 0.063 306.703);
46
+ "
47
+ >
48
+ Target
49
+ </div>
50
+ </div>
51
+ <div
52
+ style="
53
+ position: relative;
54
+ width: 256px;
55
+ height: 128px;
56
+ border-radius: 16px;
57
+ background-color: oklch(93.2% 0.032 255.585);
58
+ border: 2px solid oklch(80.9% 0.105 251.813);
59
+ box-shadow: 0 0 8px oklch(0.281 0.092 268.132 / 0.32);
60
+ "
61
+ >
62
+ <DesignComponent v-bind="args"/>
63
+ </div>
64
+ </div>
65
+ </div>
66
+ `,
67
+ stories: [
68
+ {
69
+ id: 'ArrowBasic',
70
+ name: {
71
+ en: 'Basic',
72
+ ru: 'Базовые'
73
+ },
74
+ setup: `
75
+ const elementBasic = ref()
76
+ const elementTarget = ref()
77
+ const elementArray = ref()
78
+
79
+ const x = ref('0px')
80
+ const y = ref('0px')
81
+
82
+ const onClick = (event: PointerEvent) => {
83
+ if (elementBasic.value) {
84
+ const rect = elementBasic.value.getBoundingClientRect()
85
+ let offsetX = 0
86
+ let offsetY = 0
87
+
88
+ if (elementTarget.value) {
89
+ const targetRect = elementTarget.value.getBoundingClientRect()
90
+ offsetX = targetRect.width / 2
91
+ offsetY = targetRect.height / 2
92
+ }
93
+
94
+ x.value = (event.clientX - rect.left - offsetX) + 'px'
95
+ y.value = (event.clientY - rect.top - offsetY) + 'px'
96
+
97
+ requestAnimationFrame(() => elementArray.value?.update())
98
+ }
99
+ }
100
+
101
+ return {
102
+ elementBasic,
103
+ elementTarget,
104
+ elementArray,
105
+ x,
106
+ y,
107
+ onClick
108
+ }
109
+ `,
110
+ template: `
111
+ <div
112
+ class="wiki-storybook-item wiki-storybook-item--rectangle wiki-storybook-item--center"
113
+ style="cursor: crosshair;"
114
+ @click="onClick"
115
+ >
116
+ <div>
117
+ <div
118
+ style="
119
+ opacity: 0.5;
120
+ font-size: 14px;
121
+ margin-bottom: 8px;
122
+ text-align: center;
123
+ "
124
+ >
125
+ Click to move target
126
+ </div>
127
+ <div
128
+ ref="elementBasic"
129
+ style="
130
+ position: relative;
131
+ margin-bottom: 96px;
132
+ margin-left: 32px;
133
+ z-index: 32;
134
+ "
135
+ >
136
+ <div
137
+ ref="elementTarget"
138
+ id="id-arrow-target-2"
139
+ style="
140
+ position: absolute;
141
+ padding: 8px;
142
+ width: min-content;
143
+ border-radius: 8px;
144
+ background-color: oklch(90.2% 0.063 306.703);
145
+ text-wrap: nowrap;
146
+ pointer-events: none;
147
+ "
148
+ :style="{left: x, top: y}"
149
+ >
150
+ Target Element Example
151
+ </div>
152
+ </div>
153
+ <div
154
+ style="
155
+ position: relative;
156
+ width: 256px;
157
+ height: 128px;
158
+ border-radius: 16px;
159
+ background-color: oklch(93.2% 0.032 255.585);
160
+ border: 2px solid oklch(80.9% 0.105 251.813);
161
+ box-shadow: 0 0 8px oklch(0.281 0.092 268.132 / 0.32);
162
+ "
163
+ >
164
+ <DesignComponent
165
+ ref="elementArray"
166
+ position="auto"
167
+ element-target="#id-arrow-target-2"
168
+ />
169
+ </div>
170
+ </div>
171
+ </div>
172
+ `
173
+ }
174
+ ],
175
+ documentation: {
176
+ body: `
177
+ <StorybookDescriptions componentName={'Arrow'} type={'arrow'}/>
178
+ <Canvas of={Component.ArrowBasic}/>
179
+ `
180
+ },
181
+ ai: {
182
+ render: `
183
+ <div :class="classDemo.item" style="position: relative; width: 48px; height: 48px; background-color: oklch(93.2% 0.032 255.585);">
184
+ <Arrow position="top" v-bind="args"/>
185
+ </div>
186
+ `,
187
+ description: `
188
+ Arrow is a functional component that renders a triangular pointer connecting a container (like a tooltip, popover, or dropdown) to a target element.
189
+ It is designed to automatically blend with the parent container's styles (background, border) to create a seamless speech-bubble effect.
190
+
191
+ **Key Features:**
192
+ 1. **Target Linking:** Points to a specific DOM element defined by \`elementTarget\` (selector or HTMLElement).
193
+ 2. **Auto-Positioning:** Automatically calculates the correct placement (top, bottom, left, right) relative to the container and the target.
194
+ 3. **Style Inheritance:** Inherits \`background-color\`, \`border-color\`, and \`border-width\` from the parent element to match the container's visual style perfectly.
195
+ 4. **Reactive Updates:** Updates its position when the target or container moves (often used within \`Window\` or floating UI components).
196
+
197
+ **When to use:**
198
+ - Inside **Tooltips** to point to the hovered element.
199
+ - Inside **Popovers** or **Dropdowns** to indicate the trigger source.
200
+ - For any floating UI that needs a directional indicator.
201
+
202
+ **Usage Examples:**
203
+
204
+ - **Basic Tooltip Arrow:**
205
+ \`<div class="tooltip">
206
+ Message
207
+ <Arrow element-target="#button-id" />
208
+ </div>\`
209
+
210
+ - **With Auto Positioning:**
211
+ \`<Arrow position="auto" element-target=".target-element" />\`
212
+ `
213
+ }
214
+ }
@@ -134,5 +134,48 @@ export const wikiDescriptionsBadge: StorybookComponentsDescriptionItem = {
134
134
  slots: `
135
135
  <StorybookDescriptions componentName={'Slot'} type={'default'}/>
136
136
  `
137
+ },
138
+ ai: {
139
+ render: `
140
+ <div :class="classDemo.item" style="min-width: 48px; min-height: 48px;">
141
+ <Badge overlap="static" v-bind="args"/>
142
+ </div>
143
+ `,
144
+ description: `
145
+ Badge is a small visual indicator used to display status, counts, or short labels (tags).
146
+ It is typically positioned over the corner of another element (like an icon or avatar) or used inline.
147
+
148
+ **Key Features:**
149
+ 1. **Content Handling:**
150
+ - **Numeric:** Displays numbers via \`label\`. Use \`labelMax\` to cap the value (e.g., "99+").
151
+ - **Text:** Displays short text strings.
152
+ - **Icon:** Can display an icon via the \`icon\` prop.
153
+ - **Dot:** If \`dot\` is true, renders as a small circle without text (status indicator).
154
+
155
+ 2. **Positioning (\`overlap\`):**
156
+ - \`static\`: Renders inline (default flow).
157
+ - \`rectangular\`: Positioned absolutely over a rectangular parent.
158
+ - \`circular\`: Positioned absolutely over a circular parent (adjusts coordinates).
159
+ - **Alignment:** Controlled by \`vertical\` (top/bottom) and \`horizontal\` (right/left).
160
+
161
+ 3. **Styling:**
162
+ - Supports variants: \`primary\`, \`secondary\`, \`outline\`.
163
+ - \`hide\`: Toggles visibility.
164
+ - \`dot\`: Switches to dot mode.
165
+
166
+ **Usage Examples:**
167
+
168
+ - **Notification Count:**
169
+ \`<div class="relative-container">
170
+ <Icon name="notifications" />
171
+ <Badge label="5" overlap="circular" vertical="top" horizontal="right" />
172
+ </div>\`
173
+
174
+ - **Status Dot:**
175
+ \`<Badge dot primary />\`
176
+
177
+ - **Inline Tag:**
178
+ \`<Badge label="New" overlap="static" />\`
179
+ `
137
180
  }
138
181
  }
@@ -136,5 +136,38 @@ export const wikiDescriptionsBars: StorybookComponentsDescriptionItem = {
136
136
  <StorybookDescriptions componentName={'Slot'} type={'default'}/>
137
137
  <StorybookDescriptions componentName={'Slot'} type={'description'}/>
138
138
  `
139
+ },
140
+ ai: {
141
+ description: `
142
+ Bars is a structural component used as a header, toolbar, or action bar.
143
+ It typically sits at the top of a page, card, or window to provide context (title) and actions.
144
+
145
+ **Key Features:**
146
+ 1. **Content Structure:**
147
+ - \`label\`: The main title (e.g., page name).
148
+ - \`description\`: Subtitle or additional context.
149
+ - \`backButton\`: Configuration for the navigation button on the left (e.g., arrow back, menu).
150
+
151
+ 2. **Action Buttons (\`bars\`):**
152
+ - Accepts an array of button configurations (props for \`Button\` component).
153
+ - Rendered on the right side.
154
+ - Useful for primary page actions (Search, Filter, Settings).
155
+
156
+ 3. **Action Mode (Contextual State):**
157
+ - Activated via \`action\` prop (boolean).
158
+ - Switches the UI to a specific state (e.g., when items are selected in a list).
159
+ - **Overrides:**
160
+ - \`label\` -> \`actionLabel\`
161
+ - \`description\` -> \`actionDescription\`
162
+ - \`bars\` -> \`actionBars\`
163
+ - The back button usually transforms into a "Close" or "Cancel" action in this mode.
164
+
165
+ **Usage Examples:**
166
+
167
+ - **Standard Header:** \`<Bars label="Dashboard" :bars="[{ icon: 'notifications' }]" />\`
168
+ - **With Back Button:** \`<Bars label="Settings" :back-button="{ icon: 'arrow_back' }" />\`
169
+ - **Contextual Action Bar:**
170
+ \`<Bars :action="selectedCount > 0" :action-label="\`\${selectedCount} selected\`" :action-bars="[{ icon: 'delete' }]" />\`
171
+ `
139
172
  }
140
173
  }
@@ -0,0 +1,159 @@
1
+ import type { StorybookComponentsDescriptionItem } from '../../types/storybookTypes'
2
+
3
+ /**
4
+ * Descriptions for Block component properties
5
+ *
6
+ * Описания свойств компонента Block
7
+ */
8
+ export const wikiDescriptionsBlock: StorybookComponentsDescriptionItem = {
9
+ name: 'Block',
10
+ description: {
11
+ en: 'A versatile structural component that serves as a container with support for labels, descriptions, captions, icons, and headlines',
12
+ ru: 'Универсальный структурный компонент, служащий контейнером с поддержкой меток, описаний, подписей, иконок и заголовков'
13
+ },
14
+ possibilities: {
15
+ en: [
16
+ 'displaying a headline, label, description, and caption',
17
+ 'support for icons',
18
+ 'customizable HTML tag',
19
+ 'flexible layout for content organization'
20
+ ],
21
+ ru: [
22
+ 'отображение заголовка, метки, описания и подписи',
23
+ 'поддержка иконок',
24
+ 'настраиваемый HTML-тег',
25
+ 'гибкая компоновка для организации контента'
26
+ ]
27
+ },
28
+ import: [],
29
+ render: `
30
+ <DesignComponent v-bind="args">
31
+ <p>
32
+ The Block component serves as a fundamental building unit for constructing complex user interfaces.
33
+ It provides a flexible container that can host various content elements such as labels, descriptions, and icons.
34
+ </p>
35
+ <p>
36
+ With its versatile design, the Block component adapts seamlessly to different layout requirements.
37
+ Whether you need a simple content wrapper or a detailed card with a headline and caption, this component handles it all.
38
+ </p>
39
+ <p>
40
+ Developers can easily customize the appearance and behavior of the Block using properties and slots.
41
+ This ensures that the component fits perfectly into any design system while maintaining consistency across the application.
42
+ </p>
43
+ </DesignComponent>
44
+ `,
45
+ stories: [
46
+ {
47
+ id: 'BlockBasic',
48
+ name: {
49
+ en: 'Basic',
50
+ ru: 'Базовые'
51
+ },
52
+ template: `
53
+ <div class="wiki-storybook-flex-column">
54
+ <DesignComponent>
55
+ Simple content wrapper
56
+ </DesignComponent>
57
+ <DesignComponent label="User Profile" description="Manage your personal information">
58
+ <button class="wiki-storybook-button">Edit Profile</button>
59
+ </DesignComponent>
60
+ <DesignComponent headline="Notifications" label="Settings">
61
+ <label><input type="checkbox" checked> Email Notifications</label>
62
+ </DesignComponent>
63
+ <DesignComponent icon="home" label="Dashboard">
64
+ <p>Welcome to your dashboard overview.</p>
65
+ </DesignComponent>
66
+ </div>
67
+ `
68
+ },
69
+ {
70
+ id: 'BlockSlots',
71
+ name: {
72
+ en: 'Slots usage',
73
+ ru: 'Использование слотов'
74
+ },
75
+ template: `
76
+ <DesignComponent>
77
+ <template #default>Default slot</template>
78
+ <template #headline>Headline slot</template>
79
+ <template #label>Label slot</template>
80
+ <template #description>Description slot</template>
81
+ <template #caption>Caption slot</template>
82
+ <template #trailing>Trailing slot</template>
83
+ </DesignComponent>
84
+ `
85
+ }
86
+ ],
87
+ documentation: {
88
+ body: `
89
+ <StorybookDescriptions componentName={'Block'} type={'block'}/>
90
+ <Canvas of={Component.BlockBasic}/>
91
+ `,
92
+ slots: `
93
+ <Canvas of={Component.BlockSlots}/>
94
+ <StorybookDescriptions componentName={'Slot'} type={'default'}/>
95
+ <StorybookDescriptions componentName={'Slot'} type={'headline'}/>
96
+ <StorybookDescriptions componentName={'Slot'} type={'label'}/>
97
+ <StorybookDescriptions componentName={'Slot'} type={'description'}/>
98
+ <StorybookDescriptions componentName={'Slot'} type={'caption'}/>
99
+ <StorybookDescriptions componentName={'Slot'} type={'trailing'}/>
100
+ `,
101
+ expose: `
102
+ <StorybookDescriptions componentName={'Expose'} type={'labelId'}/>
103
+ <StorybookDescriptions componentName={'Expose'} type={'descriptionId'}/>
104
+ `
105
+ },
106
+ ai: {
107
+ render: `
108
+ <div :class="classDemo.item">
109
+ <Block v-bind="args">
110
+ Main content goes here.
111
+ </Block>
112
+ </div>
113
+ `,
114
+ description: `
115
+ Block is a versatile structural component used to organize content with a standardized layout.
116
+ It acts as a container that automatically arranges headers, labels, descriptions, icons, and body content.
117
+
118
+ **Key Features:**
119
+ 1. **Layout Structure:**
120
+ - **Headline:** Top-most text area (prop \`headline\` or slot \`#headline\`).
121
+ - **Header Area:** Contains the icon, label, caption, and trailing actions.
122
+ - **Description:** Text block below the header.
123
+ - **Content:** The \`#default\` slot allows placing custom content inside the block.
124
+
125
+ 2. **Content Props:**
126
+ - \`label\`: Main title.
127
+ - \`caption\`: Auxiliary text next to or below the label.
128
+ - \`description\`: Detailed text description.
129
+ - \`icon\`: Visual indicator (icon name).
130
+ - \`headline\`: Section heading above the main header.
131
+
132
+ 3. **Customization:**
133
+ - \`tag\`: Changes the root HTML element (e.g., \`section\`, \`article\`, \`div\`).
134
+ - \`#trailing\`: Slot for actions or content on the right side of the header.
135
+
136
+ **When to use:**
137
+ - **Cards:** To structure the header and content of a card.
138
+ - **List Items:** For complex list items with icons and text.
139
+ - **Sections:** To define titled sections within a page or modal.
140
+
141
+ **Usage Examples:**
142
+
143
+ - **Simple Card Header:**
144
+ \`<Block label="Card Title" description="Subtitle text" icon="info" />\`
145
+
146
+ - **Section with Content:**
147
+ \`<Block headline="Section 1" label="Details">
148
+ <p>Custom content...</p>
149
+ </Block>\`
150
+
151
+ - **List Item with Action:**
152
+ \`<Block label="Item Name" caption="Status: Active">
153
+ <template #trailing>
154
+ <button>Edit</button>
155
+ </template>
156
+ </Block>\`
157
+ `
158
+ }
159
+ }
@@ -181,7 +181,6 @@ export const wikiDescriptionsButton: StorybookComponentsDescriptionItem = {
181
181
  `,
182
182
  events: `
183
183
  <StorybookDescriptions componentName={'Event'} type={'click'}/>
184
- <StorybookDescriptions componentName={'Event'} type={'clickLite'}/>
185
184
  `,
186
185
  expose: `
187
186
  <StorybookDescriptions componentName={'Expose'} type={'value'}/>
@@ -190,5 +189,37 @@ export const wikiDescriptionsButton: StorybookComponentsDescriptionItem = {
190
189
  slots: `
191
190
  <StorybookDescriptions componentName={'Slot'} type={'default'}/>
192
191
  `
192
+ },
193
+ ai: {
194
+ description: `
195
+ Button is a fundamental interactive component used for user actions, navigation, and submitting forms.
196
+ It supports various visual styles, states, and content configurations.
197
+
198
+ **Key Features:**
199
+ 1. **Content:**
200
+ - \`label\`: The text displayed inside the button.
201
+ - \`icon\`: Name of the icon to display *before* the label (Material Symbols).
202
+ - \`iconTrailing\`: Name of the icon to display *after* the label.
203
+
204
+ 2. **States:**
205
+ - \`disabled\`: Prevents user interaction and visually grays out the button.
206
+ - \`selected\`: Indicates an active or toggled state.
207
+ - \`loading\`: Replaces content or adds a spinner to indicate processing.
208
+
209
+ 3. **Navigation:**
210
+ - \`to\`: Vue Router path. Renders as an \`<a>\` tag or uses router push.
211
+ - \`href\`: External URL. Renders as an \`<a>\` tag.
212
+
213
+ 4. **Sizing & Layout:**
214
+ - \`adaptive\`: Makes the button fill the container width or adapt to specific breakpoints.
215
+
216
+ **Usage Examples:**
217
+
218
+ - **Main Action:** \`<Button label="Confirm" primary icon="check" />\`
219
+ - **Secondary Action:** \`<Button label="Cancel" secondary />\`
220
+ - **Navigation:** \`<Button label="Read More" to="/details" text iconTrailing="arrow_forward" />\`
221
+ - **Icon Only:** \`<Button icon="menu" text />\` (Ensure aria-label is provided for accessibility)
222
+ - **Loading:** \`<Button label="Saving..." primary loading />\`
223
+ `
193
224
  }
194
225
  }
@@ -96,11 +96,12 @@ export const wikiDescriptionsCell: StorybookComponentsDescriptionItem = {
96
96
  `,
97
97
  events: `
98
98
  <StorybookDescriptions componentName={'Event'} type={'click'}/>
99
- <StorybookDescriptions componentName={'Event'} type={'clickLite'}/>
100
99
  `,
101
100
  expose: `
102
101
  <StorybookDescriptions componentName={'Expose'} type={'value'}/>
103
102
  <StorybookDescriptions componentName={'Expose'} type={'detail'}/>
103
+ <StorybookDescriptions componentName={'Expose'} type={'labelId'}/>
104
+ <StorybookDescriptions componentName={'Expose'} type={'descriptionId'}/>
104
105
  `,
105
106
  slots: `
106
107
  <Canvas of={Component.CellSlots}/>
@@ -109,5 +110,29 @@ export const wikiDescriptionsCell: StorybookComponentsDescriptionItem = {
109
110
  <StorybookDescriptions componentName={'Slot'} type={'description'}/>
110
111
  <StorybookDescriptions componentName={'Cell'} type={'slots'}/>
111
112
  `
113
+ },
114
+ ai: {
115
+ description: `
116
+ Cell is a universal list item component used for building menus, settings panels, and data lists.
117
+ It provides a structured layout with slots for icons, text content, and actions.
118
+
119
+ **Structure:**
120
+ 1. **Icon (Left):** Defined by \`icon\` prop.
121
+ 2. **Context (Center):**
122
+ - **Label:** Main text/title (prop \`label\`).
123
+ - **Caption:** Small text above/below the label (prop \`caption\`).
124
+ - **Description:** Secondary text below the label (prop \`description\`).
125
+ 3. **Trailing (Right):** Slot \`#trailing\` for actions (switch, checkbox, button) or meta-info.
126
+ 4. **Body:** Slot \`#body\` for additional content below the main row.
127
+
128
+ **Key Features:**
129
+ - **Interactive:** Supports \`to\`, \`href\`, and click events with Ripple effect.
130
+ - **States:** Handles \`disabled\`, \`selected\`, and \`loading\` (skeleton) states.
131
+
132
+ **When to use:**
133
+ - **List Items:** For navigation menus or settings.
134
+ - **Data Rows:** To display structured data entities.
135
+ - **Action Items:** Clickable rows with icons and text.
136
+ `
112
137
  }
113
138
  }
@@ -217,5 +217,47 @@ export const wikiDescriptionsChip: StorybookComponentsDescriptionItem = {
217
217
  slots: `
218
218
  <StorybookDescriptions componentName={'Slot'} type={'default'}/>
219
219
  `
220
+ },
221
+ ai: {
222
+ description: `
223
+ Chip is a compact interactive element used for inputs, attributes, or actions.
224
+ It allows users to enter information, make selections, filter content, or trigger actions.
225
+
226
+ **Key Features:**
227
+ 1. **Variants:**
228
+ - **Action (Default):** Triggers an action or displays a read-only tag.
229
+ - **Input (\`input\`):** Represents a complex piece of information, such as an entity (person, place, or thing) or text, often used in input fields.
230
+ - **Assistive (\`assistive\`):** Provides suggestions or smart replies to the user.
231
+ - **Filter (via \`selected\`):** Allows users to select multiple options from a set.
232
+
233
+ 2. **Content & Styling:**
234
+ - **Label:** Main text content (prop \`label\` or default slot).
235
+ - **Icon:** Leading icon (prop \`icon\`).
236
+ - **State:** Supports \`selected\` (active/checked) and \`disabled\` states.
237
+
238
+ 3. **Interaction:**
239
+ - Emits \`click\` events with \`value\` and \`detail\` data.
240
+ - Can be used as a toggle button.
241
+
242
+ **When to use:**
243
+ - **Filters:** To allow users to refine search results.
244
+ - **Choice:** To select one or multiple options (like radio buttons or checkboxes but more compact).
245
+ - **Action:** To trigger immediate actions (e.g., "Play", "Save").
246
+ - **Input:** To display tags or contacts in a form.
247
+
248
+ **Usage Examples:**
249
+
250
+ - **Basic Action:**
251
+ \`<Chip icon="settings">Settings</Chip>\`
252
+
253
+ - **Filter Chip (Selected):**
254
+ \`<Chip icon="check" selected>Completed</Chip>\`
255
+
256
+ - **Input Tag:**
257
+ \`<Chip input>Vue.js</Chip>\`
258
+
259
+ - **Assistive Suggestion:**
260
+ \`<Chip assistive icon="lightbulb">Did you mean...?</Chip>\`
261
+ `
220
262
  }
221
263
  }