@netu-si/netu-react-dsf-components 1.0.35 → 2.0.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/cjs/components/DSFFileUpload/DSFFileUpload.d.ts +1 -0
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/DSFFileUpload/DSFFileUpload.d.ts +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/package.json +48 -48
package/dist/index.d.ts
CHANGED
|
@@ -514,6 +514,7 @@ interface DSFFileUploadProps extends React.InputHTMLAttributes<HTMLInputElement>
|
|
|
514
514
|
acceptedFormats?: string;
|
|
515
515
|
name?: string;
|
|
516
516
|
isTitle?: boolean;
|
|
517
|
+
hideInput?: boolean;
|
|
517
518
|
onChange?: React.ChangeEventHandler<HTMLInputElement>;
|
|
518
519
|
}
|
|
519
520
|
declare const DSFFileUpload: ForwardRefExoticComponent<DSFFileUploadProps & RefAttributes<HTMLInputElement>>;
|
|
@@ -651,4 +652,5 @@ declare const DSFDatePicker: {
|
|
|
651
652
|
displayName: string;
|
|
652
653
|
};
|
|
653
654
|
|
|
654
|
-
export { DSFBackLink, DSFBeforeMainContainer, DSFBodyEndContainer, DSFBodyStartContainer, DSFButton, DSFCheckbox, DSFCookies$1 as DSFCookies, DSFCookies as DSFCookiesV3, DSFDateInput,
|
|
655
|
+
export { DSFBackLink, DSFBeforeMainContainer, DSFBodyEndContainer, DSFBodyStartContainer, DSFButton, DSFCheckbox, DSFCookies$1 as DSFCookies, DSFCookies as DSFCookiesV3, DSFDateInput, DSFDatePicker, DSFErrorSummary, DSFErrorText, DSFFieldSet, DSFFileUpload, DSFFooter, DSFFormGroup, DSFHeader, DSFHintText, DSFInput, DSFInputField, DSFLabel, DSFLoadingBox, DSFMain, DSFPage, DSFPanel, PanelEnum as DSFPanelEnum, DSFRadio, DSFSelect, DSFSkipLink, DSFSummaryList, DSFTable, DSFTextArea, DSFUserSignOut, DSFWarningText };
|
|
656
|
+
export type { DSFDateInputProps, DSFDatePickerProps, DSFErrorSummaryProps, DSFFooterProps, DSFInputProps, DSFSummaryListItem, DSFSummaryListProps, DSFTableColumn, DSFTableProps, DSFTextAreaProps, IFooterLink };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netu-si/netu-react-dsf-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "React Component Library Using the GOV-CY DSF Design System",
|
|
5
5
|
"repository": "https://github.com/netu-si/netu-react-dsf-components.git",
|
|
6
6
|
"homepage": "https://github.com/netu-si/netu-react-dsf-components#readme",
|
|
@@ -26,67 +26,67 @@
|
|
|
26
26
|
"docs": "yarn docs:components && node scripts/concat-readme.js"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@types/jquery": "^3.5.
|
|
29
|
+
"@types/jquery": "^3.5.33",
|
|
30
30
|
"help": "^3.0.2",
|
|
31
31
|
"jquery": "^3.7.1",
|
|
32
|
-
"react-bootstrap-icons": "^1.11.
|
|
32
|
+
"react-bootstrap-icons": "^1.11.6"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"react": "^
|
|
36
|
-
"react-dom": "^
|
|
37
|
-
"react-hook-form": "^7.
|
|
35
|
+
"react": "^19.0.0",
|
|
36
|
+
"react-dom": "^19.0.0",
|
|
37
|
+
"react-hook-form": "^7.70.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/preset-env": "^7.
|
|
41
|
-
"@babel/preset-react": "^7.
|
|
42
|
-
"@babel/preset-typescript": "^7.
|
|
40
|
+
"@babel/preset-env": "^7.28.5",
|
|
41
|
+
"@babel/preset-react": "^7.28.5",
|
|
42
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
43
43
|
"@netu-si/api-docs": "file:local-packages/api-docs",
|
|
44
|
-
"@rollup/plugin-commonjs": "^
|
|
45
|
-
"@rollup/plugin-node-resolve": "^
|
|
44
|
+
"@rollup/plugin-commonjs": "^29.0.0",
|
|
45
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
46
46
|
"@rollup/plugin-terser": "^0.4.4",
|
|
47
|
-
"@rollup/plugin-typescript": "^
|
|
48
|
-
"@storybook/addon-
|
|
49
|
-
"@storybook/addon-
|
|
50
|
-
"@storybook/
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
58
|
-
"@typescript-eslint/parser": "^6.0.0",
|
|
47
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
48
|
+
"@storybook/addon-docs": "^10.1.11",
|
|
49
|
+
"@storybook/addon-links": "^10.1.11",
|
|
50
|
+
"@storybook/react": "^10.1.11",
|
|
51
|
+
"@storybook/react-vite": "^10.1.11",
|
|
52
|
+
"@types/react": "19.2.8",
|
|
53
|
+
"@types/react-dom": "19.2.3",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
55
|
+
"@typescript-eslint/parser": "^8.52.0",
|
|
56
|
+
"@vitest/mocker": "^4.0.16",
|
|
59
57
|
"can-npm-publish": "^1.3.6",
|
|
60
58
|
"concat": "^1.0.3",
|
|
61
|
-
"eslint": "
|
|
62
|
-
"eslint-config-
|
|
63
|
-
"eslint-
|
|
64
|
-
"eslint-plugin-
|
|
65
|
-
"eslint-plugin-
|
|
66
|
-
"eslint-plugin-
|
|
67
|
-
"eslint-plugin-
|
|
68
|
-
"eslint-plugin-
|
|
69
|
-
"eslint-
|
|
70
|
-
"eslint-plugin-
|
|
71
|
-
"
|
|
72
|
-
"eslint-plugin-react": "^7.32.2",
|
|
73
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
74
|
-
"eslint-plugin-storybook": "^0.6.12",
|
|
75
|
-
"gh-pages": "^5.0.0",
|
|
59
|
+
"eslint": "9.39.2",
|
|
60
|
+
"eslint-config-prettier": "10.1.8",
|
|
61
|
+
"eslint-plugin-cypress": "^5.2.1",
|
|
62
|
+
"eslint-plugin-import": "^2.32.0",
|
|
63
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
64
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
65
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
66
|
+
"eslint-plugin-react": "^7.37.5",
|
|
67
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
68
|
+
"eslint-plugin-storybook": "^10.1.11",
|
|
69
|
+
"gh-pages": "^6.3.0",
|
|
76
70
|
"hex-rgb": "^5.0.0",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
71
|
+
"postcss-import": "^16.1.1",
|
|
72
|
+
"prettier": "3.7.4",
|
|
79
73
|
"prop-types": "15.8.1",
|
|
74
|
+
"react-hook-form": "^7.71.0",
|
|
75
|
+
"react-router-dom": "^7.12.0",
|
|
80
76
|
"react-transition-group": "^4.4.5",
|
|
81
|
-
"remark-gfm": "^
|
|
82
|
-
"rimraf": "^
|
|
83
|
-
"rollup": "^
|
|
84
|
-
"rollup-plugin-dts": "^
|
|
77
|
+
"remark-gfm": "^4.0.1",
|
|
78
|
+
"rimraf": "^6.1.2",
|
|
79
|
+
"rollup": "^4.55.1",
|
|
80
|
+
"rollup-plugin-dts": "^6.3.0",
|
|
85
81
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
86
82
|
"rollup-plugin-postcss": "^4.0.2",
|
|
87
|
-
"storybook": "
|
|
88
|
-
"storybook-addon-react-router
|
|
89
|
-
"styled-components": "^6.
|
|
90
|
-
"typescript": "^5.
|
|
83
|
+
"storybook": "^10.1.11",
|
|
84
|
+
"storybook-addon-remix-react-router": "^6.0.0",
|
|
85
|
+
"styled-components": "^6.3.5",
|
|
86
|
+
"typescript": "^5.9.3",
|
|
87
|
+
"vite": "^7.3.1"
|
|
88
|
+
},
|
|
89
|
+
"overrides": {
|
|
90
|
+
"react-inspector": "^6.0.2"
|
|
91
91
|
}
|
|
92
92
|
}
|