Skip to content

Commit

Permalink
update emotion css for vercel app (#8945)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahlessner authored Sep 23, 2024
1 parent 72bbb65 commit a7170e4
Show file tree
Hide file tree
Showing 11 changed files with 6,659 additions and 1,110 deletions.
7,749 changes: 6,649 additions & 1,100 deletions apps/vercel/frontend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/vercel/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@contentful/f36-components": "4.67.0",
"@contentful/f36-tokens": "4.0.5",
"@contentful/react-apps-toolkit": "1.2.16",
"@emotion/css": "^11.13.0",
"contentful-management": "10.38.3",
"emotion": "10.0.27",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tokens from '@contentful/f36-tokens';
import { css } from 'emotion';
import { css } from '@emotion/css';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const useStyles = (rootOptions: any) => ({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
box: css({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
box: css({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
wrapper: css({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tokens from '@contentful/f36-tokens';
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
firstParagraph: css({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tokens from '@contentful/f36-tokens';
import { css } from 'emotion';
import { css } from '@emotion/css';
import { INFORMATIONAL_MODAL_COLUMN_WIDTH } from '@constants/styles';

export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tokens from '@contentful/f36-tokens';
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
linkParagraph: css({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tokens from '@contentful/f36-tokens';
import { css } from 'emotion';
import { css } from '@emotion/css';

export const styles = {
root: css({
Expand Down
2 changes: 1 addition & 1 deletion apps/vercel/frontend/src/locations/ConfigScreen.styles.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tokens from '@contentful/f36-tokens';
import { css } from 'emotion';
import { css } from '@emotion/css';
import { VercelBrand } from '@components/common/VercelIcon';

export const styles = {
Expand Down

0 comments on commit a7170e4

Please sign in to comment.