From befcd38e7fb49d73a9bb95ac86de9e83404c5270 Mon Sep 17 00:00:00 2001 From: Luis Miguel Date: Fri, 1 Sep 2023 11:29:45 +0200 Subject: [PATCH 1/2] fix test --- src/Table/__snapshots__/test.js.snap | 50 ++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/Table/__snapshots__/test.js.snap b/src/Table/__snapshots__/test.js.snap index ae14fd9..9bbc9ce 100644 --- a/src/Table/__snapshots__/test.js.snap +++ b/src/Table/__snapshots__/test.js.snap @@ -22,6 +22,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > @@ -31,6 +36,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > Title @@ -42,6 +52,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > Links @@ -53,6 +68,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > Popularity @@ -64,6 +84,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > Action @@ -75,6 +100,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > Check @@ -86,6 +116,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > The title @@ -97,6 +132,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > The links @@ -108,6 +148,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > The popularity @@ -119,6 +164,11 @@ exports[`Default Table 1`] = ` onMouseEnter={[Function]} onMouseLeave={[Function]} role="cell" + style={ + Object { + "padding": "0 var(--size-2)", + } + } > The actions From bcedcc971a1adac50c6a4e092f1dac8b1a54c845 Mon Sep 17 00:00:00 2001 From: Luis Miguel Date: Fri, 1 Sep 2023 11:30:11 +0200 Subject: [PATCH 2/2] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a384db..27712e1 100644 --- a/package.json +++ b/package.json @@ -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",