Skip to content

Commit

Permalink
Dark mode icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroeneweg committed Feb 15, 2022
1 parent 1d7898c commit c80f1ec
Show file tree
Hide file tree
Showing 6 changed files with 1,168 additions and 917 deletions.
2,079 changes: 1,165 additions & 914 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "splitpanewidget",
"widgetName": "SplitPaneWidget",
"version": "1.1.0",
"version": "1.2.0",
"description": "Split pane widget",
"copyright": "ITvisors 2021",
"author": "Marcel Groeneweg",
Expand All @@ -24,7 +24,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^9.6.1"
"@mendix/pluggable-widgets-tools": "^9.10.0"
},
"dependencies": {
"classnames": "^2.2.6",
Expand Down
Binary file added src/SplitPaneWidget.icon.dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/SplitPaneWidget.tile.dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="SplitPaneWidget" version="1.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="SplitPaneWidget" version="1.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="SplitPaneWidget.xml"/>
</widgetFiles>
Expand Down
Binary file modified test/widgets/itvisors.SplitPaneWidget.mpk
Binary file not shown.

0 comments on commit c80f1ec

Please sign in to comment.