[CORL-800] Fluent Upgrade (#2739)

* feat: upgraded fluent libraries

* fix: adjustments to support fluent upgrade
This commit is contained in:
Wyatt Johnson
2019-12-20 23:18:49 +00:00
committed by GitHub
parent 7581f0201d
commit 9d050e8b51
294 changed files with 433 additions and 395 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Localized } from "@fluent/react/compat";
import cn from "classnames";
import { Localized } from "fluent-react/compat";
import React, { FunctionComponent } from "react";
import { Flex, Typography } from "coral-ui/components";
+1 -1
View File
@@ -1,5 +1,5 @@
import { Localized } from "@fluent/react/compat";
import cn from "classnames";
import { Localized } from "fluent-react/compat";
import React, { Component, ReactNode } from "react";
import { Step, StepBar } from "coral-ui/components";
@@ -1,4 +1,4 @@
import { Localized } from "fluent-react/compat";
import { Localized } from "@fluent/react/compat";
import React from "react";
import { Field, Form } from "react-final-form";
@@ -1,4 +1,4 @@
import { Localized } from "fluent-react/compat";
import { Localized } from "@fluent/react/compat";
import React, { FunctionComponent } from "react";
import { Button } from "coral-ui/components";
@@ -1,4 +1,4 @@
import { Localized } from "fluent-react/compat";
import { Localized } from "@fluent/react/compat";
import React, { Component } from "react";
import { Field, Form } from "react-final-form";
@@ -1,4 +1,4 @@
import { Localized } from "fluent-react/compat";
import { Localized } from "@fluent/react/compat";
import React, { Component } from "react";
import { urls } from "coral-framework/helpers";
@@ -1,4 +1,4 @@
import { Localized } from "fluent-react/compat";
import { Localized } from "@fluent/react/compat";
import React, { Component } from "react";
import { Button, Flex, Typography } from "coral-ui/components";
@@ -1,4 +1,4 @@
import { Localized } from "fluent-react/compat";
import { Localized } from "@fluent/react/compat";
import React, { FunctionComponent } from "react";
import { Button, ButtonIcon } from "coral-ui/components";
@@ -1,5 +1,5 @@
import { Localized } from "@fluent/react/compat";
import { FORM_ERROR } from "final-form";
import { Localized } from "fluent-react/compat";
import React, { Component } from "react";
import { Field, Form } from "react-final-form";
@@ -1,4 +1,4 @@
import { Localized } from "fluent-react/compat";
import { Localized } from "@fluent/react/compat";
import React, { FunctionComponent, useCallback } from "react";
import { Field, Form } from "react-final-form";