Skip to content

Commit

Permalink
include use client in Link component
Browse files Browse the repository at this point in the history
  • Loading branch information
szkabaroli committed Sep 22, 2023
1 parent 3250d9d commit e8eb425
Show file tree
Hide file tree
Showing 22 changed files with 72 additions and 70 deletions.
4 changes: 2 additions & 2 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-badge",
"description": "Badge component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -37,7 +37,7 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-button",
"description": "Button component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@types/styled-components": "^5.1.26",
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-text": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42"
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-text": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43"
},
"devDependencies": {
"@meshx-org/mxui-tsconfig": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-core",
"description": "Button component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down
6 changes: 3 additions & 3 deletions packages/datebox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-datebox",
"description": "DateBox component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -42,8 +42,8 @@
"clsx": "1.2.1",
"@internationalized/date": "3.1.0",
"@internationalized/number": "3.2.0",
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42"
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43"
},
"devDependencies": {
"@meshx-org/mxui-tsconfig": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/formgroup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-formgroup",
"description": "FormGroup component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -37,7 +37,7 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-link",
"description": "Link component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -37,7 +37,7 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/link/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
'use client'

export { Link } from './Link'
export type { LinkProps } from './Link.types'
20 changes: 10 additions & 10 deletions packages/mxui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui",
"description": "Button component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -38,15 +38,15 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-overlays": "0.7.42",
"@meshx-org/mxui-navigation": "0.7.42",
"@meshx-org/mxui-button": "0.7.42",
"@meshx-org/mxui-switch": "0.7.42",
"@meshx-org/mxui-textbox": "0.7.42",
"@meshx-org/mxui-slider": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42",
"@meshx-org/mxui-treeview": "0.7.42",
"@meshx-org/mxui-text": "0.7.42"
"@meshx-org/mxui-overlays": "0.7.43",
"@meshx-org/mxui-navigation": "0.7.43",
"@meshx-org/mxui-button": "0.7.43",
"@meshx-org/mxui-switch": "0.7.43",
"@meshx-org/mxui-textbox": "0.7.43",
"@meshx-org/mxui-slider": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43",
"@meshx-org/mxui-treeview": "0.7.43",
"@meshx-org/mxui-text": "0.7.43"
},
"devDependencies": {
"@meshx-org/mxui-tsconfig": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-navigation",
"description": "Navigation components for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down
6 changes: 3 additions & 3 deletions packages/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-overlays",
"description": "Overlay component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co",
Expand Down Expand Up @@ -40,8 +40,8 @@
"classnames": "^2.3.2",
"react-transition-group": "4.4.5",
"@types/react-transition-group": "4.4.6",
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43",
"@types/styled-components": "^5.1.26"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-primitives",
"description": "Button component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -38,7 +38,7 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"styled-system": "^5.1.5",
"@types/styled-system": "^5.1.15",
"@types/styled-components": "^5.1.26"
Expand Down
6 changes: 3 additions & 3 deletions packages/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-progress",
"description": "Progress component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -37,8 +37,8 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43",
"styled-components": "^5.3.6",
"react-slider": "^2.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/rating/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-rating",
"description": "Rating component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@types/styled-components": "^5.1.26",
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-text": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42"
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-text": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43"
},
"devDependencies": {
"@meshx-org/mxui-tsconfig": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/searchbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-searchbox",
"description": "SearchBox component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co",
Expand Down Expand Up @@ -37,8 +37,8 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-textbox": "0.7.42",
"@meshx-org/mxui-overlays": "0.7.42",
"@meshx-org/mxui-textbox": "0.7.43",
"@meshx-org/mxui-overlays": "0.7.43",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-select",
"description": "Select component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -37,8 +37,8 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43",
"@types/styled-components": "^5.1.26"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-slider",
"description": "Slider component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -37,8 +37,8 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43",
"styled-components": "^5.3.6",
"react-slider": "^2.0.4"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"dependencies": {
"@internationalized/date": "3.1.0",
"@meshx-org/mxui-button": "0.7.42",
"@meshx-org/mxui-switch": "0.7.42",
"@meshx-org/mxui-overlays": "0.7.42",
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42",
"@meshx-org/mxui-textbox": "0.7.42",
"@meshx-org/mxui-datebox": "0.7.42",
"@meshx-org/mxui-text": "0.7.42",
"@meshx-org/mxui-slider": "0.7.42",
"@meshx-org/mxui-treeview": "0.7.42",
"@meshx-org/mxui-button": "0.7.43",
"@meshx-org/mxui-switch": "0.7.43",
"@meshx-org/mxui-overlays": "0.7.43",
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43",
"@meshx-org/mxui-textbox": "0.7.43",
"@meshx-org/mxui-datebox": "0.7.43",
"@meshx-org/mxui-text": "0.7.43",
"@meshx-org/mxui-slider": "0.7.43",
"@meshx-org/mxui-treeview": "0.7.43",
"@storybook/manager-api": "^7.4.0",
"@storybook/theming": "^7.4.0",
"@storybook/addon-react-native-web": "^0.0.20",
Expand Down
6 changes: 3 additions & 3 deletions packages/stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-stripebox",
"description": "Stripe credit card input component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -37,8 +37,8 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/text/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-text",
"description": "Text component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -37,7 +37,7 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-core": "0.7.43",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/textbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-textbox",
"description": "TextBox component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-primitives": "0.7.42"
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-primitives": "0.7.43"
},
"devDependencies": {
"@meshx-org/mxui-tsconfig": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/toggle-switch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx-org/mxui-switch",
"description": "Switch component for MXUI",
"version": "0.7.42",
"version": "0.7.43",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <[email protected]>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -39,8 +39,8 @@
"build": "bob build"
},
"dependencies": {
"@meshx-org/mxui-core": "0.7.42",
"@meshx-org/mxui-text": "0.7.42"
"@meshx-org/mxui-core": "0.7.43",
"@meshx-org/mxui-text": "0.7.43"
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
Expand Down
Loading

0 comments on commit e8eb425

Please sign in to comment.