@dt-dds/react-pagination 1.0.0-beta.32 → 1.0.0-beta.34
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 +24 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @dt-ui/react-pagination
|
|
2
2
|
|
|
3
|
+
## 1.0.0-beta.34
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(config): update ESLint, TS, and Storybook config
|
|
8
|
+
- fix(icon-button): add missing @dt-dds/react-icon devDependency
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @dt-dds/react-core@1.0.0-beta.52
|
|
12
|
+
- @dt-dds/react-icon@1.0.0-beta.55
|
|
13
|
+
- @dt-dds/react-typography@1.0.0-beta.43
|
|
14
|
+
- @dt-dds/themes@1.0.0-beta.10
|
|
15
|
+
|
|
16
|
+
## 1.0.0-beta.33
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- feat: avatar interactivity via icon-button
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @dt-dds/react-icon@1.0.0-beta.54
|
|
26
|
+
|
|
3
27
|
## 1.0.0-beta.32
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CustomTheme } from '@dt-dds/themes';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import { BaseProps } from '@dt-dds/react-core';
|
|
4
3
|
import React$1 from 'react';
|
|
4
|
+
import { BaseProps } from '@dt-dds/react-core';
|
|
5
5
|
|
|
6
6
|
interface ContentProps {
|
|
7
7
|
totalPages: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CustomTheme } from '@dt-dds/themes';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import { BaseProps } from '@dt-dds/react-core';
|
|
4
3
|
import React$1 from 'react';
|
|
4
|
+
import { BaseProps } from '@dt-dds/react-core';
|
|
5
5
|
|
|
6
6
|
interface ContentProps {
|
|
7
7
|
totalPages: number;
|
package/dist/index.js
CHANGED
|
@@ -37,10 +37,10 @@ __export(index_exports, {
|
|
|
37
37
|
module.exports = __toCommonJS(index_exports);
|
|
38
38
|
|
|
39
39
|
// src/Pagination.tsx
|
|
40
|
+
var import_react = require("react");
|
|
40
41
|
var import_react_core = require("@dt-dds/react-core");
|
|
41
42
|
var import_react_icon = require("@dt-dds/react-icon");
|
|
42
43
|
var import_react_typography = require("@dt-dds/react-typography");
|
|
43
|
-
var import_react = require("react");
|
|
44
44
|
|
|
45
45
|
// src/Pagination.styled.ts
|
|
46
46
|
var import_styled = __toESM(require("@emotion/styled"));
|
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// src/Pagination.tsx
|
|
2
|
+
import { useEffect, useMemo, useState } from "react";
|
|
2
3
|
import { debounce } from "@dt-dds/react-core";
|
|
3
4
|
import { Icon } from "@dt-dds/react-icon";
|
|
4
5
|
import { Typography } from "@dt-dds/react-typography";
|
|
5
|
-
import { useEffect, useMemo, useState } from "react";
|
|
6
6
|
|
|
7
7
|
// src/Pagination.styled.ts
|
|
8
8
|
import styled from "@emotion/styled";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dt-dds/react-pagination",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.34",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js"
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"test:update:snapshot": "jest -u"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@dt-dds/react-core": "1.0.0-beta.
|
|
24
|
-
"@dt-dds/react-typography": "1.0.0-beta.
|
|
25
|
-
"@dt-dds/react-icon": "1.0.0-beta.
|
|
26
|
-
"@dt-dds/themes": "1.0.0-beta.
|
|
23
|
+
"@dt-dds/react-core": "1.0.0-beta.52",
|
|
24
|
+
"@dt-dds/react-typography": "1.0.0-beta.43",
|
|
25
|
+
"@dt-dds/react-icon": "1.0.0-beta.55",
|
|
26
|
+
"@dt-dds/themes": "1.0.0-beta.10"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/core": "^7.22.9",
|