Skip to content

Commit

Permalink
Use inhouse build of react-input-slider
Browse files Browse the repository at this point in the history
  • Loading branch information
arcatdmz committed Jul 11, 2020
1 parent e052d59 commit 671bf32
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/HueSlider.tsx
@@ -1,5 +1,5 @@
import React, { FC, useMemo, useState, useEffect, useCallback } from "react";
import InputSlider from "react-input-slider";
import InputSlider from "@arch-inc/react-input-slider";
import styled from "styled-components";
import { SliderStyles } from "./SliderStyles";

Expand Down
2 changes: 1 addition & 1 deletion lib/InputWithSlider.tsx
@@ -1,5 +1,5 @@
import React, { FC, useCallback, useMemo, ReactNode } from "react";
import InputSlider from "react-input-slider";
import InputSlider from "@arch-inc/react-input-slider";
import styled from "styled-components";

import { NumberInput } from "./NumberInput";
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/arch-inc/react-color-modal#readme",
"dependencies": {
"react-input-slider": "^5.1.7",
"@arch-inc/react-input-slider": "^5.1.8",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 671bf32

Please sign in to comment.