mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Use a forked version of the react-treebeard
This commit is contained in:
parent
2980693581
commit
3e315bb73e
@ -33,8 +33,8 @@
|
|||||||
"react-komposer": "^2.0.0",
|
"react-komposer": "^2.0.0",
|
||||||
"react-modal": "^1.7.6",
|
"react-modal": "^1.7.6",
|
||||||
"react-split-pane": "^0.1.63",
|
"react-split-pane": "^0.1.63",
|
||||||
"react-treebeard": "^1.1.4",
|
"redux": "^3.6.0",
|
||||||
"redux": "^3.6.0"
|
"storybook-react-treebeard": "^1.1.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"enzyme": "^2.8.2"
|
"enzyme": "^2.8.2"
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
import { Treebeard } from 'react-treebeard';
|
import reactTreebeard from 'storybook-react-treebeard';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import treeNodeTypes from './tree_node_type';
|
import treeNodeTypes from './tree_node_type';
|
||||||
import treeDecorators from './tree_decorators';
|
import treeDecorators from './tree_decorators';
|
||||||
import treeStyle from './tree_style';
|
import treeStyle from './tree_style';
|
||||||
|
|
||||||
|
const { Treebeard } = reactTreebeard;
|
||||||
|
|
||||||
const namespaceSeparator = '@';
|
const namespaceSeparator = '@';
|
||||||
|
|
||||||
function createNodeKey({ namespaces, type }) {
|
function createNodeKey({ namespaces, type }) {
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
import { decorators } from 'react-treebeard';
|
import reactTreebeard from 'storybook-react-treebeard';
|
||||||
import { IoFolder, IoDocumentText, IoCode } from 'react-icons/lib/io';
|
import { IoFolder, IoDocumentText, IoCode } from 'react-icons/lib/io';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import treeNodeTypes from './tree_node_type';
|
import treeNodeTypes from './tree_node_type';
|
||||||
|
|
||||||
|
const { decorators } = reactTreebeard;
|
||||||
|
|
||||||
const iconsColor = '#7d8890';
|
const iconsColor = '#7d8890';
|
||||||
|
|
||||||
const iconsMap = {
|
const iconsMap = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user