From 538dcd2fb91125a38731bda0931ef6fffadbd72f Mon Sep 17 00:00:00 2001
From: YulianaYarema <59561179+yarema184@users.noreply.github.com>
Date: Mon, 23 Oct 2023 11:23:03 +0300
Subject: [PATCH 01/13] Popover with arrow (tooltip view) (#2446)
* add tooltip view example
* popover with arrow view
---
next-docs/pages/components/popover.tsx | 7 +
.../public/examples/popover/TooltipView.tsx | 18 +
.../__snapshots__/index.test.tsx.snap | 466 ++++++++++++++++--
.../examples/popover/__tests__/index.test.tsx | 11 +
workspaces/core/src/popover/Popover.tsx | 46 +-
.../src/popover/private/types/PopoverState.ts | 3 +
6 files changed, 508 insertions(+), 43 deletions(-)
create mode 100644 next-docs/public/examples/popover/TooltipView.tsx
diff --git a/next-docs/pages/components/popover.tsx b/next-docs/pages/components/popover.tsx
index 1ae5658df0..f3b8e22c19 100644
--- a/next-docs/pages/components/popover.tsx
+++ b/next-docs/pages/components/popover.tsx
@@ -6,6 +6,7 @@ import Layout from '../../components/Layout';
import PropsTable from '../../components/PropsTable';
import Default from '../../public/examples/popover/Default';
import Position from '../../public/examples/popover/Position';
+import TooltipView from '../../public/examples/popover/TooltipView';
import TriggerElements from '../../public/examples/popover/TriggerElements';
import WithClose from '../../public/examples/popover/WithClose';
import useComponent from '../../utils/useComponent';
@@ -66,6 +67,12 @@ const PagePopover = () => {
code={examples ? examples.WithClose : 'Loading'}
/>
+ }
+ code={examples ? examples.TooltipView : 'Loading'}
+ />
+
{
+ return (
+
+
+ Trigger
+
+
+ This is the popover with arrow (tooltip)
+
+
+
+ );
+};
+
+export default Example;
diff --git a/next-docs/public/examples/popover/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/popover/__tests__/__snapshots__/index.test.tsx.snap
index 2ddf4f9348..4afb2df94c 100644
--- a/next-docs/public/examples/popover/__tests__/__snapshots__/index.test.tsx.snap
+++ b/next-docs/public/examples/popover/__tests__/__snapshots__/index.test.tsx.snap
@@ -13,10 +13,10 @@ Object {
data-headlessui-state="open"
>
+
-
-
-
-
-
-
-
-
-
-
-
-
- Activity
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 0px; width: 150px;"
+ >
+
+ 100
+
+
-
-
- Status
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 0px; width: 150px;"
+ >
+ 100
+
-
-
-
-
-
-
-
- ,
- "debug": [Function],
- "findAllByAltText": [Function],
- "findAllByDisplayValue": [Function],
- "findAllByLabelText": [Function],
- "findAllByPlaceholderText": [Function],
- "findAllByRole": [Function],
- "findAllByTestId": [Function],
- "findAllByText": [Function],
- "findAllByTitle": [Function],
- "findByAltText": [Function],
- "findByDisplayValue": [Function],
- "findByLabelText": [Function],
- "findByPlaceholderText": [Function],
- "findByRole": [Function],
- "findByTestId": [Function],
- "findByText": [Function],
- "findByTitle": [Function],
- "getAllByAltText": [Function],
- "getAllByDisplayValue": [Function],
- "getAllByLabelText": [Function],
- "getAllByPlaceholderText": [Function],
- "getAllByRole": [Function],
- "getAllByTestId": [Function],
- "getAllByText": [Function],
- "getAllByTitle": [Function],
- "getByAltText": [Function],
- "getByDisplayValue": [Function],
- "getByLabelText": [Function],
- "getByPlaceholderText": [Function],
- "getByRole": [Function],
- "getByTestId": [Function],
- "getByText": [Function],
- "getByTitle": [Function],
- "queryAllByAltText": [Function],
- "queryAllByDisplayValue": [Function],
- "queryAllByLabelText": [Function],
- "queryAllByPlaceholderText": [Function],
- "queryAllByRole": [Function],
- "queryAllByTestId": [Function],
- "queryAllByText": [Function],
- "queryAllByTitle": [Function],
- "queryByAltText": [Function],
- "queryByDisplayValue": [Function],
- "queryByLabelText": [Function],
- "queryByPlaceholderText": [Function],
- "queryByRole": [Function],
- "queryByTestId": [Function],
- "queryByText": [Function],
- "queryByTitle": [Function],
- "rerender": [Function],
- "unmount": [Function],
-}
-`;
-
-exports[`Table in RTL renders SelectableCheckboxes 1`] = `
-Object {
- "asFragment": [Function],
- "baseElement":
-
-
-
-
-
@@ -97405,6 +94355,7 @@ Object {
- First Name
+ Name
+
- Visits
+ First Name
-
+
-
-
-
,
- "debug": [Function],
- "findAllByAltText": [Function],
- "findAllByDisplayValue": [Function],
- "findAllByLabelText": [Function],
- "findAllByPlaceholderText": [Function],
- "findAllByRole": [Function],
- "findAllByTestId": [Function],
- "findAllByText": [Function],
- "findAllByTitle": [Function],
- "findByAltText": [Function],
- "findByDisplayValue": [Function],
- "findByLabelText": [Function],
- "findByPlaceholderText": [Function],
- "findByRole": [Function],
- "findByTestId": [Function],
- "findByText": [Function],
- "findByTitle": [Function],
- "getAllByAltText": [Function],
- "getAllByDisplayValue": [Function],
- "getAllByLabelText": [Function],
- "getAllByPlaceholderText": [Function],
- "getAllByRole": [Function],
- "getAllByTestId": [Function],
- "getAllByText": [Function],
- "getAllByTitle": [Function],
- "getByAltText": [Function],
- "getByDisplayValue": [Function],
- "getByLabelText": [Function],
- "getByPlaceholderText": [Function],
- "getByRole": [Function],
- "getByTestId": [Function],
- "getByText": [Function],
- "getByTitle": [Function],
- "queryAllByAltText": [Function],
- "queryAllByDisplayValue": [Function],
- "queryAllByLabelText": [Function],
- "queryAllByPlaceholderText": [Function],
- "queryAllByRole": [Function],
- "queryAllByTestId": [Function],
- "queryAllByText": [Function],
- "queryAllByTitle": [Function],
- "queryByAltText": [Function],
- "queryByDisplayValue": [Function],
- "queryByLabelText": [Function],
- "queryByPlaceholderText": [Function],
- "queryByRole": [Function],
- "queryByTestId": [Function],
- "queryByText": [Function],
- "queryByTitle": [Function],
- "rerender": [Function],
- "unmount": [Function],
-}
-`;
-
-exports[`Table renders Calendar 1`] = `
-Object {
- "asFragment": [Function],
- "baseElement":
-
-
+ Test 8
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 8
+
- 60
+ 38
- 200
+ 33
- 200
+ 128
- 200
+ 18
- 200
+ 48
+ Test 9
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 9
+
- 90
+ 39
- 300
+ 34
- 300
+ 129
- 300
+ 19
- 300
+ 49
+ Test 10
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 10
+
- 120
+ 40
- 400
+ 35
- 400
+ 130
- 400
+ 20
- 400
+ 50
+ Test 11
+
+
- January 2, 2023
+ Test 11
- 150
+ 41
- 500
+ 36
- 500
+ 131
- 500
+ 21
- 500
+ 51
+ Test 12
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 12
+
- 180
+ 42
- 600
+ 37
- 600
+ 132
- 600
+ 22
- 600
+ 52
+ Test 13
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 13
+
- 210
+ 43
- 700
+ 38
- 700
+ 133
- 700
+ 23
- 700
+ 53
+ Test 14
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 14
+
- 240
+ 44
- 800
+ 39
- 800
+ 134
- 800
+ 24
- 800
+ 54
+ Test 15
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 15
+
- 270
+ 45
- 900
+ 40
- 900
+ 135
- 900
+ 25
- 900
+ 55
+ Test 16
+
+
- January 3, 2023
+ Test 16
- 300
+ 46
- 1000
+ 41
- 1000
+ 136
- 1000
+ 26
- 1000
+ 56
+ Test 17
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 17
+
- 330
+ 47
- 1100
+ 42
- 1100
+ 137
- 1100
+ 27
- 1100
+ 57
+ Test 18
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 18
+
- 360
+ 48
- 1200
+ 43
- 1200
+ 138
- 1200
+ 28
- 1200
+ 58
+ Test 19
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 19
+
- 390
+ 49
- 1300
+ 44
- 1300
+ 139
- 1300
+ 29
- 1300
+ 59
+ Test 20
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 20
+
- 420
+ 50
- 1400
+ 45
- 1400
+ 140
- 1400
+ 30
- 1400
+ 60
+ Test 21
+
+
- January 4, 2023
+ Test 21
- 450
+ 51
- 1500
+ 46
- 1500
+ 141
- 1500
+ 31
- 1500
+ 61
+ Test 22
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 22
+
- 480
+ 52
- 1600
+ 47
- 1600
+ 142
- 1600
+ 32
- 1600
+ 62
+ Test 23
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 23
+
- 510
+ 53
- 1700
+ 48
- 1700
+ 143
- 1700
+ 33
- 1700
+ 63
+ Test 24
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 24
+
- 540
+ 54
- 1800
+ 49
- 1800
+ 144
- 1800
+ 34
- 1800
+ 64
+ Test 25
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 25
+
- 570
+ 55
- 1900
+ 50
- 1900
+ 145
- 1900
+ 35
- 1900
+ 65
+ Test 26
+
+
- January 5, 2023
+ Test 26
- 600
+ 56
- 2000
+ 51
- 2000
+ 146
- 2000
+ 36
- 2000
+ 66
+ Test 27
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 27
+
- 630
+ 57
- 2100
+ 52
- 2100
+ 147
- 2100
+ 37
- 2100
+ 67
+ Test 28
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 28
+
- 660
+ 58
- 2200
+ 53
- 2200
+ 148
- 2200
+ 38
- 2200
+ 68
+ Test 29
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 29
+
- 690
+ 59
- 2300
+ 54
- 2300
+ 149
- 2300
+ 39
- 2300
+ 69
+ Test 30
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 30
+
- 720
+ 60
- 2400
+ 55
- 2400
+ 150
- 2400
+ 40
- 2400
+ 70
+ Test 31
+
+
- January 6, 2023
+ Test 31
- 750
+ 61
- 2500
+ 56
- 2500
+ 151
- 2500
+ 41
- 2500
+ 71
-
-
- 780
-
-
-
-
- 2600
-
-
-
- 2600
-
-
- 2600
-
-
-
- 2600
-
+ Test 32
-
-
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 32
+
- 810
+ 62
- 2700
+ 57
- 2700
+ 152
- 2700
+ 42
- 2700
+ 72
-
-
- 840
-
-
-
-
- 2800
-
-
-
- 2800
-
-
- 2800
-
-
-
- 2800
-
+ Test 33
-
-
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 33
+
- 870
+ 63
- 2900
+ 58
- 2900
+ 153
- 2900
+ 43
- 2900
+ 73
+ Test 34
+
+
- January 7, 2023
+ Test 34
- 900
+ 64
- 3000
+ 59
- 3000
+ 154
- 3000
+ 44
- 3000
+ 74
-
-
- 930
-
-
-
-
- 3100
-
-
-
- 3100
-
-
- 3100
-
-
-
- 3100
-
+ Test 35
-
-
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 35
+
- 960
+ 65
- 3200
+ 60
- 3200
+ 155
- 3200
+ 45
- 3200
+ 75
+ Test 36
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 36
+
- 990
+ 66
- 3300
+ 61
- 3300
+ 156
- 3300
+ 46
- 3300
+ 76
+ Test 37
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 37
+
- 1020
+ 67
- 3400
+ 62
- 3400
+ 157
- 3400
+ 47
- 3400
+ 77
+ Test 38
+
+
- January 8, 2023
+ Test 38
- 1050
+ 68
- 3500
+ 63
- 3500
+ 158
- 3500
+ 48
- 3500
+ 78
+ Test 39
+
+
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px; position: sticky; z-index: 3; left: 150px;"
+ >
+ Test 39
+
- 1080
+ 69
- 3600
+ 64
- 3600
+ 159
- 3600
+ 49
- 3600
+ 79
-
+
+
+ ,
+ "debug": [Function],
+ "findAllByAltText": [Function],
+ "findAllByDisplayValue": [Function],
+ "findAllByLabelText": [Function],
+ "findAllByPlaceholderText": [Function],
+ "findAllByRole": [Function],
+ "findAllByTestId": [Function],
+ "findAllByText": [Function],
+ "findAllByTitle": [Function],
+ "findByAltText": [Function],
+ "findByDisplayValue": [Function],
+ "findByLabelText": [Function],
+ "findByPlaceholderText": [Function],
+ "findByRole": [Function],
+ "findByTestId": [Function],
+ "findByText": [Function],
+ "findByTitle": [Function],
+ "getAllByAltText": [Function],
+ "getAllByDisplayValue": [Function],
+ "getAllByLabelText": [Function],
+ "getAllByPlaceholderText": [Function],
+ "getAllByRole": [Function],
+ "getAllByTestId": [Function],
+ "getAllByText": [Function],
+ "getAllByTitle": [Function],
+ "getByAltText": [Function],
+ "getByDisplayValue": [Function],
+ "getByLabelText": [Function],
+ "getByPlaceholderText": [Function],
+ "getByRole": [Function],
+ "getByTestId": [Function],
+ "getByText": [Function],
+ "getByTitle": [Function],
+ "queryAllByAltText": [Function],
+ "queryAllByDisplayValue": [Function],
+ "queryAllByLabelText": [Function],
+ "queryAllByPlaceholderText": [Function],
+ "queryAllByRole": [Function],
+ "queryAllByTestId": [Function],
+ "queryAllByText": [Function],
+ "queryAllByTitle": [Function],
+ "queryByAltText": [Function],
+ "queryByDisplayValue": [Function],
+ "queryByLabelText": [Function],
+ "queryByPlaceholderText": [Function],
+ "queryByRole": [Function],
+ "queryByTestId": [Function],
+ "queryByText": [Function],
+ "queryByTitle": [Function],
+ "rerender": [Function],
+ "unmount": [Function],
+}
+`;
+
+exports[`Table in RTL renders Tooltips 1`] = `
+Object {
+ "asFragment": [Function],
+ "baseElement":
+
- ,
- "container":
+ ,
+ "container": ,
+ "debug": [Function],
+ "findAllByAltText": [Function],
+ "findAllByDisplayValue": [Function],
+ "findAllByLabelText": [Function],
+ "findAllByPlaceholderText": [Function],
+ "findAllByRole": [Function],
+ "findAllByTestId": [Function],
+ "findAllByText": [Function],
+ "findAllByTitle": [Function],
+ "findByAltText": [Function],
+ "findByDisplayValue": [Function],
+ "findByLabelText": [Function],
+ "findByPlaceholderText": [Function],
+ "findByRole": [Function],
+ "findByTestId": [Function],
+ "findByText": [Function],
+ "findByTitle": [Function],
+ "getAllByAltText": [Function],
+ "getAllByDisplayValue": [Function],
+ "getAllByLabelText": [Function],
+ "getAllByPlaceholderText": [Function],
+ "getAllByRole": [Function],
+ "getAllByTestId": [Function],
+ "getAllByText": [Function],
+ "getAllByTitle": [Function],
+ "getByAltText": [Function],
+ "getByDisplayValue": [Function],
+ "getByLabelText": [Function],
+ "getByPlaceholderText": [Function],
+ "getByRole": [Function],
+ "getByTestId": [Function],
+ "getByText": [Function],
+ "getByTitle": [Function],
+ "queryAllByAltText": [Function],
+ "queryAllByDisplayValue": [Function],
+ "queryAllByLabelText": [Function],
+ "queryAllByPlaceholderText": [Function],
+ "queryAllByRole": [Function],
+ "queryAllByTestId": [Function],
+ "queryAllByText": [Function],
+ "queryAllByTitle": [Function],
+ "queryByAltText": [Function],
+ "queryByDisplayValue": [Function],
+ "queryByLabelText": [Function],
+ "queryByPlaceholderText": [Function],
+ "queryByRole": [Function],
+ "queryByTestId": [Function],
+ "queryByText": [Function],
+ "queryByTitle": [Function],
+ "rerender": [Function],
+ "unmount": [Function],
+}
+`;
+
+exports[`Table in RTL renders Zebra 1`] = `
+Object {
+ "asFragment": [Function],
+ "baseElement":
+
+ ,
+ "container": ,
+ "debug": [Function],
+ "findAllByAltText": [Function],
+ "findAllByDisplayValue": [Function],
+ "findAllByLabelText": [Function],
+ "findAllByPlaceholderText": [Function],
+ "findAllByRole": [Function],
+ "findAllByTestId": [Function],
+ "findAllByText": [Function],
+ "findAllByTitle": [Function],
+ "findByAltText": [Function],
+ "findByDisplayValue": [Function],
+ "findByLabelText": [Function],
+ "findByPlaceholderText": [Function],
+ "findByRole": [Function],
+ "findByTestId": [Function],
+ "findByText": [Function],
+ "findByTitle": [Function],
+ "getAllByAltText": [Function],
+ "getAllByDisplayValue": [Function],
+ "getAllByLabelText": [Function],
+ "getAllByPlaceholderText": [Function],
+ "getAllByRole": [Function],
+ "getAllByTestId": [Function],
+ "getAllByText": [Function],
+ "getAllByTitle": [Function],
+ "getByAltText": [Function],
+ "getByDisplayValue": [Function],
+ "getByLabelText": [Function],
+ "getByPlaceholderText": [Function],
+ "getByRole": [Function],
+ "getByTestId": [Function],
+ "getByText": [Function],
+ "getByTitle": [Function],
+ "queryAllByAltText": [Function],
+ "queryAllByDisplayValue": [Function],
+ "queryAllByLabelText": [Function],
+ "queryAllByPlaceholderText": [Function],
+ "queryAllByRole": [Function],
+ "queryAllByTestId": [Function],
+ "queryAllByText": [Function],
+ "queryAllByTitle": [Function],
+ "queryByAltText": [Function],
+ "queryByDisplayValue": [Function],
+ "queryByLabelText": [Function],
+ "queryByPlaceholderText": [Function],
+ "queryByRole": [Function],
+ "queryByTestId": [Function],
+ "queryByText": [Function],
+ "queryByTitle": [Function],
+ "rerender": [Function],
+ "unmount": [Function],
+}
+`;
+
+exports[`Table renders Calendar 1`] = `
+Object {
+ "asFragment": [Function],
+ "baseElement":
+
+ ,
+ "container":
+
- 1100
+ 1600
- 1100
+ 1600
- 1100
+ 1600
@@ -113149,7 +122432,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 360
+ 510
- 1200
+ 1700
- 1200
+ 1700
- 1200
+ 1700
@@ -113208,7 +122491,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 390
+ 540
- 1300
+ 1800
- 1300
+ 1800
- 1300
+ 1800
@@ -113267,7 +122550,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 420
+ 570
- 1400
+ 1900
- 1400
+ 1900
- 1400
+ 1900
@@ -113326,7 +122609,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 450
+ 600
- 1500
+ 2000
- 1500
+ 2000
- 1500
+ 2000
@@ -113385,7 +122668,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 480
+ 630
- 1600
+ 2100
- 1600
+ 2100
- 1600
+ 2100
@@ -113444,7 +122727,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 510
+ 660
- 1700
+ 2200
- 1700
+ 2200
- 1700
+ 2200
@@ -113503,7 +122786,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 540
+ 690
- 1800
+ 2300
- 1800
+ 2300
- 1800
+ 2300
@@ -113562,7 +122845,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 570
+ 720
- 1900
+ 2400
- 1900
+ 2400
- 1900
+ 2400
@@ -113621,7 +122904,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 600
+ 750
- 2000
+ 2500
- 2000
+ 2500
- 2000
+ 2500
@@ -113680,7 +122963,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 630
+ 780
- 2100
+ 2600
- 2100
+ 2600
- 2100
+ 2600
@@ -113739,7 +123022,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 660
+ 810
- 2200
+ 2700
- 2200
+ 2700
- 2200
+ 2700
@@ -113798,7 +123081,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 690
+ 840
- 2300
+ 2800
- 2300
+ 2800
- 2300
+ 2800
@@ -113857,7 +123140,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 720
+ 870
- 2400
+ 2900
- 2400
+ 2900
- 2400
+ 2900
@@ -113916,7 +123199,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 750
+ 900
- 2500
+ 3000
- 2500
+ 3000
- 2500
+ 3000
@@ -113975,7 +123258,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 780
+ 930
- 2600
+ 3100
- 2600
+ 3100
- 2600
+ 3100
@@ -114034,7 +123317,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 810
+ 960
- 2700
+ 3200
- 2700
+ 3200
- 2700
+ 3200
@@ -114093,7 +123376,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 840
+ 990
- 2800
+ 3300
- 2800
+ 3300
- 2800
+ 3300
@@ -114152,7 +123435,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 870
+ 1020
- 2900
+ 3400
- 2900
+ 3400
- 2900
+ 3400
@@ -114211,7 +123494,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 900
+ 1050
- 3000
+ 3500
- 3000
+ 3500
- 3000
+ 3500
@@ -114270,7 +123553,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 930
+ 1080
- 3100
+ 3600
- 3100
+ 3600
- 3100
+ 3600
@@ -114329,7 +123612,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 960
+ 1110
- 3200
+ 3700
- 3200
+ 3700
- 3200
+ 3700
@@ -114388,7 +123671,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 990
+ 1140
- 3300
+ 3800
- 3300
+ 3800
- 3300
+ 3800
@@ -114447,7 +123730,7 @@ Object {
style="box-sizing: border-box; flex: 150 0 auto; min-width: 150px; width: 150px;"
>
- 1020
+ 1170
- 3400
+ 3900
- 3400
+ 3900
- 3400
+ 3900
+
+
- Test
-
-
- Test
-
-
-
- 1080
-
-
-
-
- 3600
-
+ Name footer
+
-
- 3600
-
+ Progress footer
+
+
+
+ ,
+ "debug": [Function],
+ "findAllByAltText": [Function],
+ "findAllByDisplayValue": [Function],
+ "findAllByLabelText": [Function],
+ "findAllByPlaceholderText": [Function],
+ "findAllByRole": [Function],
+ "findAllByTestId": [Function],
+ "findAllByText": [Function],
+ "findAllByTitle": [Function],
+ "findByAltText": [Function],
+ "findByDisplayValue": [Function],
+ "findByLabelText": [Function],
+ "findByPlaceholderText": [Function],
+ "findByRole": [Function],
+ "findByTestId": [Function],
+ "findByText": [Function],
+ "findByTitle": [Function],
+ "getAllByAltText": [Function],
+ "getAllByDisplayValue": [Function],
+ "getAllByLabelText": [Function],
+ "getAllByPlaceholderText": [Function],
+ "getAllByRole": [Function],
+ "getAllByTestId": [Function],
+ "getAllByText": [Function],
+ "getAllByTitle": [Function],
+ "getByAltText": [Function],
+ "getByDisplayValue": [Function],
+ "getByLabelText": [Function],
+ "getByPlaceholderText": [Function],
+ "getByRole": [Function],
+ "getByTestId": [Function],
+ "getByText": [Function],
+ "getByTitle": [Function],
+ "queryAllByAltText": [Function],
+ "queryAllByDisplayValue": [Function],
+ "queryAllByLabelText": [Function],
+ "queryAllByPlaceholderText": [Function],
+ "queryAllByRole": [Function],
+ "queryAllByTestId": [Function],
+ "queryAllByText": [Function],
+ "queryAllByTitle": [Function],
+ "queryByAltText": [Function],
+ "queryByDisplayValue": [Function],
+ "queryByLabelText": [Function],
+ "queryByPlaceholderText": [Function],
+ "queryByRole": [Function],
+ "queryByTestId": [Function],
+ "queryByText": [Function],
+ "queryByTitle": [Function],
+ "rerender": [Function],
+ "unmount": [Function],
+}
+`;
+
+exports[`Table renders CustomColumnWidths 1`] = `
+Object {
+ "asFragment": [Function],
+ "baseElement":
+
+
-
-
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 rounded-s-lg text-bulma bg-goku border-goku"
+ data-sticky-td="true"
+ role="cell"
+ style="box-sizing: border-box; flex: 250 0 auto; min-width: 30px; width: 250px; position: sticky; z-index: 3; left: 0px;"
+ >
+ 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
+
+
+ aleksandr@heathmonitoring.com
+
+
+ 2023-09-19T14:31:46.105Z
+
+
+ Bender (old) Coingaming
+
+
+ Pragmatic Play
+
+
+ 22.97
+
+
+
+
+
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 rounded-s-lg text-bulma bg-goku border-goku"
+ data-sticky-td="true"
+ role="cell"
+ style="box-sizing: border-box; flex: 250 0 auto; min-width: 30px; width: 250px; position: sticky; z-index: 3; left: 0px;"
+ >
+ 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
+
+
+ aleksandr@heathmonitoring.com
+
+
+ 2023-09-19T14:31:46.105Z
+
+
+ Bender (old) Coingaming
+
+
+ Pragmatic Play
+
+
+ 22.97
+
+
+
+
+
-
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 rounded-s-lg text-bulma bg-goku border-goku"
+ data-sticky-td="true"
+ role="cell"
+ style="box-sizing: border-box; flex: 250 0 auto; min-width: 30px; width: 250px; position: sticky; z-index: 3; left: 0px;"
+ >
+ 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
+
-
-
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ data-sticky-last-left-td="true"
+ data-sticky-td="true"
+ role="cell"
+ style="box-sizing: border-box; flex: 240 0 auto; min-width: 80px; width: 240px; position: sticky; z-index: 3; left: 250px;"
+ >
+ aleksandr@heathmonitoring.com
+
-
-
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 30px; width: 150px;"
+ >
+ 2023-09-19T14:31:46.105Z
+
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 30px; width: 150px;"
+ >
+ Bender (old) Coingaming
+
+
+ Pragmatic Play
+
+
+ 22.97
+
+
+
+
+
-
-
- Name footer
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 rounded-s-lg text-bulma bg-goku border-goku"
+ data-sticky-td="true"
+ role="cell"
+ style="box-sizing: border-box; flex: 250 0 auto; min-width: 30px; width: 250px; position: sticky; z-index: 3; left: 0px;"
+ >
+ 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
+
+
+ aleksandr@heathmonitoring.com
+
+
+ 2023-09-19T14:31:46.105Z
+
+
+ Bender (old) Coingaming
+
+
+ Pragmatic Play
+
+
+ 22.97
+
+
+
+
+
- Info footer
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 rounded-s-lg text-bulma bg-goku border-goku"
+ data-sticky-td="true"
+ role="cell"
+ style="box-sizing: border-box; flex: 250 0 auto; min-width: 30px; width: 250px; position: sticky; z-index: 3; left: 0px;"
+ >
+ 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
+
+
+ aleksandr@heathmonitoring.com
+
+
+ 2023-09-19T14:31:46.105Z
+
+
+ Bender (old) Coingaming
+
+
+ Pragmatic Play
+
+
+ 22.97
+
+
+
+
+
- Progress footer
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 rounded-s-lg text-bulma bg-goku border-goku"
+ data-sticky-td="true"
+ role="cell"
+ style="box-sizing: border-box; flex: 250 0 auto; min-width: 30px; width: 250px; position: sticky; z-index: 3; left: 0px;"
+ >
+ 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
+
+
+ aleksandr@heathmonitoring.com
+
+
+ 2023-09-19T14:31:46.105Z
+
+
+ Bender (old) Coingaming
+
+
+ Pragmatic Play
+
+
+ 22.97
+
+
+
+
+
-
-
-
- ,
- "debug": [Function],
- "findAllByAltText": [Function],
- "findAllByDisplayValue": [Function],
- "findAllByLabelText": [Function],
- "findAllByPlaceholderText": [Function],
- "findAllByRole": [Function],
- "findAllByTestId": [Function],
- "findAllByText": [Function],
- "findAllByTitle": [Function],
- "findByAltText": [Function],
- "findByDisplayValue": [Function],
- "findByLabelText": [Function],
- "findByPlaceholderText": [Function],
- "findByRole": [Function],
- "findByTestId": [Function],
- "findByText": [Function],
- "findByTitle": [Function],
- "getAllByAltText": [Function],
- "getAllByDisplayValue": [Function],
- "getAllByLabelText": [Function],
- "getAllByPlaceholderText": [Function],
- "getAllByRole": [Function],
- "getAllByTestId": [Function],
- "getAllByText": [Function],
- "getAllByTitle": [Function],
- "getByAltText": [Function],
- "getByDisplayValue": [Function],
- "getByLabelText": [Function],
- "getByPlaceholderText": [Function],
- "getByRole": [Function],
- "getByTestId": [Function],
- "getByText": [Function],
- "getByTitle": [Function],
- "queryAllByAltText": [Function],
- "queryAllByDisplayValue": [Function],
- "queryAllByLabelText": [Function],
- "queryAllByPlaceholderText": [Function],
- "queryAllByRole": [Function],
- "queryAllByTestId": [Function],
- "queryAllByText": [Function],
- "queryAllByTitle": [Function],
- "queryByAltText": [Function],
- "queryByDisplayValue": [Function],
- "queryByLabelText": [Function],
- "queryByPlaceholderText": [Function],
- "queryByRole": [Function],
- "queryByTestId": [Function],
- "queryByText": [Function],
- "queryByTitle": [Function],
- "rerender": [Function],
- "unmount": [Function],
-}
-`;
-
-exports[`Table renders CustomColumnWidths 1`] = `
-Object {
- "asFragment": [Function],
- "baseElement":
-
-
- Transaction UUID
-
+ 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
- User & Supplier user
-
+ aleksandr@heathmonitoring.com
- Process time
-
+ 2023-09-19T14:31:46.105Z
- Client
-
+ Bender (old) Coingaming
- Game name & provider
-
+ Pragmatic Play
- Currency
+ class="flex items-center rounded-moon-i-xs gap-1 select-none py-1 px-2 h-6 text-moon-10-caption uppercase font-medium bg-gray-100 text-lg text-gray-600 max-w-fit"
+ >
+ USD
+
- Status
+ class="flex items-center rounded-moon-i-xs gap-1 select-none py-1 px-2 h-6 text-moon-10-caption uppercase font-medium bg-roshi-10 text-lg text-roshi max-w-fit"
+ >
+ SUCCESS
+
- Kind
+ class="flex items-center rounded-moon-i-xs gap-1 select-none py-1 px-2 h-6 text-moon-10-caption uppercase font-medium bg-roshi-10 text-lg text-roshi max-w-fit"
+ >
+ BET
+
+ >
+ 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
+
+ >
+ aleksandr@heathmonitoring.com
+
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 30px; width: 150px;"
+ >
+ 2023-09-19T14:31:46.105Z
+
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 30px; width: 150px;"
+ >
+ Bender (old) Coingaming
+
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 120 0 auto; min-width: 30px; width: 120px;"
+ >
+ Pragmatic Play
+
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 70 0 auto; min-width: 60px; width: 70px;"
+ >
+ 22.97
+
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 80 0 auto; min-width: 75px; width: 80px;"
+ >
+
+ USD
+
+
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 90 0 auto; min-width: 80px; width: 90px;"
+ >
+
+ SUCCESS
+
+
+ class="relative box-border justify-between items-center text-start break-all truncate text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 60 0 auto; min-width: 50px; width: 60px;"
+ >
+
+ BET
+
+
+ >
+
+
-
-
+
+
+
+ ,
+ "container":
+
-
-
- 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
-
-
- aleksandr@heathmonitoring.com
-
-
- 2023-09-19T14:31:46.105Z
-
-
- Bender (old) Coingaming
-
-
- Pragmatic Play
-
-
- 22.97
-
-
- USD
+ Test
-
-
-
- BET
+
+ 1700
+
+
+
+ 1700
-
-
-
- 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
-
-
- aleksandr@heathmonitoring.com
-
-
- 2023-09-19T14:31:46.105Z
-
-
- Bender (old) Coingaming
-
-
- Pragmatic Play
-
-
- 22.97
-
-
- USD
+ Test
-
-
-
- BET
+
+ 1800
+
+
+
+ 1800
-
-
-
- 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
-
-
- aleksandr@heathmonitoring.com
-
-
- 2023-09-19T14:31:46.105Z
-
-
- Bender (old) Coingaming
-
-
- Pragmatic Play
-
-
- 22.97
-
-
- USD
+ Test
-
-
- SUCCESS
+
+ 570
+
+
+
+
+ 1900
+
-
-
+
+
+
+ ,
+ "container":
+
+
+
-
- 84837d8ac654aa4689efa4649-84837d8ac654aa4689efa4649756454a5646545546d54f6546f546
+ Name
+
- aleksandr@heathmonitoring.com
+ Age
+
- 2023-09-19T14:31:46.105Z
+ Visits
+
- Bender (old) Coingaming
+ Activity
+
+
+
+
+
,
- "debug": [Function],
- "findAllByAltText": [Function],
- "findAllByDisplayValue": [Function],
- "findAllByLabelText": [Function],
- "findAllByPlaceholderText": [Function],
- "findAllByRole": [Function],
- "findAllByTestId": [Function],
- "findAllByText": [Function],
- "findAllByTitle": [Function],
- "findByAltText": [Function],
- "findByDisplayValue": [Function],
- "findByLabelText": [Function],
- "findByPlaceholderText": [Function],
- "findByRole": [Function],
- "findByTestId": [Function],
- "findByText": [Function],
- "findByTitle": [Function],
- "getAllByAltText": [Function],
- "getAllByDisplayValue": [Function],
- "getAllByLabelText": [Function],
- "getAllByPlaceholderText": [Function],
- "getAllByRole": [Function],
- "getAllByTestId": [Function],
- "getAllByText": [Function],
- "getAllByTitle": [Function],
- "getByAltText": [Function],
- "getByDisplayValue": [Function],
- "getByLabelText": [Function],
- "getByPlaceholderText": [Function],
- "getByRole": [Function],
- "getByTestId": [Function],
- "getByText": [Function],
- "getByTitle": [Function],
- "queryAllByAltText": [Function],
- "queryAllByDisplayValue": [Function],
- "queryAllByLabelText": [Function],
- "queryAllByPlaceholderText": [Function],
- "queryAllByRole": [Function],
- "queryAllByTestId": [Function],
- "queryAllByText": [Function],
- "queryAllByTitle": [Function],
- "queryByAltText": [Function],
- "queryByDisplayValue": [Function],
- "queryByLabelText": [Function],
- "queryByPlaceholderText": [Function],
- "queryByRole": [Function],
- "queryByTestId": [Function],
- "queryByText": [Function],
- "queryByTitle": [Function],
- "rerender": [Function],
- "unmount": [Function],
-}
-`;
-
-exports[`Table renders CustomContent 1`] = `
-Object {
- "asFragment": [Function],
- "baseElement":
-
+
,
+ "debug": [Function],
+ "findAllByAltText": [Function],
+ "findAllByDisplayValue": [Function],
+ "findAllByLabelText": [Function],
+ "findAllByPlaceholderText": [Function],
+ "findAllByRole": [Function],
+ "findAllByTestId": [Function],
+ "findAllByText": [Function],
+ "findAllByTitle": [Function],
+ "findByAltText": [Function],
+ "findByDisplayValue": [Function],
+ "findByLabelText": [Function],
+ "findByPlaceholderText": [Function],
+ "findByRole": [Function],
+ "findByTestId": [Function],
+ "findByText": [Function],
+ "findByTitle": [Function],
+ "getAllByAltText": [Function],
+ "getAllByDisplayValue": [Function],
+ "getAllByLabelText": [Function],
+ "getAllByPlaceholderText": [Function],
+ "getAllByRole": [Function],
+ "getAllByTestId": [Function],
+ "getAllByText": [Function],
+ "getAllByTitle": [Function],
+ "getByAltText": [Function],
+ "getByDisplayValue": [Function],
+ "getByLabelText": [Function],
+ "getByPlaceholderText": [Function],
+ "getByRole": [Function],
+ "getByTestId": [Function],
+ "getByText": [Function],
+ "getByTitle": [Function],
+ "queryAllByAltText": [Function],
+ "queryAllByDisplayValue": [Function],
+ "queryAllByLabelText": [Function],
+ "queryAllByPlaceholderText": [Function],
+ "queryAllByRole": [Function],
+ "queryAllByTestId": [Function],
+ "queryAllByText": [Function],
+ "queryAllByTitle": [Function],
+ "queryByAltText": [Function],
+ "queryByDisplayValue": [Function],
+ "queryByLabelText": [Function],
+ "queryByPlaceholderText": [Function],
+ "queryByRole": [Function],
+ "queryByTestId": [Function],
+ "queryByText": [Function],
+ "queryByTitle": [Function],
+ "rerender": [Function],
+ "unmount": [Function],
+}
+`;
+
+exports[`Table renders Default 1`] = `
+Object {
+ "asFragment": [Function],
+ "baseElement":
+
+
,
+ "debug": [Function],
+ "findAllByAltText": [Function],
+ "findAllByDisplayValue": [Function],
+ "findAllByLabelText": [Function],
+ "findAllByPlaceholderText": [Function],
+ "findAllByRole": [Function],
+ "findAllByTestId": [Function],
+ "findAllByText": [Function],
+ "findAllByTitle": [Function],
+ "findByAltText": [Function],
+ "findByDisplayValue": [Function],
+ "findByLabelText": [Function],
+ "findByPlaceholderText": [Function],
+ "findByRole": [Function],
+ "findByTestId": [Function],
+ "findByText": [Function],
+ "findByTitle": [Function],
+ "getAllByAltText": [Function],
+ "getAllByDisplayValue": [Function],
+ "getAllByLabelText": [Function],
+ "getAllByPlaceholderText": [Function],
+ "getAllByRole": [Function],
+ "getAllByTestId": [Function],
+ "getAllByText": [Function],
+ "getAllByTitle": [Function],
+ "getByAltText": [Function],
+ "getByDisplayValue": [Function],
+ "getByLabelText": [Function],
+ "getByPlaceholderText": [Function],
+ "getByRole": [Function],
+ "getByTestId": [Function],
+ "getByText": [Function],
+ "getByTitle": [Function],
+ "queryAllByAltText": [Function],
+ "queryAllByDisplayValue": [Function],
+ "queryAllByLabelText": [Function],
+ "queryAllByPlaceholderText": [Function],
+ "queryAllByRole": [Function],
+ "queryAllByTestId": [Function],
+ "queryAllByText": [Function],
+ "queryAllByTitle": [Function],
+ "queryByAltText": [Function],
+ "queryByDisplayValue": [Function],
+ "queryByLabelText": [Function],
+ "queryByPlaceholderText": [Function],
+ "queryByRole": [Function],
+ "queryByTestId": [Function],
+ "queryByText": [Function],
+ "queryByTitle": [Function],
+ "rerender": [Function],
+ "unmount": [Function],
+}
+`;
+
+exports[`Table renders Editable 1`] = `
+Object {
+ "asFragment": [Function],
+ "baseElement":
+
+ ,
+ "container":
+
,
+ "debug": [Function],
+ "findAllByAltText": [Function],
+ "findAllByDisplayValue": [Function],
+ "findAllByLabelText": [Function],
+ "findAllByPlaceholderText": [Function],
+ "findAllByRole": [Function],
+ "findAllByTestId": [Function],
+ "findAllByText": [Function],
+ "findAllByTitle": [Function],
+ "findByAltText": [Function],
+ "findByDisplayValue": [Function],
+ "findByLabelText": [Function],
+ "findByPlaceholderText": [Function],
+ "findByRole": [Function],
+ "findByTestId": [Function],
+ "findByText": [Function],
+ "findByTitle": [Function],
+ "getAllByAltText": [Function],
+ "getAllByDisplayValue": [Function],
+ "getAllByLabelText": [Function],
+ "getAllByPlaceholderText": [Function],
+ "getAllByRole": [Function],
+ "getAllByTestId": [Function],
+ "getAllByText": [Function],
+ "getAllByTitle": [Function],
+ "getByAltText": [Function],
+ "getByDisplayValue": [Function],
+ "getByLabelText": [Function],
+ "getByPlaceholderText": [Function],
+ "getByRole": [Function],
+ "getByTestId": [Function],
+ "getByText": [Function],
+ "getByTitle": [Function],
+ "queryAllByAltText": [Function],
+ "queryAllByDisplayValue": [Function],
+ "queryAllByLabelText": [Function],
+ "queryAllByPlaceholderText": [Function],
+ "queryAllByRole": [Function],
+ "queryAllByTestId": [Function],
+ "queryAllByText": [Function],
+ "queryAllByTitle": [Function],
+ "queryByAltText": [Function],
+ "queryByDisplayValue": [Function],
+ "queryByLabelText": [Function],
+ "queryByPlaceholderText": [Function],
+ "queryByRole": [Function],
+ "queryByTestId": [Function],
+ "queryByText": [Function],
+ "queryByTitle": [Function],
+ "rerender": [Function],
+ "unmount": [Function],
+}
+`;
+
+exports[`Table renders ExpandableCheckboxes 1`] = `
+Object {
+ "asFragment": [Function],
+ "baseElement":
+
+
+
+ Test lvl1
+
+
+
+ 36
+
+
+
+
+ 50
+
+
+
+ 54
+
+
+ 19
+
+
+
+ 20
+
+
+
-
- Test
-
-
-
-
-
-
-
+
+
+ Sub test lvl2
+
+
+
+ 96
+
+
+
+
+ 8
+
+
+
+ 23
+
+
+ 97
+
+
+
+ 2
+
+
+
-
-
- 960
-
+
+
+ Sub test lvl3
+
+
+
+ 63
+
+
+
+
+ 82
+
+
+
+ 46
+
+
+ 52
+
+
+
+ 59
+
+
+
-
-
+
+ Sub test lvl3
+
+
+
+ 64
+
+
+
+
+ 35
+
+
+
+ 5
+
+
+ 65
+
+
+
+ 78
+
+
+
-
- Test
-
-
-
-
-
-
-
+
+
+ Sub test lvl3
+
+
+
+ 12
+
+
+
+
+ 4
+
+
+
+ 5
+
+
+ 98
+
+
+
+ 44
+
+
+
-
-
- 1050
-
+
+
+ Sub test lvl2
+
+
+
+ 74
+
+
+
+
+ 5
+
+
+
+ 2
+
+
+ 86
+
+
+
+ 1
+
+
+
-
-
+
+ Sub test lvl3
+
+
+
+ 89
+
+
+
+
+ 98
+
+
+
+ 43
+
+
+ 24
+
+
+
+ 54
+
+
+
-
- Test
-
-
-
-
+
+ Sub test lvl3
+
+
+
+ 52
+
+
+
+
+ 25
+
+
+
+ 35
+
+
+ 97
+
+
+
+ 25
+
+
+
-
- 1110
-
+
+
+ Sub test lvl3
+
+
+
+ 55
+
+
+
+
+ 54
+
+
+
+ 33
+
+
+ 56
+
+
+
+ 24
+
+
+
-
-
+
+ Sub test lvl2
+
+
+
+ 53
+
+
+
+
+ 63
+
+
+
+ 3
+
+
+ 48
+
+
+
+ 24
+
+
+
-
- Test
-
-
-
-
+
+ Sub test lvl3
+
+
+
+ 4
+
+
+
+
+ 653
+
+
+
+ 43
+
+
+ 44
+
+
+
+ 36
+
+
+
-
- 1170
-
+
+
+ Sub test lvl3
+
+
+
+ 49
+
+
+
+
+ 45
+
+
+
+ 4
+
+
+ 35
+
+
+
+ 454
+
+
+
-
-
-
- ,
- "debug": [Function],
- "findAllByAltText": [Function],
- "findAllByDisplayValue": [Function],
- "findAllByLabelText": [Function],
- "findAllByPlaceholderText": [Function],
- "findAllByRole": [Function],
- "findAllByTestId": [Function],
- "findAllByText": [Function],
- "findAllByTitle": [Function],
- "findByAltText": [Function],
- "findByDisplayValue": [Function],
- "findByLabelText": [Function],
- "findByPlaceholderText": [Function],
- "findByRole": [Function],
- "findByTestId": [Function],
- "findByText": [Function],
- "findByTitle": [Function],
- "getAllByAltText": [Function],
- "getAllByDisplayValue": [Function],
- "getAllByLabelText": [Function],
- "getAllByPlaceholderText": [Function],
- "getAllByRole": [Function],
- "getAllByTestId": [Function],
- "getAllByText": [Function],
- "getAllByTitle": [Function],
- "getByAltText": [Function],
- "getByDisplayValue": [Function],
- "getByLabelText": [Function],
- "getByPlaceholderText": [Function],
- "getByRole": [Function],
- "getByTestId": [Function],
- "getByText": [Function],
- "getByTitle": [Function],
- "queryAllByAltText": [Function],
- "queryAllByDisplayValue": [Function],
- "queryAllByLabelText": [Function],
- "queryAllByPlaceholderText": [Function],
- "queryAllByRole": [Function],
- "queryAllByTestId": [Function],
- "queryAllByText": [Function],
- "queryAllByTitle": [Function],
- "queryByAltText": [Function],
- "queryByDisplayValue": [Function],
- "queryByLabelText": [Function],
- "queryByPlaceholderText": [Function],
- "queryByRole": [Function],
- "queryByTestId": [Function],
- "queryByText": [Function],
- "queryByTitle": [Function],
- "rerender": [Function],
- "unmount": [Function],
-}
-`;
-
-exports[`Table renders DeepTable 1`] = `
-Object {
- "asFragment": [Function],
- "baseElement":
-
-
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 100 0 auto; min-width: 100px; width: 100px;"
+ >
+
+ 64
+
+
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px;"
+ >
+
+ 35
+
+
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px;"
+ >
+ 5
+
+
+ 65
+
+
+
+ 78
+
+
+
-
-
+
-
-
-
-
- Test
-
-
-
- 330
-
-
-
-
- 1100
-
-
-
- 1100
-
-
-
+
+
+ Sub test lvl3
+
+
+
+ 49
+
+
+
+
+ 45
+
+
+
+ 4
+
+
+ 35
+
+
-
+
-
- Test
-
-
-
- 360
-
-
-
-
- 1200
-
-
-
-
-
-
- Test
-
-
-
- 390
-
-
-
-
- 1300
-
-
-
- 1300
-
-
-
+
+
-
-
-
-
- Test
-
-
-
- 450
-
-
-
-
- 1500
-
-
-
+
+
+ Sub test lvl3
+
+
+
+ 63
+
+
+
+
+ 82
+
+
+
+ 46
+
+
+ 52
+
+
+
+ 59
+
+
+
-
-
-
- Test
-
-
-
- 480
-
-
-
-
- 1600
-
-
-
- 1600
-
-
-
+
+
-
-
-
-
- Test
-
-
-
- 540
-
-
-
-
- 1800
-
-
-
+
+
+ Sub test lvl3
+
+
+
+ 12
+
+
+
+
+ 4
+
+
+
+ 5
+
+
+ 98
+
+
+
+ 44
+
+
+
-
-
+
+ Sub test lvl2
+
+
-
+
+
+ 5
+
+
+
+ 2
+
+
+ 86
+
+
+
+ 1
+
+
+
-
- Test
-
-
-
- 570
-
-
-
-
- 1900
-
-
-
-
-
-
- ,
- "debug": [Function],
- "findAllByAltText": [Function],
- "findAllByDisplayValue": [Function],
- "findAllByLabelText": [Function],
- "findAllByPlaceholderText": [Function],
- "findAllByRole": [Function],
- "findAllByTestId": [Function],
- "findAllByText": [Function],
- "findAllByTitle": [Function],
- "findByAltText": [Function],
- "findByDisplayValue": [Function],
- "findByLabelText": [Function],
- "findByPlaceholderText": [Function],
- "findByRole": [Function],
- "findByTestId": [Function],
- "findByText": [Function],
- "findByTitle": [Function],
- "getAllByAltText": [Function],
- "getAllByDisplayValue": [Function],
- "getAllByLabelText": [Function],
- "getAllByPlaceholderText": [Function],
- "getAllByRole": [Function],
- "getAllByTestId": [Function],
- "getAllByText": [Function],
- "getAllByTitle": [Function],
- "getByAltText": [Function],
- "getByDisplayValue": [Function],
- "getByLabelText": [Function],
- "getByPlaceholderText": [Function],
- "getByRole": [Function],
- "getByTestId": [Function],
- "getByText": [Function],
- "getByTitle": [Function],
- "queryAllByAltText": [Function],
- "queryAllByDisplayValue": [Function],
- "queryAllByLabelText": [Function],
- "queryAllByPlaceholderText": [Function],
- "queryAllByRole": [Function],
- "queryAllByTestId": [Function],
- "queryAllByText": [Function],
- "queryAllByTitle": [Function],
- "queryByAltText": [Function],
- "queryByDisplayValue": [Function],
- "queryByLabelText": [Function],
- "queryByPlaceholderText": [Function],
- "queryByRole": [Function],
- "queryByTestId": [Function],
- "queryByText": [Function],
- "queryByTitle": [Function],
- "rerender": [Function],
- "unmount": [Function],
-}
-`;
-
-exports[`Table renders Default 1`] = `
-Object {
- "asFragment": [Function],
- "baseElement":
-
-
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 100 0 auto; min-width: 100px; width: 100px;"
+ >
+
+ 52
+
+
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px;"
+ >
+
+ 25
+
+
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 150 0 auto; min-width: 100px; width: 150px;"
+ >
+ 35
+
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 100 0 auto; min-width: 100px; width: 100px;"
+ >
+ 97
+
+
+
+ 25
+
+
+
-
-
+
+
+ ,
+ "container":
+
- ,
- "container":
-
+ class="relative box-border justify-between items-center text-start text-moon-14 px-3 py-2 text-bulma bg-goku border-goku"
+ role="cell"
+ style="box-sizing: border-box; flex: 100 0 auto; min-width: 100px; width: 100px;"
+ >
+ 48
+
+
+
+ 24
+
+
+
-
-
-
- ,
- "debug": [Function],
- "findAllByAltText": [Function],
- "findAllByDisplayValue": [Function],
- "findAllByLabelText": [Function],
- "findAllByPlaceholderText": [Function],
- "findAllByRole": [Function],
- "findAllByTestId": [Function],
- "findAllByText": [Function],
- "findAllByTitle": [Function],
- "findByAltText": [Function],
- "findByDisplayValue": [Function],
- "findByLabelText": [Function],
- "findByPlaceholderText": [Function],
- "findByRole": [Function],
- "findByTestId": [Function],
- "findByText": [Function],
- "findByTitle": [Function],
- "getAllByAltText": [Function],
- "getAllByDisplayValue": [Function],
- "getAllByLabelText": [Function],
- "getAllByPlaceholderText": [Function],
- "getAllByRole": [Function],
- "getAllByTestId": [Function],
- "getAllByText": [Function],
- "getAllByTitle": [Function],
- "getByAltText": [Function],
- "getByDisplayValue": [Function],
- "getByLabelText": [Function],
- "getByPlaceholderText": [Function],
- "getByRole": [Function],
- "getByTestId": [Function],
- "getByText": [Function],
- "getByTitle": [Function],
- "queryAllByAltText": [Function],
- "queryAllByDisplayValue": [Function],
- "queryAllByLabelText": [Function],
- "queryAllByPlaceholderText": [Function],
- "queryAllByRole": [Function],
- "queryAllByTestId": [Function],
- "queryAllByText": [Function],
- "queryAllByTitle": [Function],
- "queryByAltText": [Function],
- "queryByDisplayValue": [Function],
- "queryByLabelText": [Function],
- "queryByPlaceholderText": [Function],
- "queryByRole": [Function],
- "queryByTestId": [Function],
- "queryByText": [Function],
- "queryByTitle": [Function],
- "rerender": [Function],
- "unmount": [Function],
-}
-`;
-
-exports[`Table renders ExpandableCheckboxes 1`] = `
-Object {
- "asFragment": [Function],
- "baseElement":
-