-
Notifications
You must be signed in to change notification settings - Fork 2
[DS-38] feat: move all dev stuff from lib to dev dir #182
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export { useForceUpdate } from './use-force-update'; | ||
export { useSyncHeight } from './use-sync-height'; | ||
export { useUniqueID } from './use-unique-id'; |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export * from './keyboard-event'; | ||
export * from './list-handlers'; | ||
export * from './select-handlers'; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import {Button} from 'ui' | ||
import {Playground, StateEvent,FormBlock} from 'lib/playground'; | ||
import {Playground, StateEvent,FormBlock} from 'dev/playground'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. и тут тоже There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Irinaristova это usage, там почти везде такие пробелы из-за настроек шторма для mdx |
||
import {DragUploader} from './index'; | ||
|
||
# DragUploader | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { IconBox, Box, Tooltip, Text, Input } from 'ui'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nitpick (non-blocking): с отступами что-то произошло в usage: где-то вот так с пробелами - import { IconBox, Box, Tooltip, Text, Input } from 'ui';, а где-то без пробелов - import {block, Playground} from 'dev/playground'; |
||
import {IconClose, IconInfo} from 'static/icons'; | ||
import {block, Playground} from 'lib/playground'; | ||
import {block, Playground} from 'dev/playground'; | ||
|
||
### Example | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {Playground} from 'lib/playground' | ||
import {Playground} from 'dev/playground' | ||
import { | ||
Accordion, | ||
Field, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick (non-blocking): пробел