buckaroo-js-core 0.14.7 → 0.14.8

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.
@@ -0,0 +1,18 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { DFViewer } from '../components/DFViewerParts/DFViewerInfinite';
3
+ /**
4
+ * Direct `<DFViewer>` consumer pattern — no wrapper component, no hooks
5
+ * in a `render` function. `meta.component` is `DFViewer` itself and each
6
+ * story passes prop values via `args:`, so Storybook's "Show code" view
7
+ * displays the actual JSX an `npm install buckaroo-js-core` consumer
8
+ * would paste into their React app (literal `df_data` array, literal
9
+ * `df_viewer_config` object), not a `render()` arrow function.
10
+ *
11
+ * A `decorators` entry wraps the rendered output in a sized container —
12
+ * decorators are not part of the "Show code" output, so they keep the
13
+ * story functional without obscuring the consumer-facing API.
14
+ */
15
+ declare const meta: Meta<typeof DFViewer>;
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+ export declare const Primary: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buckaroo-js-core",
3
- "version": "0.14.7",
3
+ "version": "0.14.8",
4
4
  "description": "React + AG-Grid components and infinite-scroll data layer that power the Buckaroo DataFrame viewer.",
5
5
  "keywords": [
6
6
  "buckaroo",