@zendeskgarden/react-pagination 9.1.2 → 9.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/dist/esm/styled/CursorPagination/StyledCursor.js +1 -1
- package/dist/esm/styled/CursorPagination/StyledCursorPagination.js +1 -1
- package/dist/esm/styled/OffsetPagination/StyledGapListItem.js +1 -1
- package/dist/esm/styled/OffsetPagination/StyledList.js +1 -1
- package/dist/esm/styled/OffsetPagination/StyledListItem.js +1 -1
- package/dist/esm/styled/OffsetPagination/StyledNav.js +1 -1
- package/dist/esm/styled/OffsetPagination/StyledNavigation.js +1 -1
- package/dist/esm/styled/OffsetPagination/StyledPage.js +1 -1
- package/dist/esm/styled/OffsetPagination/StyledPageBase.js +1 -1
- package/dist/index.cjs.js +9 -9
- package/dist/typings/styled/CursorPagination/StyledCursor.d.ts +5 -5
- package/dist/typings/styled/CursorPagination/StyledCursorPagination.d.ts +3 -4
- package/dist/typings/styled/CursorPagination/StyledIcon.d.ts +1 -2
- package/dist/typings/styled/OffsetPagination/StyledGapListItem.d.ts +5 -8
- package/dist/typings/styled/OffsetPagination/StyledList.d.ts +3 -5
- package/dist/typings/styled/OffsetPagination/StyledListItem.d.ts +3 -4
- package/dist/typings/styled/OffsetPagination/StyledNav.d.ts +3 -4
- package/dist/typings/styled/OffsetPagination/StyledNavigation.d.ts +9 -10
- package/dist/typings/styled/OffsetPagination/StyledPage.d.ts +5 -8
- package/dist/typings/styled/OffsetPagination/StyledPageBase.d.ts +3 -5
- package/package.json +4 -4
|
@@ -11,7 +11,7 @@ import { StyledPageBase } from '../OffsetPagination/StyledPageBase.js';
|
|
|
11
11
|
const COMPONENT_ID = 'cursor_pagination.cursor';
|
|
12
12
|
const StyledCursor = styled(StyledPageBase).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.
|
|
14
|
+
'data-garden-version': '9.3.0',
|
|
15
15
|
as: 'button'
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledCursor",
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'cursor_pagination';
|
|
11
11
|
const StyledCursorPagination = styled.nav.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.3.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledCursorPagination",
|
|
16
16
|
componentId: "sc-qmfecg-0"
|
|
@@ -29,7 +29,7 @@ const colorStyles = _ref => {
|
|
|
29
29
|
};
|
|
30
30
|
const StyledGapListItem = styled(StyledListItem).attrs({
|
|
31
31
|
'data-garden-id': COMPONENT_ID,
|
|
32
|
-
'data-garden-version': '9.
|
|
32
|
+
'data-garden-version': '9.3.0'
|
|
33
33
|
}).withConfig({
|
|
34
34
|
displayName: "StyledGapListItem",
|
|
35
35
|
componentId: "sc-10wd0iz-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'pagination.list_item';
|
|
11
11
|
const StyledListItem = styled.li.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.3.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledListItem",
|
|
16
16
|
componentId: "sc-16j4sju-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'pagination.pagination_view';
|
|
11
11
|
const StyledNav = styled.nav.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.3.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledNav",
|
|
16
16
|
componentId: "sc-ppnpkw-0"
|
|
@@ -11,7 +11,7 @@ import { StyledPage } from './StyledPage.js';
|
|
|
11
11
|
const COMPONENT_ID = 'pagination.navigation';
|
|
12
12
|
const StyledNavigation = styled(StyledPage).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.
|
|
14
|
+
'data-garden-version': '9.3.0'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledNavigation",
|
|
17
17
|
componentId: "sc-1lpl8pp-0"
|
|
@@ -15,7 +15,7 @@ const sizeStyles = props => {
|
|
|
15
15
|
};
|
|
16
16
|
const StyledPage = styled(StyledPageBase).attrs({
|
|
17
17
|
'data-garden-id': COMPONENT_ID,
|
|
18
|
-
'data-garden-version': '9.
|
|
18
|
+
'data-garden-version': '9.3.0'
|
|
19
19
|
}).withConfig({
|
|
20
20
|
displayName: "StyledPage",
|
|
21
21
|
componentId: "sc-sxjfwy-0"
|
|
@@ -81,7 +81,7 @@ const sizeStyles = props => {
|
|
|
81
81
|
};
|
|
82
82
|
const StyledPageBase = styled.button.attrs({
|
|
83
83
|
'data-garden-id': COMPONENT_ID,
|
|
84
|
-
'data-garden-version': '9.
|
|
84
|
+
'data-garden-version': '9.3.0'
|
|
85
85
|
}).withConfig({
|
|
86
86
|
displayName: "StyledPageBase",
|
|
87
87
|
componentId: "sc-ttwj4u-0"
|
package/dist/index.cjs.js
CHANGED
|
@@ -49,7 +49,7 @@ const colorStyles$2 = _ref => {
|
|
|
49
49
|
};
|
|
50
50
|
const StyledList = styled__default.default.ul.attrs({
|
|
51
51
|
'data-garden-id': COMPONENT_ID$8,
|
|
52
|
-
'data-garden-version': '9.
|
|
52
|
+
'data-garden-version': '9.3.0'
|
|
53
53
|
}).withConfig({
|
|
54
54
|
displayName: "StyledList",
|
|
55
55
|
componentId: "sc-1uz2jxo-0"
|
|
@@ -58,7 +58,7 @@ const StyledList = styled__default.default.ul.attrs({
|
|
|
58
58
|
const COMPONENT_ID$7 = 'pagination.list_item';
|
|
59
59
|
const StyledListItem = styled__default.default.li.attrs({
|
|
60
60
|
'data-garden-id': COMPONENT_ID$7,
|
|
61
|
-
'data-garden-version': '9.
|
|
61
|
+
'data-garden-version': '9.3.0'
|
|
62
62
|
}).withConfig({
|
|
63
63
|
displayName: "StyledListItem",
|
|
64
64
|
componentId: "sc-16j4sju-0"
|
|
@@ -138,7 +138,7 @@ const sizeStyles$2 = props => {
|
|
|
138
138
|
};
|
|
139
139
|
const StyledPageBase = styled__default.default.button.attrs({
|
|
140
140
|
'data-garden-id': COMPONENT_ID$6,
|
|
141
|
-
'data-garden-version': '9.
|
|
141
|
+
'data-garden-version': '9.3.0'
|
|
142
142
|
}).withConfig({
|
|
143
143
|
displayName: "StyledPageBase",
|
|
144
144
|
componentId: "sc-ttwj4u-0"
|
|
@@ -151,7 +151,7 @@ const sizeStyles$1 = props => {
|
|
|
151
151
|
};
|
|
152
152
|
const StyledPage = styled__default.default(StyledPageBase).attrs({
|
|
153
153
|
'data-garden-id': COMPONENT_ID$5,
|
|
154
|
-
'data-garden-version': '9.
|
|
154
|
+
'data-garden-version': '9.3.0'
|
|
155
155
|
}).withConfig({
|
|
156
156
|
displayName: "StyledPage",
|
|
157
157
|
componentId: "sc-sxjfwy-0"
|
|
@@ -160,7 +160,7 @@ const StyledPage = styled__default.default(StyledPageBase).attrs({
|
|
|
160
160
|
const COMPONENT_ID$4 = 'cursor_pagination';
|
|
161
161
|
const StyledCursorPagination = styled__default.default.nav.attrs({
|
|
162
162
|
'data-garden-id': COMPONENT_ID$4,
|
|
163
|
-
'data-garden-version': '9.
|
|
163
|
+
'data-garden-version': '9.3.0'
|
|
164
164
|
}).withConfig({
|
|
165
165
|
displayName: "StyledCursorPagination",
|
|
166
166
|
componentId: "sc-qmfecg-0"
|
|
@@ -169,7 +169,7 @@ const StyledCursorPagination = styled__default.default.nav.attrs({
|
|
|
169
169
|
const COMPONENT_ID$3 = 'cursor_pagination.cursor';
|
|
170
170
|
const StyledCursor = styled__default.default(StyledPageBase).attrs({
|
|
171
171
|
'data-garden-id': COMPONENT_ID$3,
|
|
172
|
-
'data-garden-version': '9.
|
|
172
|
+
'data-garden-version': '9.3.0',
|
|
173
173
|
as: 'button'
|
|
174
174
|
}).withConfig({
|
|
175
175
|
displayName: "StyledCursor",
|
|
@@ -212,7 +212,7 @@ const colorStyles = _ref => {
|
|
|
212
212
|
};
|
|
213
213
|
const StyledGapListItem = styled__default.default(StyledListItem).attrs({
|
|
214
214
|
'data-garden-id': COMPONENT_ID$2,
|
|
215
|
-
'data-garden-version': '9.
|
|
215
|
+
'data-garden-version': '9.3.0'
|
|
216
216
|
}).withConfig({
|
|
217
217
|
displayName: "StyledGapListItem",
|
|
218
218
|
componentId: "sc-10wd0iz-0"
|
|
@@ -221,7 +221,7 @@ const StyledGapListItem = styled__default.default(StyledListItem).attrs({
|
|
|
221
221
|
const COMPONENT_ID$1 = 'pagination.navigation';
|
|
222
222
|
const StyledNavigation = styled__default.default(StyledPage).attrs({
|
|
223
223
|
'data-garden-id': COMPONENT_ID$1,
|
|
224
|
-
'data-garden-version': '9.
|
|
224
|
+
'data-garden-version': '9.3.0'
|
|
225
225
|
}).withConfig({
|
|
226
226
|
displayName: "StyledNavigation",
|
|
227
227
|
componentId: "sc-1lpl8pp-0"
|
|
@@ -230,7 +230,7 @@ const StyledNavigation = styled__default.default(StyledPage).attrs({
|
|
|
230
230
|
const COMPONENT_ID = 'pagination.pagination_view';
|
|
231
231
|
const StyledNav = styled__default.default.nav.attrs({
|
|
232
232
|
'data-garden-id': COMPONENT_ID,
|
|
233
|
-
'data-garden-version': '9.
|
|
233
|
+
'data-garden-version': '9.3.0'
|
|
234
234
|
}).withConfig({
|
|
235
235
|
displayName: "StyledNav",
|
|
236
236
|
componentId: "sc-ppnpkw-0"
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
/**
|
|
8
8
|
* 1. Reset CSS from <button>.
|
|
9
9
|
*/
|
|
10
|
-
export declare const StyledCursor: import("styled-components").
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
10
|
+
export declare const StyledCursor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
12
|
+
}, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
14
|
+
}>, never>, never>> & string;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledCursorPagination: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledCursorPagination: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
export interface IStyledIcon {
|
|
9
8
|
$type: 'first' | 'next' | 'previous' | 'last';
|
|
10
9
|
}
|
|
11
|
-
export declare const StyledIcon: import("styled-components").
|
|
10
|
+
export declare const StyledIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("@zendeskgarden/react-theming").IStyledBaseIconProps, never>, IStyledIcon>> & string;
|
|
@@ -4,11 +4,8 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
} &
|
|
12
|
-
'data-garden-id': string;
|
|
13
|
-
'data-garden-version': string;
|
|
14
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledGapListItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
9
|
+
}>, never>, never>, import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
10
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
11
|
+
}>, never>, never>>, never>, never>> & string;
|
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
/**
|
|
9
8
|
* 1. List reset.
|
|
10
9
|
* 2. Text truncation.
|
|
11
10
|
*/
|
|
12
|
-
export declare const StyledList: import("styled-components").
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
11
|
+
export declare const StyledList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLUListElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLUListElement> | null | undefined;
|
|
13
|
+
}>, never>, never>> & string;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledListItem: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledListItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledNav: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledNav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledNavigation: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
} & {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledNavigation: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
9
|
+
}>, never>, never>, import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
10
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
11
|
+
}>, never>, never>>, never>, never>, import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
13
|
+
}>, never>, never>, import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
14
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
15
|
+
}>, never>, never>>, never>, never>>, never>, never>> & string;
|
|
@@ -4,11 +4,8 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
} &
|
|
12
|
-
'data-garden-id': string;
|
|
13
|
-
'data-garden-version': string;
|
|
14
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledPage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
9
|
+
}>, never>, never>, import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
10
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
11
|
+
}>, never>, never>>, never>, never>> & string;
|
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
/**
|
|
9
8
|
* 1. <button> override.
|
|
10
9
|
* 2. Remove dotted outline from Firefox on focus.
|
|
11
10
|
*/
|
|
12
|
-
export declare const StyledPageBase: import("styled-components").
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
11
|
+
export declare const StyledPageBase: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
13
|
+
}>, never>, never>> & string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zendeskgarden/react-pagination",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"description": "Components relating to pagination in the Garden Design System",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Zendesk Garden <garden@zendesk.com>",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@zendeskgarden/react-theming": ">=9.0.0",
|
|
30
30
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
31
31
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
32
|
-
"styled-components": "^5.3.1"
|
|
32
|
+
"styled-components": "^5.3.1 || ^6.0.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@zendeskgarden/react-theming": "^9.
|
|
35
|
+
"@zendeskgarden/react-theming": "^9.3.0",
|
|
36
36
|
"@zendeskgarden/svg-icons": "7.3.0"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
47
|
"zendeskgarden:src": "src/index.ts",
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "fa6461e0d9fae27956980056006e8013daedc6b9"
|
|
49
49
|
}
|