Skip to content

Commit 4b1ef3d

Browse files
committed
feat: Upgrade MUI and remove zurg.dev domain from links
BREAKING CHANGE: This is a breaking change in terms of dependencies. You must have the latest material ui for now to enable transitions. All other dependencies have been upgraded. Otherwise nothing has changed.
1 parent a52f94d commit 4b1ef3d

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
collapse-pane.zurg.dev
1+
b-zurg.github.io

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is intended to be **the** simple, reliable, configurable, and elegant solution to having splittable, draggable and collapsible panes in your React application.
44

5-
<a href="https://collapse-pane.zurg.dev" target="_blank"><img src="logo.svg" alt="logo" style="width:100%"/></a>
5+
<a href="https://storybook-collapse-pane.netlify.app/" target="_blank"><img src="logo.svg" alt="logo" style="width:100%"/></a>
66
<p align="center">
77
<a href="https://github.com/b-zurg/react-collapse-pane/pulls">
88
<img alt="prs welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg">
@@ -26,7 +26,7 @@ This is intended to be **the** simple, reliable, configurable, and elegant solut
2626
<a href="https://www.npmjs.com/package/react-collapse-pane/v/latest">
2727
<img alt="npm downloads" src="https://img.shields.io/npm/dw/react-collapse-pane">
2828
</a>
29-
<a href="https://react-collapse-pane.zurg.dev/?path=/story/*">
29+
<a href="https://storybook-collapse-pane.netlify.app/?path=/story/*">
3030
<img alt="storybook" src="https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg">
3131
</a>
3232
<a href="https://opensource.org/licenses/MIT">
@@ -35,8 +35,8 @@ This is intended to be **the** simple, reliable, configurable, and elegant solut
3535

3636
</p>
3737

38-
## [[click for storybook demo]](https://storybook.collapse-pane.zurg.dev/)
39-
## [[click for documentation site]](https://collapse-pane.zurg.dev/)
38+
## [[click for storybook demo]](https://storybook-collapse-pane.netlify.app/)
39+
## [[click for documentation site]](https://b-zurg.github.io/react-collapse-pane/)
4040

4141
# Getting Started :rocket:
4242

@@ -88,11 +88,11 @@ There is no limit to the number of elements you have as children. The `SplitPan
8888

8989
This library supports all of these things and more!
9090

91-
For more details check out [the documentation](https://collapse-pane.zurg.dev/)
91+
For more details check out [the documentation](https://b-zurg.github.io/react-collapse-pane/)
9292

9393
# Documentation
9494

95-
Documentation can be found at https://collapse-pane.zurg.dev
95+
Documentation can be found at https://b-zurg.github.io/react-collapse-pane/
9696

9797
If you notice an issue then please make an issue or a PR! All docs are generated from the `docs` folder in the master branch.
9898

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
collapse-pane.zurg.dev
1+
b-zurg.github.io

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Easy styling and configuration
1212

1313
[GitHub](https://github.com/b-zurg/react-collapse-pane/)
14-
[Storybook](https://storybook.collapse-pane.zurg.dev/)
14+
[Storybook](https://storybook-collapse-pane.netlify.app//)
1515
[Get Started](/?id=react-collapse-pane)
1616

1717
![color](#2E2E2E)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"name": "react-collapse-pane",
55
"repository": "https://github.com/b-zurg/react-collapse-pane",
6-
"homepage": "https://collapse-pane.zurg.dev",
6+
"homepage": "https://b-zurg.github.io/react-collapse-pane/",
77
"bugs": "https://github.com/b-zurg/react-collapse-pane/issues",
88
"description": "The splittable, draggable and collapsible react layout library.",
99
"author": "Buzurgmehr Arjmandi",

stories/Collapse.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ storiesOf('Collapsable Panes', module)
7171
>
7272
<Logo src={logo} className="App-logo" alt="logo" />
7373
<p>You can collapse and resize these panes!</p>
74-
<Link href="https://collapse-pane.zurg.dev" target="_blank" rel="noopener noreferrer">
74+
<Link href="https://b-zurg.github.io/react-collapse-pane/" target="_blank" rel="noopener noreferrer">
7575
<p>Check out the Docs</p>
7676
</Link>
7777
</SplitPane>

0 commit comments

Comments
 (0)