@sellout/ui 0.0.149 → 0.0.151

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface IAddress {
3
2
  address1?: string;
4
3
  address2?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Colors } from '../Colors';
3
2
  export declare enum ButtonTypes {
4
3
  Next = "Next",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare type CounterProps = {
3
2
  value: number;
4
3
  maxValue?: number;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Colors } from "../Colors";
3
2
  export declare const Icons: {
4
3
  Amex: import("@fortawesome/fontawesome-common-types").IconDefinition;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Colors } from "./../Colors";
3
2
  export declare enum LoaderSizes {
4
3
  FuckingTiny = "FuckingTiny",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CounterProps } from './Counter';
3
2
  export declare type ProductProps = {
4
3
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/ui",
3
- "version": "0.0.149",
3
+ "version": "0.0.151",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.es.js",
6
6
  "files": [
@@ -64,13 +64,13 @@
64
64
  "csvtojson": "^2.0.10",
65
65
  "framer-motion": "^2.9.5",
66
66
  "polished": "^3.7.2",
67
- "react-animate-height": "2.0.20",
67
+ "react-animate-height": "3.0.4",
68
68
  "react-phone-input-2": "^2.14.0",
69
69
  "rollup-plugin-url": "^3.0.1",
70
70
  "shortid": "^2.2.16",
71
71
  "use-places-autocomplete": "^1.9.4"
72
72
  },
73
- "gitHead": "586495e3374a46839c104b0e60d0c277ac4a7bc9",
73
+ "gitHead": "d53cbc9bc2c251682af4e772acd48ba4fb5a80b5",
74
74
  "peerDependencies": {
75
75
  "react": "^16.13.0",
76
76
  "react-dom": "^16.13.0",