@vibe/core 4.2.6 → 4.3.0-alpha-9bd83.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 (423) hide show
  1. package/dist/components/button/dist/Button/Button.module.scss.js +1 -1
  2. package/dist/components/dialog/dist/Dialog/Dialog.module.scss.js +1 -1
  3. package/dist/components/dialog/dist/Dialog/components/DialogContent/DialogContent.module.scss.js +1 -1
  4. package/dist/components/dialog/dist/DialogContentContainer/DialogContentContainer.module.scss.js +1 -1
  5. package/dist/components/icon-button/dist/IconButton/IconButton.module.scss.js +1 -1
  6. package/dist/components/tooltip/dist/Tooltip/Tooltip.module.scss.js +1 -1
  7. package/dist/components/typography/dist/Heading/Heading.module.scss.js +1 -1
  8. package/dist/components/typography/dist/Text/Text.module.scss.js +1 -1
  9. package/dist/components/typography/dist/Typography/Typography.module.scss.js +1 -1
  10. package/dist/metadata/accessibility/Accordion.md +10 -0
  11. package/dist/metadata/accessibility/AlertBanner.md +9 -0
  12. package/dist/metadata/accessibility/Avatar.md +12 -0
  13. package/dist/metadata/accessibility/AvatarGroup.md +6 -0
  14. package/dist/metadata/accessibility/BreadcrumbsBar.md +10 -0
  15. package/dist/metadata/accessibility/Button.md +13 -0
  16. package/dist/metadata/accessibility/ButtonGroup.md +9 -0
  17. package/dist/metadata/accessibility/Checkbox.md +13 -0
  18. package/dist/metadata/accessibility/Chips.md +10 -0
  19. package/dist/metadata/accessibility/Combobox.md +6 -0
  20. package/dist/metadata/accessibility/DropdownBasicDropdown.md +10 -0
  21. package/dist/metadata/accessibility/IconButton.md +26 -0
  22. package/dist/metadata/accessibility/Info.md +12 -0
  23. package/dist/metadata/accessibility/Link.md +8 -0
  24. package/dist/metadata/accessibility/List.md +11 -0
  25. package/dist/metadata/accessibility/Menu.md +10 -0
  26. package/dist/metadata/accessibility/MenuButton.md +6 -0
  27. package/dist/metadata/accessibility/MenuItem.md +8 -0
  28. package/dist/metadata/accessibility/Modal.md +35 -0
  29. package/dist/metadata/accessibility/NumberField.md +9 -0
  30. package/dist/metadata/accessibility/RadioButton.md +11 -0
  31. package/dist/metadata/accessibility/Search.md +10 -0
  32. package/dist/metadata/accessibility/Tabs.md +10 -0
  33. package/dist/metadata/accessibility/TextArea.md +17 -0
  34. package/dist/metadata/accessibility/TextField.md +16 -0
  35. package/dist/metadata/accessibility/Toast.md +4 -0
  36. package/dist/metadata/accessibility/Toggle.md +7 -0
  37. package/dist/metadata/accessibility/Tooltip.md +11 -0
  38. package/dist/metadata/components.json +20940 -0
  39. package/dist/metadata/examples/Accordion.md +136 -0
  40. package/dist/metadata/examples/AlertBanner.md +85 -0
  41. package/dist/metadata/examples/AttentionBox.md +267 -0
  42. package/dist/metadata/examples/Avatar.md +118 -0
  43. package/dist/metadata/examples/AvatarGroup.md +390 -0
  44. package/dist/metadata/examples/Badge.md +59 -0
  45. package/dist/metadata/examples/BaseInput.md +2 -0
  46. package/dist/metadata/examples/BaseList.md +342 -0
  47. package/dist/metadata/examples/Box.md +208 -0
  48. package/dist/metadata/examples/BreadcrumbItem.md +54 -0
  49. package/dist/metadata/examples/BreadcrumbsBar.md +64 -0
  50. package/dist/metadata/examples/Button.md +174 -0
  51. package/dist/metadata/examples/ButtonGroup.md +180 -0
  52. package/dist/metadata/examples/Checkbox.md +24 -0
  53. package/dist/metadata/examples/Chips.md +192 -0
  54. package/dist/metadata/examples/Clickable.md +31 -0
  55. package/dist/metadata/examples/ColorPicker.md +2 -0
  56. package/dist/metadata/examples/Combobox.md +438 -0
  57. package/dist/metadata/examples/Counter.md +188 -0
  58. package/dist/metadata/examples/DatePicker.md +43 -0
  59. package/dist/metadata/examples/Dialog.md +521 -0
  60. package/dist/metadata/examples/DialogContentContainer.md +18 -0
  61. package/dist/metadata/examples/Divider.md +50 -0
  62. package/dist/metadata/examples/DropdownBasicDropdown.md +479 -0
  63. package/dist/metadata/examples/DropdownBoxMode.md +218 -0
  64. package/dist/metadata/examples/EditableHeading.md +33 -0
  65. package/dist/metadata/examples/EditableText.md +36 -0
  66. package/dist/metadata/examples/EmptyState.md +192 -0
  67. package/dist/metadata/examples/ExpandCollapse.md +77 -0
  68. package/dist/metadata/examples/Flex.md +916 -0
  69. package/dist/metadata/examples/Heading.md +124 -0
  70. package/dist/metadata/examples/HiddenText.md +8 -0
  71. package/dist/metadata/examples/Icon.md +67 -0
  72. package/dist/metadata/examples/IconButton.md +141 -0
  73. package/dist/metadata/examples/Info.md +80 -0
  74. package/dist/metadata/examples/Label.md +109 -0
  75. package/dist/metadata/examples/Link.md +52 -0
  76. package/dist/metadata/examples/List.md +125 -0
  77. package/dist/metadata/examples/ListItem.md +42 -0
  78. package/dist/metadata/examples/Loader.md +148 -0
  79. package/dist/metadata/examples/Menu.md +141 -0
  80. package/dist/metadata/examples/MenuButton.md +127 -0
  81. package/dist/metadata/examples/MenuDivider.md +35 -0
  82. package/dist/metadata/examples/MenuGridItem.md +65 -0
  83. package/dist/metadata/examples/MenuItem.md +98 -0
  84. package/dist/metadata/examples/MenuItemButton.md +42 -0
  85. package/dist/metadata/examples/MenuTitle.md +25 -0
  86. package/dist/metadata/examples/ModalBasicLayout.md +400 -0
  87. package/dist/metadata/examples/ModalMediaLayout.md +240 -0
  88. package/dist/metadata/examples/ModalSideBySideLayout.md +313 -0
  89. package/dist/metadata/examples/MultiStepIndicator.md +189 -0
  90. package/dist/metadata/examples/NumberField.md +68 -0
  91. package/dist/metadata/examples/ProgressBar.md +152 -0
  92. package/dist/metadata/examples/RadioButton.md +41 -0
  93. package/dist/metadata/examples/Search.md +24 -0
  94. package/dist/metadata/examples/Skeleton.md +161 -0
  95. package/dist/metadata/examples/Slider.md +109 -0
  96. package/dist/metadata/examples/SplitButton.md +120 -0
  97. package/dist/metadata/examples/Steps.md +106 -0
  98. package/dist/metadata/examples/Table.md +449 -0
  99. package/dist/metadata/examples/Tabs.md +241 -0
  100. package/dist/metadata/examples/Text.md +188 -0
  101. package/dist/metadata/examples/TextArea.md +28 -0
  102. package/dist/metadata/examples/TextField.md +119 -0
  103. package/dist/metadata/examples/TextWithHighlight.md +2 -0
  104. package/dist/metadata/examples/ThemeProvider.md +47 -0
  105. package/dist/metadata/examples/Tipseen.md +111 -0
  106. package/dist/metadata/examples/Toast.md +127 -0
  107. package/dist/metadata/examples/Toggle.md +38 -0
  108. package/dist/metadata/examples/Tooltip.md +53 -0
  109. package/dist/metadata/examples/VirtualizedGrid.md +54 -0
  110. package/dist/metadata/examples/VirtualizedList.md +50 -0
  111. package/dist/metadata/examples/useGridKeyboardNavigationContext.md +61 -0
  112. package/dist/mocked_classnames/scripts/build-all-metadata.d.ts +1 -0
  113. package/dist/mocked_classnames/scripts/extract-accessibility.d.ts +4 -0
  114. package/dist/mocked_classnames/scripts/extract-examples.d.ts +3 -0
  115. package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  116. package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  117. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  118. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  119. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  120. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  121. package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  122. package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  123. package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  124. package/dist/mocked_classnames/src/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  125. package/dist/mocked_classnames/src/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  126. package/dist/mocked_classnames/src/components/Avatar/Avatar.module.scss.js +1 -1
  127. package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  128. package/dist/mocked_classnames/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  129. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
  130. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  131. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  132. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  133. package/dist/mocked_classnames/src/components/Badge/Badge.module.scss.js +1 -1
  134. package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  135. package/dist/mocked_classnames/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  136. package/dist/mocked_classnames/src/components/BaseList/BaseList.module.scss.js +1 -1
  137. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  138. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  139. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  140. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  141. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  142. package/dist/mocked_classnames/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  143. package/dist/mocked_classnames/src/components/Chips/Chips.module.scss.js +1 -1
  144. package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  145. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  146. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  147. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  148. package/dist/mocked_classnames/src/components/Combobox/Combobox.module.scss.js +1 -1
  149. package/dist/mocked_classnames/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  150. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  151. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  152. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  153. package/dist/mocked_classnames/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  154. package/dist/mocked_classnames/src/components/Counter/Counter.module.scss.js +1 -1
  155. package/dist/mocked_classnames/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  156. package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader.module.scss.js +1 -1
  157. package/dist/mocked_classnames/src/components/Divider/Divider.module.scss.js +1 -1
  158. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  159. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  160. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  161. package/dist/mocked_classnames/src/components/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  162. package/dist/mocked_classnames/src/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  163. package/dist/mocked_classnames/src/components/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  164. package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  165. package/dist/mocked_classnames/src/components/EditableText/EditableText.module.scss.js +1 -1
  166. package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  167. package/dist/mocked_classnames/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  168. package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  169. package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  170. package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  171. package/dist/mocked_classnames/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  172. package/dist/mocked_classnames/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  173. package/dist/mocked_classnames/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  174. package/dist/mocked_classnames/src/components/InfoText/InfoText.module.scss.js +1 -1
  175. package/dist/mocked_classnames/src/components/Label/Label.module.scss.js +1 -1
  176. package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  177. package/dist/mocked_classnames/src/components/Link/Link.module.scss.js +1 -1
  178. package/dist/mocked_classnames/src/components/List/List.module.scss.js +1 -1
  179. package/dist/mocked_classnames/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  180. package/dist/mocked_classnames/src/components/ListItem/ListItem.module.scss.js +1 -1
  181. package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  182. package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  183. package/dist/mocked_classnames/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  184. package/dist/mocked_classnames/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  185. package/dist/mocked_classnames/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  186. package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  187. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  188. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  189. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  190. package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  191. package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  192. package/dist/mocked_classnames/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  193. package/dist/mocked_classnames/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  194. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  195. package/dist/mocked_classnames/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  196. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  197. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  198. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  199. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  200. package/dist/mocked_classnames/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  201. package/dist/mocked_classnames/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  202. package/dist/mocked_classnames/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  203. package/dist/mocked_classnames/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  204. package/dist/mocked_classnames/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  205. package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  206. package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  207. package/dist/mocked_classnames/src/components/NumberField/NumberField.module.scss.js +1 -1
  208. package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  209. package/dist/mocked_classnames/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  210. package/dist/mocked_classnames/src/components/ProgressBars/ProgressBar/Bar/Bar.module.scss.js +1 -1
  211. package/dist/mocked_classnames/src/components/ProgressBars/ProgressBar/ProgressBar.module.scss.js +1 -1
  212. package/dist/mocked_classnames/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  213. package/dist/mocked_classnames/src/components/Search/Search.module.scss.js +1 -1
  214. package/dist/mocked_classnames/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  215. package/dist/mocked_classnames/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  216. package/dist/mocked_classnames/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  217. package/dist/mocked_classnames/src/components/Slider/Slider.module.scss.js +1 -1
  218. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  219. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  220. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  221. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  222. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  223. package/dist/mocked_classnames/src/components/Slider/SliderInfix.module.scss.js +1 -1
  224. package/dist/mocked_classnames/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  225. package/dist/mocked_classnames/src/components/Steps/Steps.module.scss.js +1 -1
  226. package/dist/mocked_classnames/src/components/Steps/StepsCommand.module.scss.js +1 -1
  227. package/dist/mocked_classnames/src/components/Steps/StepsDot.module.scss.js +1 -1
  228. package/dist/mocked_classnames/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  229. package/dist/mocked_classnames/src/components/Steps/StepsHeader.module.scss.js +1 -1
  230. package/dist/mocked_classnames/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  231. package/dist/mocked_classnames/src/components/Switch/Switch.module.scss.js +1 -1
  232. package/dist/mocked_classnames/src/components/Table/Table/Table.module.scss.js +1 -1
  233. package/dist/mocked_classnames/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  234. package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  235. package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  236. package/dist/mocked_classnames/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  237. package/dist/mocked_classnames/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  238. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  239. package/dist/mocked_classnames/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  240. package/dist/mocked_classnames/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  241. package/dist/mocked_classnames/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  242. package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  243. package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  244. package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  245. package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  246. package/dist/mocked_classnames/src/components/TextArea/TextArea.js +1 -1
  247. package/dist/mocked_classnames/src/components/TextArea/TextArea.js.map +1 -1
  248. package/dist/mocked_classnames/src/components/TextArea/TextArea.module.scss.js +1 -1
  249. package/dist/mocked_classnames/src/components/TextField/TextField.module.scss.js +1 -1
  250. package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  251. package/dist/mocked_classnames/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  252. package/dist/mocked_classnames/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  253. package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  254. package/dist/mocked_classnames/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  255. package/dist/mocked_classnames/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  256. package/dist/mocked_classnames/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  257. package/dist/mocked_classnames/src/components/Toast/Toast.module.scss.js +1 -1
  258. package/dist/mocked_classnames/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  259. package/dist/mocked_classnames/src/components/Toggle/MockToggle.module.scss.js +1 -1
  260. package/dist/mocked_classnames/src/components/Toggle/Toggle.module.scss.js +1 -1
  261. package/dist/mocked_classnames/src/components/Toggle/ToggleText.module.scss.js +1 -1
  262. package/dist/mocked_classnames/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  263. package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  264. package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  265. package/dist/mocked_classnames/src/components/next/List/List.module.scss.js +1 -1
  266. package/dist/mocked_classnames/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
  267. package/dist/scripts/build-all-metadata.d.ts +1 -0
  268. package/dist/scripts/extract-accessibility.d.ts +4 -0
  269. package/dist/scripts/extract-examples.d.ts +3 -0
  270. package/dist/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  271. package/dist/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  272. package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  273. package/dist/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  274. package/dist/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  275. package/dist/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  276. package/dist/src/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  277. package/dist/src/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  278. package/dist/src/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  279. package/dist/src/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  280. package/dist/src/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  281. package/dist/src/components/Avatar/Avatar.module.scss.js +1 -1
  282. package/dist/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  283. package/dist/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  284. package/dist/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
  285. package/dist/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  286. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  287. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  288. package/dist/src/components/Badge/Badge.module.scss.js +1 -1
  289. package/dist/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  290. package/dist/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  291. package/dist/src/components/BaseList/BaseList.module.scss.js +1 -1
  292. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  293. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  294. package/dist/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  295. package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  296. package/dist/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  297. package/dist/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  298. package/dist/src/components/Chips/Chips.module.scss.js +1 -1
  299. package/dist/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  300. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  301. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  302. package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  303. package/dist/src/components/Combobox/Combobox.module.scss.js +1 -1
  304. package/dist/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  305. package/dist/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  306. package/dist/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  307. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  308. package/dist/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  309. package/dist/src/components/Counter/Counter.module.scss.js +1 -1
  310. package/dist/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  311. package/dist/src/components/DatePicker/DatePickerHeader.module.scss.js +1 -1
  312. package/dist/src/components/Divider/Divider.module.scss.js +1 -1
  313. package/dist/src/components/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  314. package/dist/src/components/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  315. package/dist/src/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  316. package/dist/src/components/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  317. package/dist/src/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  318. package/dist/src/components/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  319. package/dist/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  320. package/dist/src/components/EditableText/EditableText.module.scss.js +1 -1
  321. package/dist/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  322. package/dist/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  323. package/dist/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  324. package/dist/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  325. package/dist/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  326. package/dist/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  327. package/dist/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  328. package/dist/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  329. package/dist/src/components/InfoText/InfoText.module.scss.js +1 -1
  330. package/dist/src/components/Label/Label.module.scss.js +1 -1
  331. package/dist/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  332. package/dist/src/components/Link/Link.module.scss.js +1 -1
  333. package/dist/src/components/List/List.module.scss.js +1 -1
  334. package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  335. package/dist/src/components/ListItem/ListItem.module.scss.js +1 -1
  336. package/dist/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  337. package/dist/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  338. package/dist/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  339. package/dist/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  340. package/dist/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  341. package/dist/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  342. package/dist/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  343. package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  344. package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  345. package/dist/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  346. package/dist/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  347. package/dist/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  348. package/dist/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  349. package/dist/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  350. package/dist/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  351. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  352. package/dist/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  353. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  354. package/dist/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  355. package/dist/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  356. package/dist/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  357. package/dist/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  358. package/dist/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  359. package/dist/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  360. package/dist/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  361. package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  362. package/dist/src/components/NumberField/NumberField.module.scss.js +1 -1
  363. package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  364. package/dist/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  365. package/dist/src/components/ProgressBars/ProgressBar/Bar/Bar.module.scss.js +1 -1
  366. package/dist/src/components/ProgressBars/ProgressBar/ProgressBar.module.scss.js +1 -1
  367. package/dist/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  368. package/dist/src/components/Search/Search.module.scss.js +1 -1
  369. package/dist/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  370. package/dist/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  371. package/dist/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  372. package/dist/src/components/Slider/Slider.module.scss.js +1 -1
  373. package/dist/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  374. package/dist/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  375. package/dist/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  376. package/dist/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  377. package/dist/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  378. package/dist/src/components/Slider/SliderInfix.module.scss.js +1 -1
  379. package/dist/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  380. package/dist/src/components/Steps/Steps.module.scss.js +1 -1
  381. package/dist/src/components/Steps/StepsCommand.module.scss.js +1 -1
  382. package/dist/src/components/Steps/StepsDot.module.scss.js +1 -1
  383. package/dist/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  384. package/dist/src/components/Steps/StepsHeader.module.scss.js +1 -1
  385. package/dist/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  386. package/dist/src/components/Switch/Switch.module.scss.js +1 -1
  387. package/dist/src/components/Table/Table/Table.module.scss.js +1 -1
  388. package/dist/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  389. package/dist/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  390. package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  391. package/dist/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  392. package/dist/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  393. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  394. package/dist/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  395. package/dist/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  396. package/dist/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  397. package/dist/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  398. package/dist/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  399. package/dist/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  400. package/dist/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  401. package/dist/src/components/TextArea/TextArea.js +1 -1
  402. package/dist/src/components/TextArea/TextArea.js.map +1 -1
  403. package/dist/src/components/TextArea/TextArea.module.scss.js +1 -1
  404. package/dist/src/components/TextField/TextField.module.scss.js +1 -1
  405. package/dist/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  406. package/dist/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  407. package/dist/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  408. package/dist/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  409. package/dist/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  410. package/dist/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  411. package/dist/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  412. package/dist/src/components/Toast/Toast.module.scss.js +1 -1
  413. package/dist/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  414. package/dist/src/components/Toggle/MockToggle.module.scss.js +1 -1
  415. package/dist/src/components/Toggle/Toggle.module.scss.js +1 -1
  416. package/dist/src/components/Toggle/ToggleText.module.scss.js +1 -1
  417. package/dist/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  418. package/dist/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  419. package/dist/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  420. package/dist/src/components/next/List/List.module.scss.js +1 -1
  421. package/dist/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
  422. package/dist/style/dist/index.min.css.js +1 -1
  423. package/package.json +12 -10
