chore(*): fix package source links

This commit is contained in:
Nick McCurdy 2021-09-17 10:02:37 -04:00
parent 6f567235e4
commit f662c024f5
3 changed files with 5 additions and 4 deletions

View File

@ -13,7 +13,8 @@
/>
</head>
<body>
<a href="https://github.com/alexkuz/react-dock"
<a
href="https://github.com/reduxjs/redux-devtools/tree/main/packages/react-dock"
><img
style="z-index: 999999999; position: fixed; top: 0; left: 0; border: 0"
src="https://camo.githubusercontent.com/121cd7cbdc3e4855075ea8b558508b91ac463ac2/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f677265656e5f3030373230302e706e67"

View File

@ -32,10 +32,10 @@ Check out [examples](examples) directory for more details.
### Theming
This component now uses [react-base16-styling](https://github.com/alexkuz/react-base16-styling) module, which allows to customize component via `theme` property, which can be the following:
This component now uses [react-base16-styling](https://github.com/reduxjs/redux-devtools/tree/main/packages/react-base16-styling) module, which allows to customize component via `theme` property, which can be the following:
- [base16](http://chriskempson.com/projects/base16/) theme data. [The example theme data can be found here](https://github.com/gaearon/redux-devtools/tree/75322b15ee7ba03fddf10ac3399881e302848874/src/react/themes).
- object that contains style objects, strings (that treated as classnames) or functions. A function is used to extend its first argument `{ style, className }` and should return an object with the same structure. Other arguments depend on particular context (and should be described here). See [createStylingFromTheme.js](https://github.com/alexkuz/react-json-tree/blob/feature-refactor-styling/src/createStylingFromTheme.js) for the list of styling object keys. Also, this object can extend `base16` theme via `extend` property.
- object that contains style objects, strings (that treated as classnames) or functions. A function is used to extend its first argument `{ style, className }` and should return an object with the same structure. Other arguments depend on particular context (and should be described here). See [createStylingFromTheme.js](https://github.com/reduxjs/redux-devtools/blob/main/packages/react-json-tree/src/createStylingFromTheme.ts) for the list of styling object keys. Also, this object can extend `base16` theme via `extend` property.
Every theme has a light version, which is enabled with `invertTheme` prop.

View File

@ -1,7 +1,7 @@
# Redux DevTools Dock Monitor
A resizable and movable dock for [Redux DevTools](https://github.com/reduxjs/redux-devtools).
Powered by [React Dock](https://github.com/alexkuz/react-dock).
Powered by [React Dock](https://github.com/reduxjs/redux-devtools/tree/main/packages/react-dock).
![](http://i.imgur.com/QbNzNW4.gif)