@schukai/monster 3.100.9 → 3.100.10

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
 
4
4
 
5
+ ## [3.100.10] - 2025-01-19
6
+
7
+ ### Bug Fixes
8
+
9
+ - datatable css glitches
10
+
11
+
12
+
5
13
  ## [3.100.9] - 2025-01-19
6
14
 
7
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1 +1 @@
1
- {"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.13","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.100.9"}
1
+ {"author":"schukai GmbH","dependencies":{"@floating-ui/dom":"^1.6.13","@popperjs/core":"^2.11.8"},"description":"Monster is a simple library for creating fast, robust and lightweight websites.","homepage":"https://monsterjs.org/","keywords":["framework","web","dom","css","sass","mobile-first","app","front-end","templates","schukai","core","shopcloud","alvine","monster","buildmap","stack","observer","observable","uuid","node","nodelist","css-in-js","logger","log","theme"],"license":"AGPL 3.0","main":"source/monster.mjs","module":"source/monster.mjs","name":"@schukai/monster","repository":{"type":"git","url":"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"},"type":"module","version":"3.100.10"}
@@ -350,6 +350,8 @@ class DataTable extends CustomElement {
350
350
  const pN = e.parentNode;
351
351
  if (pN instanceof HTMLElement) {
352
352
  pN.style.flexGrow = "10";
353
+ pN.style.display = "flex";
354
+ pN.style.justifyContent = "flex-start";
353
355
  }
354
356
  }
355
357
  })
@@ -61,9 +61,6 @@
61
61
  ::slotted(.monster-button-group) {
62
62
  margin: 0 !important;
63
63
  flex-grow: 2;
64
- }
65
-
66
- ::slotted(.monster-button-group) {
67
64
  display: flex;
68
65
  flex-direction: row !important;
69
66
  align-items: center;