Skip to content

Commit

Permalink
Merge pull request #2164 from KaiVolland/remove-deprecated-rule
Browse files Browse the repository at this point in the history
Remove deprecated `Rule` component
  • Loading branch information
KaiVolland committed May 17, 2023
2 parents ff3b93e + e683b3f commit 06bfbb3
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 990 deletions.
6 changes: 0 additions & 6 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ const App = () => {

return (
<Style
// true, for using the compact layout of GeoStyler
compact={true}
onStyleChange={onStyleChange}
/>
);
Expand Down Expand Up @@ -78,8 +76,6 @@ const App = () => {

return (
<Style
// true, for using the compact layout of GeoStyler
compact={true}
onStyleChange={onStyleChange}
style={geostylerStyle}
/>
Expand Down Expand Up @@ -133,8 +129,6 @@ const App = () => {

return (
<Style
// true, for using the compact layout of GeoStyler
compact={true}
onStyleChange={onStyleChange}
style={geostylerStyle}
/>
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
preview.render(gsPreview);
};
const geostyler = React.createElement(Style, {
compact: true,
style: style,
onStyleChange: (gsStyle) => {
style = gsStyle;
Expand Down
1 change: 0 additions & 1 deletion public/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
preview.render(gsPreview);
};
const geostyler = React.createElement(GeoStyler.Style, {
compact: true,
style: style,
onStyleChange: (gsStyle) => {
style = gsStyle;
Expand Down
31 changes: 0 additions & 31 deletions src/Component/Rule/RemoveButton/RemoveButton.less

This file was deleted.

54 changes: 0 additions & 54 deletions src/Component/Rule/RemoveButton/RemoveButton.spec.tsx

This file was deleted.

76 changes: 0 additions & 76 deletions src/Component/Rule/RemoveButton/RemoveButton.tsx

This file was deleted.

61 changes: 0 additions & 61 deletions src/Component/Rule/Rule.less

This file was deleted.

Loading

0 comments on commit 06bfbb3

Please sign in to comment.