@rabbitio/ui-kit 1.0.0-alpha.2 → 1.0.0-alpha.4
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.
- package/README.md +9 -1
- package/dist/52a99d58a36f2b7a78b3.ttf +0 -0
- package/dist/662b866576cfea51dd64.ttf +0 -0
- package/dist/7f9eed4cca4d0ae6a772.ttf +0 -0
- package/dist/8268666c3b2ca2ec11c0.ttf +0 -0
- package/dist/87d9266583abd389ca1f.ttf +0 -0
- package/dist/index.js +3 -0
- package/dist/index.js.LICENSE.txt +32 -0
- package/dist/index.js.map +1 -0
- package/package.json +25 -5
- package/.storybook/main.js +0 -77
- package/.storybook/preview.js +0 -51
- package/Dockerfile +0 -20
- package/index.js +0 -1
- package/stories/assets/icons/transactions-icon.svg +0 -7
- package/stories/atoms/LoadingDots/LoadingDots.jsx +0 -59
- package/stories/atoms/LoadingDots/LoadingDots.module.scss +0 -83
- package/stories/atoms/LoadingDots/LoadingDots.stories.jsx +0 -46
- package/stories/atoms/buttons/Button/Button.jsx +0 -237
- package/stories/atoms/buttons/Button/Button.module.scss +0 -212
- package/stories/atoms/buttons/Button/Button.stories.jsx +0 -286
- package/stories/index.js +0 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ npm install --save @rabbitio/ui-kit
|
|
|
8
8
|
~~~
|
|
9
9
|
import { Button } from "@rabbitio/ui-kit";
|
|
10
10
|
~~~
|
|
11
|
-
2. Also, you
|
|
11
|
+
2. [In progress] Also, you can import base styles into your scss index file:
|
|
12
12
|
~~~
|
|
13
13
|
@import "@rabbitio/ui-kit/styles/index";
|
|
14
14
|
~~~
|
|
@@ -28,3 +28,11 @@ sudo docker build -t storybook-app .
|
|
|
28
28
|
~~~
|
|
29
29
|
sudo docker run -d -p 6006:6006 storybook-app
|
|
30
30
|
~~~
|
|
31
|
+
|
|
32
|
+
# Publishing
|
|
33
|
+
1. Increase version number and commit
|
|
34
|
+
2. Run:
|
|
35
|
+
~~~
|
|
36
|
+
npm login
|
|
37
|
+
npm publish --access public
|
|
38
|
+
~~~
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|