Skip to content

Commit

Permalink
Merge 0665ca8 into 03ff559
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Apr 4, 2021
2 parents 03ff559 + 0665ca8 commit c9f8ae2
Show file tree
Hide file tree
Showing 35 changed files with 1,006 additions and 540 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,19 @@ npm install artifak

Packages can also be installed independently. Simply do `yarn add <package name>` or `npm install <package name>` to add them to your list of dependencies. Below is a list of available packages.

- @artifak/**container**
- @artifak/**grid**
- @artifak/**typography**
- @artifak/**flex**
- @artifak/**text-input**
- @artifak/**component-generator**
- @artifak/**imagery**
- @artifak/**media**
- @artifak/**fluidsizing**
- @artifak/**usematchmedia**
- @artifak/**usewindowsize**
- @artifak/**usedebouncedfn**
- @artifak/**hextorgb**
- @artifak/**hextorgba**
- @artifak/**pxtoem**
- @artifak/**pxtorem**
12 changes: 12 additions & 0 deletions bundlesize.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
{
"path": "./packages/component-generator/dist/*.js"
},
{
"path": "./packages/container/dist/*.js"
},
{
"path": "./packages/flex/dist/*.js"
},
Expand All @@ -15,6 +18,9 @@
{
"path": "./packages/imagery/dist/*.js"
},
{
"path": "./packages/text-input/dist/*.js"
},
{
"path": "./packages/typography/dist/*.js"
},
Expand All @@ -41,6 +47,12 @@
},
{
"path": "./packages/usewindowsize/dist/*.js"
},
{
"path": "./packages/usedebouncedfn/dist/*.js"
},
{
"path": "./packages/useclickaway/dist/*.js"
}
]
}
4 changes: 4 additions & 0 deletions docs/components/Global/HTMLhead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ export const HTMLhead: React.FC<HTMLheadProps> = ({
href="/favicon-16x16.png"
/>
<link rel="manifest" href="/manifest.json" />
<meta
name="google-site-verification"
content="6szmnbKJy65DIAoCqpbWi3hXnLgTkppfsPx0ISMMM04"
></meta>
</Head>

<DefaultSeo
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"deploy": "yarn build && yarn export"
},
"dependencies": {
"artifak": "2.0.2",
"artifak": "2.1.0",
"csstype": "^3.0.6",
"framer-motion": "^3.3.0",
"framer-motion": "^3.5.2",
"lodash.isplainobject": "^4.0.6",
"next": "10.0.6",
"next-seo": "^4.19.0",
"next": "10.0.7",
"next-seo": "^4.20.0",
"react": "^17.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.1",
"react-intl": "^5.12.2",
"react-intl": "^5.12.4",
"react-markings": "^1.3.0",
"react-spring": "^8.0.27",
"react-syntax-highlighter": "^15.4.3",
Expand All @@ -27,8 +27,8 @@
"styled-system": "^5.1.5"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@types/node": "^14.14.28",
"@types/react": "^17.0.2",
"@types/styled-components": "^5.1.7",
"@types/styled-system": "^5.1.10",
"babel-plugin-styled-components": "^1.12.0",
Expand Down

0 comments on commit c9f8ae2

Please sign in to comment.