Skip to content

Commit 075467c

Browse files
committed
code refactoring throughout package (not impacting functionality); bump dev dependencies; rebuild storybook files; update badges in README.md file
1 parent 7d7f7ec commit 075467c

File tree

56 files changed

+383
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+383
-287
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
[![Latest Stable Version](https://img.shields.io/npm/v/react-functional-select.svg?style=for-the-badge)](https://www.npmjs.com/package/react-functional-select)
2-
[![Issues](https://img.shields.io/github/issues/based-ghost/react-functional-select.svg?style=for-the-badge)](https://github.com/based-ghost/react-functional-select/issues)
3-
[![License](https://img.shields.io/badge/license-mit-red.svg?style=for-the-badge)](https://www.npmjs.com/package/react-functional-select)
4-
[![Downloads](https://img.shields.io/npm/dt/react-functional-select?style=for-the-badge)](https://www.npmjs.com/package/react-functional-select)
1+
[![npm version](https://img.shields.io/npm/v/react-functional-select.svg?style=flat-square)](https://www.npmjs.com/package/react-functional-select)
2+
[![npm downloads](https://img.shields.io/npm/dt/react-functional-select.svg?style=flat-square)](https://www.npmjs.com/package/react-functional-select)
3+
[![Issues](https://img.shields.io/github/issues/based-ghost/react-functional-select.svg?style=flat-square)](https://github.com/based-ghost/react-functional-select/issues)
4+
[![License](https://img.shields.io/badge/license-mit-red.svg?style=flat-square)](https://www.npmjs.com/package/react-functional-select)
5+
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?style=flat-square)](https://github.com/styled-components/styled-components)
56

67
# react-functional-select
78

__stories__/helpers/components/PackageLink.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import styled from 'styled-components';
2+
23
import type { FunctionComponent } from 'react';
34

45
type PackageLinkProps = Readonly<{

__stories__/index.stories.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { useMemo, useRef, useState, useEffect, useCallback, Fragment } from 'rea
22
import { Select } from '../src';
33
import { toast } from 'react-toastify';
44
import { useUpdateEffect } from '../src/hooks';
5-
65
import {
76
OPTION_CLS,
87
OPTION_FOCUSED_CLS,
@@ -16,7 +15,6 @@ import {
1615
SELECT_CONTAINER_CLS,
1716
CONTROL_CONTAINER_CLS,
1817
} from '../src/constants';
19-
2018
import {
2119
Button,
2220
Buttons,

docs/3.f4bb329af1ad58f9ba15.manager.bundle.js renamed to docs/0.9bbe1a282a3d0f91c9ab.manager.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/4.aaed871c1283d0a776d1.manager.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/4.c05e81d99a9424d41410.manager.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/4.aaed871c1283d0a776d1.manager.bundle.js.LICENSE.txt renamed to docs/4.c05e81d99a9424d41410.manager.bundle.js.LICENSE.txt

File renamed without changes.

docs/5.ce6a94d24689fa66ac22.manager.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/5.ec630f51deed9860cf4c.manager.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/5.ce6a94d24689fa66ac22.manager.bundle.js.LICENSE.txt renamed to docs/5.ec630f51deed9860cf4c.manager.bundle.js.LICENSE.txt

File renamed without changes.

0 commit comments

Comments
 (0)