Skip to content

Commit

Permalink
chore: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloprado committed Oct 13, 2022
1 parent f098848 commit e69e5ce
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eduzz/houston-workspaces",
"version": "1.0.0",
"version": "1.0.1",
"workspaces": [
"src/pages/*",
"src/dev",
Expand Down
10 changes: 5 additions & 5 deletions src/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@eduzz/houston-dev",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"@eduzz/houston-forms": "1.0.0",
"@eduzz/houston-hooks": "1.0.0",
"@eduzz/houston-icons": "1.0.0",
"@eduzz/houston-ui": "1.0.0",
"@eduzz/houston-forms": "1.0.1",
"@eduzz/houston-hooks": "1.0.1",
"@eduzz/houston-icons": "1.0.1",
"@eduzz/houston-ui": "1.0.1",
"react-dom": "^18",
"react-router-dom": "^6.4.1",
"react-scripts": "^5.0.1",
Expand Down
10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@eduzz/docs",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "next dev",
"build": "next build && next export"
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@eduzz/houston-forms": "1.0.0",
"@eduzz/houston-hooks": "1.0.0",
"@eduzz/houston-icons": "1.0.0",
"@eduzz/houston-ui": "1.0.0",
"@eduzz/houston-forms": "1.0.1",
"@eduzz/houston-hooks": "1.0.1",
"@eduzz/houston-icons": "1.0.1",
"@eduzz/houston-ui": "1.0.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"dokz": "2.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/eslint-config-houston",
"private": false,
"version": "1.0.0",
"version": "1.0.1",
"description": "Eduzz Houston Eslint Config",
"author": "Eduzz Team",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eduzz/houston-forms",
"version": "1.0.0",
"version": "1.0.1",
"description": "Houston Forms",
"main": "index.js",
"types": "./index.d.ts",
Expand All @@ -19,7 +19,7 @@
"check-update-deps": "yarn ncu -u"
},
"dependencies": {
"@eduzz/houston-hooks": "1.0.0",
"@eduzz/houston-hooks": "1.0.1",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2",
"formik": "^2.2.9",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-hooks",
"description": "Eduzz Houston Hooks",
"version": "1.0.0",
"version": "1.0.1",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-icons",
"description": "Eduzz Houston Icons",
"version": "1.0.0",
"version": "1.0.1",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-styles",
"description": "Eduzz Houston Style",
"version": "1.0.0",
"version": "1.0.1",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand All @@ -19,7 +19,7 @@
"check-update-deps": "yarn ncu -u"
},
"dependencies": {
"@eduzz/houston-tokens": "1.0.0",
"@eduzz/houston-tokens": "1.0.1",
"@emotion/cache": "^11",
"@emotion/css": "^11",
"@emotion/react": "^11",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-tokens",
"description": "Eduzz Houston Tokens",
"version": "1.0.0",
"version": "1.0.1",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand Down
10 changes: 5 additions & 5 deletions src/pages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-ui",
"description": "Eduzz Houston Components UI",
"version": "1.0.0",
"version": "1.0.1",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand All @@ -20,10 +20,10 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@eduzz/houston-forms": "1.0.0",
"@eduzz/houston-hooks": "1.0.0",
"@eduzz/houston-icons": "1.0.0",
"@eduzz/houston-styles": "1.0.0",
"@eduzz/houston-forms": "1.0.1",
"@eduzz/houston-hooks": "1.0.1",
"@eduzz/houston-icons": "1.0.1",
"@eduzz/houston-styles": "1.0.1",
"@emotion/cache": "^11",
"@emotion/css": "^11",
"@emotion/react": "^11",
Expand Down
13 changes: 13 additions & 0 deletions src/pages/ui-components/styled/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { cx as cxEmotion } from '@emotion/css';
import { css as cssEmotion, keyframes as keyframesEmotion } from '@emotion/react';
import emotionStyled from '@emotion/styled';

export interface StyledProp {
className?: string;
}

export const keyframes = keyframesEmotion;
export const cx = cxEmotion;
export const clsx = cxEmotion;
export const css = cssEmotion;
export const styled = emotionStyled;

0 comments on commit e69e5ce

Please sign in to comment.