@delightui/components 0.1.53 → 0.1.55
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/dist/cjs/components/molecules/Pagination/Pagination.d.ts +2 -1
- package/dist/cjs/components/molecules/PaginationNumberField/PaginationNumberField.d.ts +2 -1
- package/dist/cjs/library.css +2 -2
- package/dist/cjs/library.js +1 -1
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/components/molecules/Pagination/Pagination.d.ts +2 -1
- package/dist/esm/components/molecules/PaginationNumberField/PaginationNumberField.d.ts +2 -1
- package/dist/esm/library.css +2 -2
- package/dist/esm/library.js +1 -1
- package/dist/esm/library.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { PaginationNumberFieldProps } from './PaginationNumberField.types';
|
|
2
|
-
declare const PaginationNumberField: (props: PaginationNumberFieldProps) =>
|
|
3
|
+
declare const PaginationNumberField: (props: PaginationNumberFieldProps) => React.JSX.Element;
|
|
3
4
|
export default PaginationNumberField;
|
package/dist/esm/library.css
CHANGED
|
@@ -22798,8 +22798,8 @@ span.flatpickr-weekday {
|
|
|
22798
22798
|
--pagination-border-left-width: 1px;
|
|
22799
22799
|
--pagination-padding-left: var(--spacing-space-3);
|
|
22800
22800
|
--pagination-padding-right: var(--spacing-space-3);
|
|
22801
|
-
--pagination-padding-top:
|
|
22802
|
-
--pagination-padding-bottom:
|
|
22801
|
+
--pagination-padding-top: 0px;
|
|
22802
|
+
--pagination-padding-bottom: 0px;
|
|
22803
22803
|
--pagination-row-gap: var(--spacing-space-5);
|
|
22804
22804
|
--pagination-column-gap: var(--spacing-space-5);
|
|
22805
22805
|
--pagination-font-family: var(--font-family-body);
|