@croquiscom/pds 13.2.0 → 13.4.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 +12 -0
- package/assets/icons/Sort.svg +3 -3
- 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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/assets/icons/Sort.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<path d="M12 4.5L16.5 10.5H7.5L12 4.5Z"
|
|
3
|
-
<path d="M12 19.5L7.5 13.5L16.5 13.5L12 19.5Z"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" height="24" width="24">
|
|
2
|
+
<path fill="#292B2B" d="M12 4.5L16.5 10.5H7.5L12 4.5Z"></path>
|
|
3
|
+
<path fill="#B3BABD" d="M12 19.5L7.5 13.5L16.5 13.5L12 19.5Z"></path>
|
|
4
4
|
</svg>
|
|
@@ -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;
|