Skip to content

Commit 41db78d

Browse files
Develop bugfix svg (#421)
* bugfix EmptyFormIllustration * correct File name casing
1 parent 263ef45 commit 41db78d

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

react/svg-components/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [2.0.0-dev-07] [29-May-2026]
4+
-Bugfix for EmptyFormIllustration, casing issue in import and export
5+
36
## [2.0.0-dev-06] [25-May-2026]
47
-Added ServicePreview SVG for Studio
58

react/svg-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@egovernments/digit-ui-svg-components",
3-
"version": "2.0.0-dev-06",
3+
"version": "2.0.0-dev-07",
44
"license": "MIT",
55
"main": "dist/main.js",
66
"module": "dist/main.js",

react/svg-components/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ import { Checklist } from "./svg/Checklist";
841841
import { ManageRoles } from "./svg/ManageRoles";
842842
import { ChecklistIllustration } from "./svg/ChecklistIllustration";
843843
import { NotificationIllustration } from "./svg/NotificationIllustration";
844-
import { Emptyformillustration } from "./svg/Emptyformillustration";
844+
import { EmptyFormIllustration } from "./svg/EmptyFormIllustration";
845845
import { Devices } from "./svg/Devices";
846846
import { Workflowillustration } from "./svg/Workflowillustration";
847847
import { Version } from "./svg/Version";
@@ -1694,7 +1694,7 @@ export {
16941694
NotificationIllustration,
16951695
Devices,
16961696
Workflowillustration,
1697-
Emptyformillustration,
1697+
EmptyFormIllustration,
16981698
Version,
16991699
ServicePreviewIcon
17001700
};
File renamed without changes.

0 commit comments

Comments
 (0)