@dt-dds/react-empty-state 1.0.0-beta.106 → 1.0.0-beta.108
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 +21 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @dt-ui/react-empty-state
|
|
2
2
|
|
|
3
|
+
## 1.0.0-beta.108
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @dt-dds/react-button@1.0.0-beta.88
|
|
8
|
+
- @dt-dds/react-link@1.0.0-beta.65
|
|
9
|
+
|
|
10
|
+
## 1.0.0-beta.107
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- fix(config): update ESLint, TS, and Storybook config
|
|
15
|
+
- fix(icon-button): add missing @dt-dds/react-icon devDependency
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @dt-dds/react-button@1.0.0-beta.87
|
|
19
|
+
- @dt-dds/react-core@1.0.0-beta.52
|
|
20
|
+
- @dt-dds/react-link@1.0.0-beta.64
|
|
21
|
+
- @dt-dds/react-typography@1.0.0-beta.43
|
|
22
|
+
- @dt-dds/themes@1.0.0-beta.10
|
|
23
|
+
|
|
3
24
|
## 1.0.0-beta.106
|
|
4
25
|
|
|
5
26
|
### Patch 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 { ReactNode } from 'react';
|
|
4
|
+
import { BaseProps } from '@dt-dds/react-core';
|
|
5
5
|
|
|
6
6
|
interface EmptyStateContentProps extends Omit<BaseProps, 'children'> {
|
|
7
7
|
title: string;
|
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 { ReactNode } from 'react';
|
|
4
|
+
import { BaseProps } from '@dt-dds/react-core';
|
|
5
5
|
|
|
6
6
|
interface EmptyStateContentProps extends Omit<BaseProps, 'children'> {
|
|
7
7
|
title: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dt-dds/react-empty-state",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.108",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js"
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"test:update:snapshot": "jest -u"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@dt-dds/react-button": "1.0.0-beta.
|
|
24
|
-
"@dt-dds/react-core": "1.0.0-beta.
|
|
25
|
-
"@dt-dds/react-typography": "1.0.0-beta.
|
|
26
|
-
"@dt-dds/themes": "1.0.0-beta.
|
|
27
|
-
"@dt-dds/react-link": "1.0.0-beta.
|
|
23
|
+
"@dt-dds/react-button": "1.0.0-beta.88",
|
|
24
|
+
"@dt-dds/react-core": "1.0.0-beta.52",
|
|
25
|
+
"@dt-dds/react-typography": "1.0.0-beta.43",
|
|
26
|
+
"@dt-dds/themes": "1.0.0-beta.10",
|
|
27
|
+
"@dt-dds/react-link": "1.0.0-beta.65"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@babel/core": "^7.22.9",
|