@@ -0,0 +1,124 @@
1
+ # Storybook Code Examples
2
+
3
+ ## TypesAndWeights
4
+
5
+ ```tsx
6
+ <Flex gap="large" direction="column" justify="start" align="start">
7
+ <Flex gap="small" direction="column" justify="start" align="start">
8
+ <Heading type="h1" weight="bold">
9
+ Bold H1 title
10
+ </Heading>
11
+ <Heading type="h1" weight="medium">
12
+ Medium H1 title
13
+ </Heading>
14
+ <Heading type="h1" weight="normal">
15
+ Normal H1 title
16
+ </Heading>
17
+ <Heading type="h1" weight="light">
18
+ Light H1 title
19
+ </Heading>
20
+ </Flex>
21
+ <Flex gap="small" direction="column" justify="start" align="start">
22
+ <Heading type="h2" weight="bold">
23
+ Bold H2 title
24
+ </Heading>
25
+ <Heading type="h2" weight="medium">
26
+ Medium H2 title
27
+ </Heading>
28
+ <Heading type="h2" weight="normal">
29
+ Normal H2 title
30
+ </Heading>
31
+ <Heading type="h2" weight="light">
32
+ Light H2 title
33
+ </Heading>
34
+ </Flex>
35
+ <Flex gap="small" direction="column" justify="start" align="start">
36
+ <Heading type="h3" weight="bold">
37
+ Bold H3 title
38
+ </Heading>
39
+ <Heading type="h3" weight="medium">
40
+ Medium H3 title
41
+ </Heading>
42
+ <Heading type="h3" weight="normal">
43
+ Normal H3 title
44
+ </Heading>
45
+ <Heading type="h3" weight="light">
46
+ Light H3 title
47
+ </Heading>
48
+ </Flex>
49
+ </Flex>
50
+ ```
51
+
52
+ ## Colors
53
+
54
+ ```tsx
55
+ <Flex direction="column" align="start" gap="small">
56
+ <Heading type="h2" color="primary">
57
+ Primary title
58
+ </Heading>
59
+ <Heading type="h2" color="secondary">
60
+ Secondary title
61
+ </Heading>
62
+ <Box style={{
63
+ backgroundColor: "var(--primary-color)"
64
+ }} padding="small">
65
+ <Heading element="div" type="h2" align="center" color="onPrimary">
66
+ On primary title
67
+ </Heading>
68
+ </Box>
69
+ <Box backgroundColor="invertedColorBackground" padding="small">
70
+ <Heading element="div" type="h2" align="center" color="onInverted">
71
+ On inverted title
72
+ </Heading>
73
+ </Box>
74
+ </Flex>
75
+ ```
76
+
77
+ ## Overflow
78
+
79
+ ```tsx
80
+ <Flex id={OVERFLOW_TITLE_CONTAINER_ID} direction="column" gap="medium" align="stretch" style={{
81
+ width: "480px"
82
+ }}>
83
+ <Heading type="h2">Heading without overflow</Heading>
84
+ <Heading type="h2"
85
+ /**for testing purposes**/ data-testid={ONE_LINE_ELLIPSIS_TEST_ID} tooltipProps={{
86
+ containerSelector: `#${OVERFLOW_TITLE_CONTAINER_ID}`
87
+ }}>
88
+ Heading with ellipsis and tooltip when hovering
89
+ </Heading>
90
+ <div>
91
+ <Heading type="h2" maxLines={2}>
92
+ Heading with two lines overflow and a tooltip. Heading with two lines overflow and a tooltip. Heading with two
93
+ lines overflow and a tooltip.
94
+ </Heading>
95
+ </div>
96
+ </Flex>
97
+ ```
98
+
99
+ ## Built-in page header (not editable)
100
+
101
+ ```tsx
102
+ <div style={{
103
+ width: "100%"
104
+ }}>
105
+ <Heading type="h1" id="my-work-id">
106
+ My work
107
+ </Heading>
108
+ <Divider />
109
+ <Flex align="center" gap="small" aria-labelledby="my-work-id" style={{
110
+ marginTop: "var(--space-16)"
111
+ }}>
112
+ <Box style={{
113
+ width: "146px"
114
+ }}>
115
+ <Search placeholder="Search" />
116
+ </Box>
117
+ <Checkbox label="Hide done items" checked />
118
+ <Button leftIcon={Custom} kind="tertiary">
119
+ Customize
120
+ </Button>
121
+ </Flex>
122
+ </div>
123
+ ```
124
+
@@ -0,0 +1,8 @@
1
+ # Storybook Code Examples
2
+
3
+ ## Overview
4
+
5
+ ```tsx
6
+ return <HiddenText text="Hello hidden text" {...args} />;
7
+ ```
8
+
@@ -0,0 +1,67 @@
1
+ # Storybook Code Examples
2
+
3
+ ## VibeIcon
4
+
5
+ ```tsx
6
+ <Icon id="vibe-icon" type="svg" icon={Bolt} label="my bolt svg icon" size={16} />
7
+ ```
8
+
9
+ ## FontIcon
10
+
11
+ ```tsx
12
+ <Icon id="font-icon" type="font" label="my font awesome start icon" icon="fa fa-star" />
13
+ ```
14
+
15
+ ## CustomSvg
16
+
17
+ ```tsx
18
+ <Icon id="custom-svg-icon" type="src" icon="https://cdn.monday.com/images/apps/custom-icons/Form.svg" label="my src awesome icon" size={20} useCurrentColor />
19
+ ```
20
+
21
+ ## Color
22
+
23
+ ```tsx
24
+ <div style={{
25
+ color: "var(--sb-color-sofia_pink)"
26
+ }}>
27
+ <Icon id="colored-icon" type="svg" icon={Bolt} label="my bolt svg icon" size={16} />
28
+ </div>
29
+ ```
30
+
31
+ ## IconsListStory
32
+
33
+ ```tsx
34
+ interface IconMeta {
35
+ name: string;
36
+ tags: string;
37
+ file: string;
38
+ }
39
+ const [query, setQuery] = useState("");
40
+ return <section style={{
41
+ width: "100%"
42
+ }}>
43
+ <Search value={query} onChange={setQuery} placeholder="Search for icons" />
44
+ <div style={{
45
+ display: "grid",
46
+ gridTemplateColumns: "repeat(auto-fill, minmax(250px, 1fr))",
47
+ gap: "var(--sb-spacing-large)",
48
+ marginTop: "var(--sb-spacing-large)"
49
+ }}>
50
+ {iconsMetaData.filter((icon: IconMeta) => {
51
+ return `${icon.tags},${icon.name}`.toLowerCase().includes(query.toLowerCase());
52
+ }).map((icon: IconMeta) => {
53
+ const fileName = icon.file.split(".")[0] as string;
54
+ const Component = allIcons[fileName as keyof typeof allIcons] as SubIcon;
55
+ return <>
56
+ <Flex style={{
57
+ color: "var(--sb-icon-color)"
58
+ }} gap="small">
59
+ <Icon icon={Component} size={26} />
60
+ <span>{icon.name}</span>
61
+ </Flex>
62
+ </>;
63
+ })}
64
+ </div>
65
+ </section>;
66
+ ```
67
+
@@ -0,0 +1,141 @@
1
+ # Storybook Code Examples
2
+
3
+ ## Kinds
4
+
5
+ ```tsx
6
+ <div style={{
7
+ display: "flex",
8
+ justifyContent: "space-evenly",
9
+ alignItems: "center",
10
+ width: "100%"
11
+ }}>
12
+ <IconButton id="kinds-primary" icon={Bolt} kind="primary" aria-label="My primary IconButton" />
13
+ <IconButton id="kinds-secondary" icon={Bolt} kind="secondary" aria-label="My secondary IconButton" />
14
+ <IconButton id="kinds-tertiary" icon={Bolt} kind="tertiary" aria-label="My tertiary IconButton" />
15
+ </div>
16
+ ```
17
+
18
+ ## Sizes
19
+
20
+ ```tsx
21
+ <div style={{
22
+ display: "flex",
23
+ justifyContent: "space-evenly",
24
+ alignItems: "center",
25
+ width: "100%"
26
+ }}>
27
+ <IconButton key="xxs" id="sizes-xxs" icon={Robot} kind="secondary" size="xxs" aria-label="My xxs IconButton" />
28
+ <IconButton key="xs" id="sizes-xs" icon={Robot} kind="secondary" size="xs" aria-label="My xs IconButton" />
29
+ <IconButton key="small" id="sizes-small" icon={Robot} kind="secondary" size="small" aria-label="My small IconButton" />
30
+ <IconButton key="medium" id="sizes-medium" icon={Robot} kind="secondary" size="medium" aria-label="My medium IconButton" />
31
+ <IconButton key="large" id="sizes-large" icon={Robot} kind="secondary" size="large" aria-label="My large IconButton" />
32
+ </div>
33
+ ```
34
+
35
+ ## Active
36
+
37
+ ```tsx
38
+ <div style={{
39
+ display: "flex",
40
+ justifyContent: "space-evenly",
41
+ alignItems: "center",
42
+ width: "100%"
43
+ }}>
44
+ <IconButton id="active-primary" icon={Doc} kind="primary" aria-label="My small active IconButton" active />
45
+ <IconButton id="active-secondary" icon={Doc} kind="secondary" aria-label="My active medium IconButton" active />
46
+ <IconButton id="active-tertiary" icon={Doc} kind="tertiary" aria-label="My active large IconButton" active />
47
+ </div>
48
+ ```
49
+
50
+ ## Disabled
51
+
52
+ ```tsx
53
+ <div style={{
54
+ display: "flex",
55
+ justifyContent: "space-evenly",
56
+ alignItems: "center",
57
+ width: "100%"
58
+ }}>
59
+ <IconButton id="disabled-primary" icon={Doc} kind="primary" aria-label="My small disabled IconButton" disabled disabledReason="This function is not available" />
60
+ <IconButton id="disabled-secondary" icon={Doc} kind="secondary" aria-label="My disabled medium IconButton" disabled disabledReason="This function is not available" />
61
+ <IconButton id="disabled-tertiary" icon={Doc} kind="tertiary" aria-label="My disabled large IconButton" disabled disabledReason="This function is not available" />
62
+ </div>
63
+ ```
64
+
65
+ ## Icon button as toolbar button
66
+
67
+ ```tsx
68
+ <Box border rounded="medium" style={{
69
+ width: "50%"
70
+ }}>
71
+ <Flex direction="column" align="start">
72
+ <Flex gap="small" style={{
73
+ padding: "var(--sb-spacing-small)"
74
+ }}>
75
+ <Icon icon={Drag} />
76
+ <Text type="text1">Widget name</Text>
77
+ <IconButton id="toolbar-filter-button" icon={Filter} aria-label="Filter the widget by everything" size="small" />
78
+ </Flex>
79
+ <Divider withoutMargin />
80
+ <div style={{
81
+ height: "200px",
82
+ width: "100%",
83
+ backgroundColor: "var(--sb-primary-background-hover-color)"
84
+ }} />
85
+ </Flex>
86
+ </Box>
87
+ ```
88
+
89
+ ## Icon button as close button
90
+
91
+ ```tsx
92
+ <Flex gap="medium" style={{
93
+ width: "100%"
94
+ }}>
95
+ <Box border rounded="small" paddingX="large" style={{
96
+ width: "100%"
97
+ }}>
98
+ <Flex justify="start" gap="large" style={{
99
+ height: "94px"
100
+ }}>
101
+ <Flex direction="column" justify="center" style={{
102
+ color: "var(--sb-icon-color)"
103
+ }}>
104
+ <Icon icon={Item} size={40} />
105
+ <Text type="text1" id="monday-recycle-bin-title">
106
+ Item
107
+ </Text>
108
+ </Flex>
109
+ <Divider direction="vertical" />
110
+ <Avatar size="large" src={person1} type="img" />
111
+ <Flex direction="column" align="start" aria-labelledby="monday-recycle-bin-title" style={{
112
+ flexGrow: 1
113
+ }}>
114
+ <Flex gap="xs">
115
+ <Link withoutSpacing href="">
116
+ Hadas Farhi
117
+ </Link>
118
+ <span>deleted the item</span>
119
+ <Text type="text1" element="span" weight="medium">
120
+ Hello World
121
+ </Text>
122
+ <span>from the board</span>
123
+ </Flex>
124
+ <Text type="text1" element="span" weight="medium">
125
+ Tasks
126
+ </Text>
127
+ <Flex gap="xs">
128
+ <Icon icon={Time} />
129
+ <Text weight="medium">13m</Text>
130
+ <Text>(Available for restore in the next 1M)</Text>
131
+ </Flex>
132
+ </Flex>
133
+ <Button id="restore-button" aria-label="Restore deleted item">
134
+ Restore
135
+ </Button>
136
+ </Flex>
137
+ </Box>
138
+ <IconButton id="close-recycle-button" icon={CloseSmall} size="small" aria-label="Remove from Recycle bin" />
139
+ </Flex>
140
+ ```
141
+
@@ -0,0 +1,80 @@
1
+ # Storybook Code Examples
2
+
3
+ ## Overview
4
+
5
+ ```tsx
6
+ <Info {...args} />
7
+ ```
8
+
9
+ ## Directions
10
+
11
+ ```tsx
12
+ <Flex justify="center" align="center" style={{
13
+ minHeight: "400px",
14
+ width: "100%"
15
+ }}>
16
+ <Box style={{
17
+ display: "grid",
18
+ gridTemplateColumns: "1fr 1fr",
19
+ gridTemplateRows: "1fr 1fr",
20
+ gap: "var(--space-48)",
21
+ alignItems: "center",
22
+ justifyItems: "center"
23
+ }}>
24
+ <Flex direction="column" gap="medium" align="center">
25
+ <Text id="bottom-direction" align="center" type="text1" weight="medium" ellipsis={false}>
26
+ Bottom
27
+ </Text>
28
+ <Info id="bottom-direction-info-button" aria-labelledby="bottom-direction" title="Placement: Bottom" body="This dialog's direction is from the bottom" link={{
29
+ text: "Learn more about dialog direction",
30
+ href: "#"
31
+ }} position="bottom-start" />
32
+ </Flex>
33
+ <Flex direction="column" gap="medium" align="center">
34
+ <Text id="left-direction" align="center" type="text1" weight="medium" ellipsis={false}>
35
+ Left
36
+ </Text>
37
+ <Info id="left-direction-info-button" aria-labelledby="left-direction" title="Placement: Left" body="This dialog's direction is from the left" link={{
38
+ text: "Learn more about dialog direction",
39
+ href: "#"
40
+ }} position="left-start" />
41
+ </Flex>
42
+ <Flex direction="column" gap="medium" align="center">
43
+ <Text id="right-direction" align="center" type="text1" weight="medium" ellipsis={false}>
44
+ Right
45
+ </Text>
46
+ <Info id="right-direction-info-button" aria-labelledby="right-direction" title="Placement: Right" body="This dialog's direction is from the right" link={{
47
+ text: "Learn more about dialog direction",
48
+ href: "#"
49
+ }} position="right-start" />
50
+ </Flex>
51
+ <Flex direction="column" gap="medium" align="center">
52
+ <Text id="top-direction" align="center" type="text1" weight="medium" ellipsis={false}>
53
+ Top
54
+ </Text>
55
+ <Info id="top-direction-info-button" aria-labelledby="top-direction" title="Placement: Top" body="This dialog's direction is from the top" link={{
56
+ text: "Learn more about dialog direction",
57
+ href: "#"
58
+ }} position="top-start" />
59
+ </Flex>
60
+ </Box>
61
+ </Flex>
62
+ ```
63
+
64
+ ## WithCustomLink
65
+
66
+ ```tsx
67
+ <Info id="custom-link-info" aria-label="Information with external link" title="External link example" body="This info dialog contains a link that opens in a new tab." link={{
68
+ text: "Visit external site",
69
+ href: "https://www.example.com",
70
+ target: "_blank",
71
+ rel: "noopener noreferrer"
72
+ }} />
73
+ ```
74
+
75
+ ## Disabled
76
+
77
+ ```tsx
78
+ <Info id="disabled-info" aria-label="Disabled information" title="Disabled info" body="This info dialog is disabled and cannot be opened." disabled />
79
+ ```
80
+
@@ -0,0 +1,109 @@
1
+ # Storybook Code Examples
2
+
3
+ ## Kinds
4
+
5
+ ```tsx
6
+ <Flex style={{
7
+ marginLeft: "30px",
8
+ marginTop: "10px",
9
+ gap: "184px"
10
+ }}>
11
+ <Flex direction="column" align="start" gap="large">
12
+ <Label id="kinds-fill" text="New" />
13
+ <Text>Fill</Text>
14
+ </Flex>
15
+ <Flex direction="column" align="start" gap="large">
16
+ <Label id="kinds-outline" text="New" kind="line" />
17
+ <Text>Outline</Text>
18
+ </Flex>
19
+ </Flex>
20
+ ```
21
+
22
+ ## Sizes
23
+
24
+ ```tsx
25
+ <>
26
+ <Label id="sizes-medium" text="New" />
27
+ <Label id="sizes-small" text="New" size="small" />
28
+ </>
29
+ ```
30
+
31
+ ## Colors
32
+
33
+ ```tsx
34
+ <>
35
+ <Label id="colors-default-fill" text="New" />
36
+ <Label id="colors-negative-fill" text="New" color="negative" />
37
+ <Label id="colors-positive-fill" text="New" color="positive" />
38
+ <Label id="colors-dark-fill" text="New" color="dark" />
39
+ <Label id="colors-default-line" text="New" kind="line" />
40
+ <Label id="colors-negative-line" text="New" color="negative" kind="line" />
41
+ <Label id="colors-positive-line" text="New" color="positive" kind="line" />
42
+ <Label id="colors-dark-line" text="New" color="dark" kind="line" />
43
+ </>
44
+ ```
45
+
46
+ ## Clickable
47
+
48
+ ```tsx
49
+ <>
50
+ <Label id="clickable-fill" aria-label="Clickable new feature label" text="New" onClick={() => {}} />
51
+ <Label id="clickable-line" aria-label="Clickable new feature label" text="New" kind="line" onClick={() => {}} />
52
+ </>
53
+ ```
54
+
55
+ ## Secondary label
56
+
57
+ ```tsx
58
+ <Flex direction="column" gap="large">
59
+ <Box style={{
60
+ width: "300px"
61
+ }}>
62
+ <Flex align="center" gap="small">
63
+ <Heading id="gantt-heading" type="h3">
64
+ Gannt
65
+ </Heading>
66
+ <Label id="gantt-label" text="New" kind="line" />
67
+ </Flex>
68
+ <Text element="p" type="text1">
69
+ Plan, track and present your projects visually using the Gannt chart
70
+ </Text>
71
+ </Box>
72
+ <Box style={{
73
+ width: "300px",
74
+ marginTop: "8px"
75
+ }}>
76
+ <Flex align="center" gap="small">
77
+ <Heading id="apps-heading" type="h3" style={{
78
+ display: "inline"
79
+ }}>
80
+ Apps
81
+ </Heading>
82
+ <Label id="apps-label" text="New" kind="line" />
83
+ </Flex>
84
+ <Text element="p" type="text1" style={{
85
+ marginTop: "8px"
86
+ }}>
87
+ Enhance your dashboard with widgets built on the monday apps framework
88
+ </Text>
89
+ </Box>
90
+ </Flex>
91
+ ```
92
+
93
+ ## Celebration
94
+
95
+ ```tsx
96
+ const [animate, setAnimate] = useState(false);
97
+ useEffect(() => {
98
+ setTimeout(() => {
99
+ setAnimate(false);
100
+ }, 500);
101
+ }, [animate]);
102
+ return <>
103
+ <Label id="celebration-label" text="New" kind="line" celebrationAnimation={animate} />
104
+ <Button id="celebration-button" aria-label="Trigger celebration animation" size="small" kind="tertiary" onClick={() => setAnimate(true)}>
105
+ Click to celebrate
106
+ </Button>
107
+ </>;
108
+ ```
109
+
@@ -0,0 +1,52 @@
1
+ # Storybook Code Examples
2
+
3
+ ## Overview
4
+
5
+ ```tsx
6
+ <Link id="overview-link" text="Read more" href="https://www.monday.com" {...args} />
7
+ ```
8
+
9
+ ## States
10
+
11
+ ```tsx
12
+ <Link id="states-default" text="Default" href="https://www.monday.com" />
13
+ ```
14
+
15
+ ## RightToLeft
16
+
17
+ ```tsx
18
+ <>
19
+ <Link id="rtl-arabic" text="اقرأ أكثر" href="https://www.monday.com" icon={IconLink} />
20
+ <Link id="rtl-hebrew" text="קרא עוד" href="https://www.monday.com" iconPosition="end" icon={Info} />
21
+ </>
22
+ ```
23
+
24
+ ## WithIcons
25
+
26
+ ```tsx
27
+ <>
28
+ <Link id="icon-start" text="Read more" href="https://www.monday.com" icon={ExternalPage} />
29
+ <Link id="icon-end" text="Read more" href="https://www.monday.com" iconPosition="end" icon={ExternalPage} />
30
+ </>
31
+ ```
32
+
33
+ ## ReferenceLink
34
+
35
+ ```tsx
36
+ <div>
37
+ {`Lorem Ipsum has been the industry's `}
38
+ <Link id="reference-link" inlineText inheritFontSize text="standard" href="https://www.monday.com" />
39
+ {` dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.`}
40
+ </div>
41
+ ```
42
+
43
+ ## ShorteningTexts
44
+
45
+ ```tsx
46
+ <div>
47
+ {`Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a
48
+ galley of type and scrambled it to make a type specimen book. `}
49
+ <Link id="shortening-link" text="Read more" href="https://www.monday.com" inheritFontSize inlineText />
50
+ </div>
51
+ ```
52
+