File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
"watch" : " microbundle watch --no-compress"
9
9
},
10
10
"dependencies" : {
11
- "@styled-system /css" : " ^5.0.23 " ,
11
+ "@theme-ui /css" : " ^0.2.48 " ,
12
12
"polished" : " ^3.4.1"
13
13
},
14
14
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
import * as P from 'polished'
2
- import { get } from '@styled-system /css'
2
+ import { get } from '@theme-ui /css'
3
3
4
4
const g = ( t , c ) =>
5
5
get ( t , `colors.${ c } ` , c )
Original file line number Diff line number Diff line change 11
11
"@emotion/core" : " ^10.0.0" ,
12
12
"@emotion/styled" : " ^10.0.0" ,
13
13
"@styled-system/color" : " ^5.1.2" ,
14
- "@styled-system /css" : " ^5.0.23 " ,
14
+ "@theme-ui /css" : " ^0.2.48 " ,
15
15
"@styled-system/should-forward-prop" : " ^5.1.2" ,
16
16
"@styled-system/space" : " ^5.1.2"
17
17
},
Original file line number Diff line number Diff line change 1
1
import styled from '@emotion/styled'
2
- import css , { get } from '@styled-system /css'
2
+ import { css , get } from '@theme-ui /css'
3
3
import { createShouldForwardProp } from '@styled-system/should-forward-prop'
4
4
import space from '@styled-system/space'
5
5
import color from '@styled-system/color'
Original file line number Diff line number Diff line change 1
1
import { useState , useEffect , useCallback } from 'react'
2
2
import { useThemeUI } from 'theme-ui'
3
3
4
- // Shared with @styled -system /css
4
+ // Shared with @theme -ui /css
5
5
const defaultBreakpoints = [ 40 , 52 , 64 ] . map ( n => n + 'em' )
6
6
7
7
export const useBreakpointIndex = ( options = { } ) => {
Original file line number Diff line number Diff line change 3101
3101
dependencies:
3102
3102
object-assign "^4.1.1"
3103
3103
3104
- "@styled-system/css@^5.0.23", "@styled-system/css@^5. 1.4":
3104
+ "@styled-system/css@^5.1.4":
3105
3105
version "5.1.4"
3106
3106
resolved "https://registry.yarnpkg.com/@styled-system/css/-/css-5.1.4.tgz#fc51d0789a69b3831e00e6f8daf9f1d345eebdc3"
3107
3107
integrity sha512-79IFT37Kxb6dlbx/0hwIGOakNHkK5oU3cMypGziShnEK8WMgK/+vuAi4MHO7uLI+FZ5U8MGYvGY9Gtk0mBzxSg==
You can’t perform that action at this time.
0 commit comments