@linzjs/lui 21.39.2 → 21.39.3

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
@@ -1,3 +1,10 @@
1
+ ## [21.39.3](https://github.com/linz/lui/compare/v21.39.2...v21.39.3) (2024-07-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Splitter:** remove annoying hardcoded background ([#1137](https://github.com/linz/lui/issues/1137)) ([09c239a](https://github.com/linz/lui/commit/09c239a1d0807ae18f422af21000d762789e3f4c))
7
+
1
8
  ## [21.39.2](https://github.com/linz/lui/compare/v21.39.1...v21.39.2) (2024-07-10)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -59229,7 +59229,7 @@ var keyDownHandler = function (e) {
59229
59229
  return valueNow + delta;
59230
59230
  };
59231
59231
 
59232
- var css_248z$4 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.Splitter {\n display: grid;\n position: relative;\n overflow: hidden;\n opacity: 0;\n}\n.Splitter > :first-child, .Splitter > :nth-child(2) {\n position: relative;\n z-index: 0;\n background: #f9f9f9;\n overflow: auto;\n}\n.Splitter.resizing * {\n pointer-events: none;\n user-select: none;\n}";
59232
+ var css_248z$4 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.Splitter {\n display: grid;\n position: relative;\n overflow: hidden;\n opacity: 0;\n}\n.Splitter > :first-child, .Splitter > :nth-child(2) {\n position: relative;\n z-index: 0;\n overflow: auto;\n background: #ffffff;\n}\n.Splitter.resizing * {\n pointer-events: none;\n user-select: none;\n}";
59233
59233
  styleInject(css_248z$4);
59234
59234
 
59235
59235
  /**
package/dist/lui.esm.js CHANGED
@@ -59200,7 +59200,7 @@ var keyDownHandler = function (e) {
59200
59200
  return valueNow + delta;
59201
59201
  };
59202
59202
 
59203
- var css_248z$4 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.Splitter {\n display: grid;\n position: relative;\n overflow: hidden;\n opacity: 0;\n}\n.Splitter > :first-child, .Splitter > :nth-child(2) {\n position: relative;\n z-index: 0;\n background: #f9f9f9;\n overflow: auto;\n}\n.Splitter.resizing * {\n pointer-events: none;\n user-select: none;\n}";
59203
+ var css_248z$4 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.Splitter {\n display: grid;\n position: relative;\n overflow: hidden;\n opacity: 0;\n}\n.Splitter > :first-child, .Splitter > :nth-child(2) {\n position: relative;\n z-index: 0;\n overflow: auto;\n background: #ffffff;\n}\n.Splitter.resizing * {\n pointer-events: none;\n user-select: none;\n}";
59204
59204
  styleInject(css_248z$4);
59205
59205
 
59206
59206
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "21.39.2",
2
+ "version": "21.39.3",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",