Skip to content

Commit

Permalink
fix(box): switch from theme-tokens to theme package dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Mar 24, 2020
1 parent 399088b commit 071e77a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/paste-core/primitives/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@styled-system/css": "^5.1.5",
"@twilio-paste/design-tokens": "^4.3.0",
"@twilio-paste/style-props": "^0.2.1",
"@twilio-paste/theme-tokens": "^3.1.2",
"@twilio-paste/theme": "^3.0.8",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand All @@ -44,7 +44,7 @@
"@rollup/plugin-node-resolve": "^7.1.1",
"@twilio-paste/design-tokens": "^4.3.0",
"@twilio-paste/style-props": "^0.2.1",
"@twilio-paste/theme-tokens": "^3.1.2",
"@twilio-paste/theme": "^3.0.8",
"csstype": "^2.6.6",
"rollup": "^1.16.2",
"rollup-plugin-babel": "^4.3.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import {storiesOf} from '@storybook/react';
import {withKnobs, select, text} from '@storybook/addon-knobs';
import {DefaultTheme, ThemeShape} from '@twilio-paste/theme-tokens';
import {DefaultTheme, ThemeShape} from '@twilio-paste/theme';
import {Text} from '@twilio-paste/text';
import {Box} from '../src';

Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/primitives/box/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"path": "../../../paste-style-props"
},
{
"path": "../../../paste-theme-tokens"
"path": "../../../paste-theme"
}
]
}

0 comments on commit 071e77a

Please sign in to comment.