@dt-dds/react-form 1.0.0-beta.54 → 1.0.0-beta.56
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/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @dt-ui/react-form
|
|
2
2
|
|
|
3
|
+
## 1.0.0-beta.56
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: update to ESLint 10
|
|
8
|
+
- chore: update to ESLint 9
|
|
9
|
+
- fix: default icon type in themes
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @dt-dds/react-core@1.0.0-beta.60
|
|
14
|
+
- @dt-dds/react-tooltip@1.0.0-beta.70
|
|
15
|
+
- @dt-dds/react-icon@1.0.0-beta.64
|
|
16
|
+
- @dt-dds/react-typography@1.0.0-beta.51
|
|
17
|
+
- @dt-dds/themes@1.0.0-beta.15
|
|
18
|
+
|
|
19
|
+
## 1.0.0-beta.55
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- fix: add displayName to Icon and IconButton for production builds
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @dt-dds/react-icon@1.0.0-beta.63
|
|
26
|
+
|
|
3
27
|
## 1.0.0-beta.54
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CustomTheme } from '@dt-dds/themes';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import {
|
|
3
|
+
import { FormEvent, ReactNode } from 'react';
|
|
4
4
|
import { BaseProps } from '@dt-dds/react-core';
|
|
5
5
|
|
|
6
6
|
interface GroupProps extends BaseProps {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CustomTheme } from '@dt-dds/themes';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import {
|
|
3
|
+
import { FormEvent, ReactNode } from 'react';
|
|
4
4
|
import { BaseProps } from '@dt-dds/react-core';
|
|
5
5
|
|
|
6
6
|
interface GroupProps extends BaseProps {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dt-dds/react-form",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.56",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js"
|
|
@@ -20,18 +20,18 @@
|
|
|
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-tooltip": "1.0.0-beta.
|
|
25
|
-
"@dt-dds/react-typography": "1.0.0-beta.
|
|
26
|
-
"@dt-dds/react-icon": "1.0.0-beta.
|
|
27
|
-
"@dt-dds/themes": "1.0.0-beta.
|
|
23
|
+
"@dt-dds/react-core": "1.0.0-beta.60",
|
|
24
|
+
"@dt-dds/react-tooltip": "1.0.0-beta.70",
|
|
25
|
+
"@dt-dds/react-typography": "1.0.0-beta.51",
|
|
26
|
+
"@dt-dds/react-icon": "1.0.0-beta.64",
|
|
27
|
+
"@dt-dds/themes": "1.0.0-beta.15"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@babel/core": "^7.22.9",
|
|
31
31
|
"@babel/preset-env": "^7.22.9",
|
|
32
32
|
"@babel/preset-react": "^7.22.5",
|
|
33
33
|
"@babel/preset-typescript": "^7.23.3",
|
|
34
|
-
"@dt-dds/react-text-field": "1.0.0-beta.
|
|
34
|
+
"@dt-dds/react-text-field": "1.0.0-beta.122",
|
|
35
35
|
"@emotion/babel-plugin": "^11.11.0",
|
|
36
36
|
"@emotion/css": "^11.7.1",
|
|
37
37
|
"@emotion/jest": "^11.10.0",
|