File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @solved-ac/ui-react" ,
3- "version" : " 0.0.1-alpha.32 " ,
3+ "version" : " 0.0.1-alpha.33 " ,
44 "description" : " React component library used by solved.ac" ,
55 "author" : " shiftpsh" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11import { ellipsis } from 'polished'
22import React , { ElementType } from 'react'
33import styled , { css , useTheme } from 'styled-components'
4- import { PC , PP , PR } from '../types/PolymorphicElementProps'
5- import { computeHoverColor , readableColor } from '../utils/color'
6- import { cssClickable , cssVariables } from '../utils/styles'
7- import { transparentHoverTemplate } from '../utils/variables'
4+ import { PC , PP , PR } from '../../ types/PolymorphicElementProps'
5+ import { computeHoverColor , readableColor } from '../../ utils/color'
6+ import { cssClickable , cssVariables } from '../../ utils/styles'
7+ import { transparentHoverTemplate } from '../../ utils/variables'
88
99export const tabVariables = cssVariables (
1010 {
Original file line number Diff line number Diff line change 11import React , { ElementType } from 'react'
22import styled from 'styled-components'
3- import { PC , PP , PR } from '../types/PolymorphicElementProps'
3+ import { PC , PP , PR } from '../../ types/PolymorphicElementProps'
44
55interface TabsContainerProps {
66 fullWidth : boolean
Original file line number Diff line number Diff line change 1+ export * from './Tab'
2+ export * from './Tabs'
3+
Original file line number Diff line number Diff line change @@ -13,6 +13,5 @@ export * from './NavBar'
1313export * from './PaginationItem'
1414export * from './Space'
1515export * from './Tab'
16- export * from './Tabs'
1716export * from './Typo'
1817
You can’t perform that action at this time.
0 commit comments