@coveord/plasma-mantine 52.27.2-next.10 → 52.27.2-next.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
 
2
- > @coveord/plasma-mantine@52.27.2-next.9 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@52.27.2-next.10 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- Successfully compiled: 96 files, copied 35 files with swc (208.36ms)
6
- Successfully compiled: 96 files, copied 35 files with swc (241.14ms)
5
+ Successfully compiled: 96 files, copied 35 files with swc (159.24ms)
6
+ Successfully compiled: 96 files, copied 35 files with swc (174.72ms)
7
7
 
@@ -1,44 +1,44 @@
1
1
 
2
- > @coveord/plasma-mantine@52.27.2-next.9 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@52.27.2-next.10 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > TZ=UTC vitest run "--silent"
4
4
 
5
5
  The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
6
6
 
7
7
   RUN  v1.0.1 /home/runner/work/plasma/plasma/packages/mantine
8
8
 
9
- ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (11 tests) 3132ms
10
- ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (15 tests) 4527ms
11
- ✓ src/components/table/__tests__/Table.spec.tsx  (14 tests) 5148ms
12
- ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 1685ms
13
- ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (7 tests) 1860ms
14
- ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 5197ms
15
- ✓ src/components/table/__tests__/TableFilter.spec.tsx  (6 tests) 1761ms
16
- ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (7 tests) 911ms
17
- ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 1519ms
18
- ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 1314ms
19
- ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 6473ms
20
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 2737ms
21
- ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (3 tests) 3233ms
22
- ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 1619ms
23
- ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 735ms
24
- ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (4 tests | 3 skipped) 205ms
25
- ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 330ms
26
- ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 716ms
27
- ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 1575ms
9
+ ✓ src/components/modal-wizard/__tests__/ModalWizard.spec.tsx  (11 tests) 3338ms
10
+ ✓ src/components/table/layouts/__tests__/RowLayout.spec.tsx  (15 tests) 4698ms
11
+ ✓ src/components/table/__tests__/Table.spec.tsx  (14 tests) 4770ms
12
+ ✓ src/components/collection/__tests__/Collection.spec.tsx  (11 tests) 1663ms
13
+ ✓ src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx  (7 tests) 1952ms
14
+ ✓ src/components/table/__tests__/TableColumnsSelector.spec.tsx  (11 tests) 5339ms
15
+ ✓ src/components/table/__tests__/TableFilter.spec.tsx  (6 tests) 1637ms
16
+ ✓ src/components/table/__tests__/TablePerPage.spec.tsx  (7 tests) 1059ms
17
+ ✓ src/components/table/__tests__/TablePagination.spec.tsx  (5 tests) 1576ms
18
+ ✓ src/components/code-editor/__tests__/CodeEditor.spec.tsx  (8 tests | 1 skipped) 1219ms
19
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx  (7 tests | 1 skipped) 6234ms
20
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx  (4 tests | 2 skipped) 2853ms
21
+ ✓ src/components/table/__tests__/TablePredicate.spec.tsx  (3 tests) 3037ms
22
+ ✓ src/components/table/__tests__/TableActions.spec.tsx  (3 tests) 1585ms
23
+ ✓ src/components/table/__tests__/TableLastUpdated.spec.tsx  (3 tests) 858ms
24
+ ✓ src/components/table/__tests__/TableDateRangePicker.spec.tsx  (4 tests | 3 skipped) 244ms
25
+ ✓ src/components/header/__tests__/Header.spec.tsx  (6 tests) 326ms
26
+ ✓ src/components/button/__tests__/Button.spec.tsx  (4 tests) 656ms
27
+ ✓ src/components/table/__tests__/Th.spec.tsx  (2 tests) 1598ms
28
28
  ↓ src/utils/__tests__/overrideComponent.spec.tsx  (1 test | 1 skipped)
29
- ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 469ms
30
- ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 25ms
31
- ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 940ms
32
- ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 2201ms
33
- ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 698ms
34
- ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 570ms
35
- ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 245ms
36
- ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 220ms
37
- ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 67ms
38
- ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 56ms
29
+ ✓ src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx  (3 tests | 1 skipped) 480ms
30
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx  (3 tests) 24ms
31
+ ✓ src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx  (2 tests) 1106ms
32
+ ✓ src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx  (3 tests) 2289ms
33
+ ✓ src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx  (3 tests) 740ms
34
+ ✓ src/components/browser-preview/__tests__/BrowserPreview.spec.tsx  (4 tests) 641ms
35
+ ✓ src/components/prompt/__tests__/Prompt.spec.tsx  (2 tests) 294ms
36
+ ✓ src/components/code-editor/search/__tests__/Search.unit.spec.tsx  (1 test) 312ms
37
+ ✓ src/components/sticky-footer/__tests__/StickyFooter.spec.tsx  (1 test) 68ms
38
+ ✓ src/components/blank-slate/__tests__/BlankSlate.spec.tsx  (1 test) 58ms
39
39
 
40
40
   Test Files  29 passed | 1 skipped (30)
41
41
   Tests  146 passed | 9 skipped (155)
42
-  Start at  19:39:58
43
-  Duration  64.17s (transform 1.52s, setup 8.53s, collect 105.42s, tests 50.17s, environment 14.26s, prepare 3.20s)
42
+  Start at  17:54:07
43
+  Duration  64.35s (transform 1.79s, setup 8.32s, collect 106.95s, tests 50.65s, environment 14.20s, prepare 3.15s)
44
44
 
@@ -1,6 +1,6 @@
1
1
  .search {
2
- margin: 0;
3
- border-radius: 8px;
2
+ margin: 0 0 var(--mantine-spacing-xs);
3
+ border-radius: var(--mantine-radius-md);
4
4
  border: 1px solid;
5
5
  width: 100%;
6
6
  border-color: var(--mantine-color-gray-4);
@@ -1,6 +1,6 @@
1
1
  .search {
2
- margin: 0;
3
- border-radius: 8px;
2
+ margin: 0 0 var(--mantine-spacing-xs);
3
+ border-radius: var(--mantine-radius-md);
4
4
  border: 1px solid;
5
5
  width: 100%;
6
6
  border-color: var(--mantine-color-gray-4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveord/plasma-mantine",
3
- "version": "52.27.2-next.10",
3
+ "version": "52.27.2-next.11",
4
4
  "description": "A Plasma flavoured Mantine theme",
5
5
  "keywords": [
6
6
  "plasma",
@@ -1,6 +1,6 @@
1
1
  .search {
2
- margin: 0;
3
- border-radius: 8px;
2
+ margin: 0 0 var(--mantine-spacing-xs);
3
+ border-radius: var(--mantine-radius-md);
4
4
  border: 1px solid;
5
5
  width: 100%;
6
6
  border-color: var(--mantine-color-gray-4);