Skip to content

Commit c555ab9

Browse files
committed
Merge branch 'master' of https://github.com/quarkly/molecules into feat/widgets
2 parents 6e1affc + 078577e commit c555ab9

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ example/
1010
.DS_Store
1111
coverage/
1212
.jest
13-
jest.config.js
13+
jest.config.js
14+
node_modules
15+
storybook-static

.storybook/quarkly-theme.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ export default create({
44
base: '#191C22',
55

66
colorPrimary: '#AFBED1',
7-
colorSecondary: '#2C3139',
7+
colorSecondary: '#248DE0',
88

99
// UI
10-
appBg: '#22262E',
10+
appBg: '#0D1117',
1111
appContentBg: '#191C22',
1212
appBorderColor: '#2C3139',
1313
appBorderRadius: 0,

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ Molecules — atomic react UI components based on [Atomize](https://github.com/q
1010

1111
Used in Quarkly — design tool for creating websites and web apps.
1212

13-
[npm]: https://npmjs.com/package/@quarkly/atomize
14-
[release]: https://badgen.net/github/release/quarkly/atomize
15-
[status]: https://badgen.net/github/status/quarkly/atomize
16-
[CI]: https://badgen.net/github/status/quarkly/atomize/master/ci
17-
[coverage]: https://badgen.net/codecov/c/github/quarkly/atomize
18-
[license]: https://badgen.net/github/license/quarkly/atomize
13+
![npm](https://badgen.net/npm/v/@quarkly/molecules?color=blue)
14+
![release](https://badgen.net/github/release/quarkly/molecules)
15+
![status](https://badgen.net/github/status/quarkly/molecules)
16+
![license](https://badgen.net/github/license/quarkly/molecules)
1917

2018
<br>
2119

20+
## General Resources
21+
22+
- [Storybook](https://molecules.quarkly.io)
23+
- [Quarkly](https://quarkly.io)
24+
2225
## Get started
2326

2427
### Usage

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "atomic react UI components",
44
"author": "Eddort",
55
"user": "Eddort",
6-
"version": "0.0.1",
6+
"version": "0.0.3",
77
"scripts": {
88
"storybook": "start-storybook -p 9001 -c .storybook",
99
"build-storybook": "build-storybook -c .storybook",

0 commit comments

Comments
 (0)