- Updated dependencies [22b1506]
- @datum-cloud/datum-ui@1.3.2
- Updated dependencies [f760a10]
- @datum-cloud/datum-ui@1.3.1
- Updated dependencies [a2466e4]
- Updated dependencies [a2466e4]
- @datum-cloud/datum-ui@1.3.0
- Updated dependencies [eb8bb48]
- @datum-cloud/datum-ui@1.2.0
- Updated dependencies [36b0835]
- Updated dependencies [36b0835]
- @datum-cloud/datum-ui@1.1.0
- e28bc85: Fix docs dark mode. The component preview on a docs page now gets a dark
background in dark mode (matching the dark-rendered component), while the rest
of the docs chrome stays light. Removes the custom docs
DocsContainer, which threw a "combining Storybook hooks with framework hooks" runtime error and themed the whole docs page (clashing with the light prose and tables).
-
dfea323: Consolidate all documentation into Storybook and remove the standalone fumadocs app.
Storybook is now the single documentation surface:
- Component usage docs (prose + examples) migrated into each story via
parameters.docs.descriptionand example stories. - MDX guide pages: Introduction, Installation, Theming, Providers, and the Picker migration guide.
- Hook docs with live demos:
useCopyToClipboard,useDebounce. - New stories for previously undocumented components:
StatCard,Combobox,Sidebar. - Docs pages follow dark mode via a theme-aware
DocsContainer.
BREAKING CHANGE: the fumadocs app (
apps/docs) has been removed. - Component usage docs (prose + examples) migrated into each story via
- Updated dependencies [fc4f1d8]
- @datum-cloud/datum-ui@1.0.0
- Updated dependencies [f0495ef]
- @datum-cloud/datum-ui@0.10.2
- Updated dependencies [3d0c7b9]
- @datum-cloud/datum-ui@0.10.1
- Updated dependencies [93b48e7]
- @datum-cloud/datum-ui@0.10.0
- Updated dependencies [3a389c4]
- Updated dependencies [3a389c4]
- Updated dependencies [3a389c4]
- Updated dependencies [f28c2fc]
- Updated dependencies [f28c2fc]
- @datum-cloud/datum-ui@0.9.0
- Updated dependencies [abd07f0]
- Updated dependencies [abd07f0]
- Updated dependencies [45e1024]
- @datum-cloud/datum-ui@0.8.1
- Updated dependencies [8f3aec8]
- @datum-cloud/datum-ui@0.8.0
-
f9b4cb4: Cover the components and props synced from cloud-portal in
@datum-cloud/datum-ui@0.7.Added stories
base/mobile-sheet— Default, WithDescription, NoFooterbase/responsive-dropdown— Default menu, WithCustomContent. Children use plain buttons because RadixDropdownMenuItemrequires aDropdownMenucontext that only exists on the desktop branch ofResponsiveDropdown.features/rich-text-editor— Editor + ReadOnly (RichTextContent)features/form-dialog—showHeaderClosetogglebase/responsive-popover— Default, ResponsiveFalsefeatures/multi-select— Default, WithPresetSelection
Enhanced stories
features/tag-input— new variants coveringdelimiters,normalizer,validator, and auto-confirm-on-blurfeatures/page-title—LongDescriptionvariant showing the newmax-w-2xlconstraintbase/tooltip— docs note describing the new mobile long-press behavior
Styling
stories/storybook.cssopts into@datum-cloud/datum-ui/styles/canelaso thefont-titleutility renders Canela instead of the system-sans fallback.
-
Updated dependencies [f9b4cb4]
- @datum-cloud/datum-ui@0.7.0
-
48e2240: Bump Rsbuild toolchain to latest patches and update the shared publish workflow action.
@rsbuild/core:^1→^1.7.5@rsbuild/plugin-react:^1→^1.4.6datum-cloud/actionsreusable workflows:v1.13.1→v1.13.2
-
Updated dependencies [48e2240]
- @datum-cloud/datum-ui@0.6.1
- 2441eef: test production release flow with GIT_PAT
- a397fee: Transforms the Storybook setup from a basic development tool into a production-quality component documentation and exploration platform for both internal developers and external npm consumers.