@croquiscom/pds 13.2.0 → 13.3.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.
- package/CHANGELOG.md +6 -0
- package/dist/components/table/DataTable.d.ts +2 -2
- package/dist/components/table/DataTable.stories.d.ts +1 -1
- package/dist/components/table/constants.d.ts +1 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -18,7 +18,7 @@ export declare const CustomNoDataPadding: Story;
|
|
|
18
18
|
export declare const ColumnGroup: Story;
|
|
19
19
|
export declare const CellSpan: Story;
|
|
20
20
|
export declare const ColumnFixed: Story;
|
|
21
|
-
export declare const
|
|
21
|
+
export declare const DisabledStickyHeader: Story;
|
|
22
22
|
export declare const Scroll: Story;
|
|
23
23
|
export declare const Selection: Story;
|
|
24
24
|
export declare const ClickableSelection: Story;
|