mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump emotion-theming from 10.0.27 to 11.0.0 in /docs . (#1623)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
c213e4ed71
commit
d2526706f8
9 changed files with 28001 additions and 217 deletions
|
@ -1,6 +1,6 @@
|
|||
/* eslint-disable */
|
||||
import React from 'react';
|
||||
import { ThemeProvider } from 'emotion-theming';
|
||||
import { ThemeProvider } from '@emotion/react';
|
||||
|
||||
import defaultTheme from '../src/styles/theme';
|
||||
import GlobalStyle from '../src/styles/global';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import styled from '@emotion/styled';
|
||||
import { css } from '@emotion/core';
|
||||
import { css } from '@emotion/react';
|
||||
import { darken } from 'polished';
|
||||
import {
|
||||
LiveError as AuxLiveError,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import styled from '@emotion/styled';
|
||||
import { css } from '@emotion/core';
|
||||
import { css } from '@emotion/react';
|
||||
|
||||
export const Main = styled.main`
|
||||
padding: 0 40px;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import React from "react";
|
||||
import { css, keyframes } from "@emotion/core";
|
||||
import { css, keyframes } from "@emotion/react";
|
||||
import GolangciSvg from "./logo.svg";
|
||||
|
||||
const grow = keyframes`
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import React from 'react';
|
||||
import { Global, css } from '@emotion/core';
|
||||
import { useTheme } from 'emotion-theming';
|
||||
import { Global, css, useTheme } from '@emotion/react';
|
||||
import { lighten } from 'polished';
|
||||
|
||||
export default function GlobalStyle() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/** @jsxRuntime classic */
|
||||
/** @jsx jsx */
|
||||
import { css, jsx } from "@emotion/core";
|
||||
import { css, jsx } from "@emotion/react";
|
||||
|
||||
const ResponsiveContainer = ({ children }) => (
|
||||
<div
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/** @jsxRuntime classic */
|
||||
/** @jsx jsx */
|
||||
import { css, jsx } from "@emotion/core";
|
||||
import { css, jsx } from "@emotion/react";
|
||||
|
||||
export const IconContainer = ({ color, children }) => (
|
||||
<span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue