Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/v2.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
luismarketgoo committed Sep 1, 2023
2 parents be33bf2 + bcedcc9 commit 8404701
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marketgoo/ola",
"version": "2.1.2",
"version": "2.1.3",
"description": "Design System by marketgoo",
"main": "dist/index.js",
"styles": "dist/index.css",
Expand Down
50 changes: 50 additions & 0 deletions src/Table/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span />
</div>
Expand All @@ -31,6 +36,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span>
Title
Expand All @@ -42,6 +52,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span>
Links
Expand All @@ -53,6 +68,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span>
Popularity
Expand All @@ -64,6 +84,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span>
Action
Expand All @@ -75,6 +100,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span>
Check
Expand All @@ -86,6 +116,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span>
The title
Expand All @@ -97,6 +132,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span>
The links
Expand All @@ -108,6 +148,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span>
The popularity
Expand All @@ -119,6 +164,11 @@ exports[`Default Table 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="cell"
style={
Object {
"padding": "0 var(--size-2)",
}
}
>
<span>
The actions
Expand Down

0 comments on commit 8404701

Please sign in to comment.