@salt-ds/lab 1.0.0-alpha.53 → 1.0.0-alpha.54

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/css/salt-lab.css CHANGED
@@ -2600,6 +2600,7 @@
2600
2600
  /* src/static-list/StaticList.css */
2601
2601
  .saltStaticList {
2602
2602
  overflow-y: auto;
2603
+ padding: 0;
2603
2604
  }
2604
2605
 
2605
2606
  /* src/static-list/StaticListItem.css */
@@ -4371,4 +4372,4 @@
4371
4372
  margin: calc(var(--salt-size-unit) / 2) 0;
4372
4373
  }
4373
4374
 
4374
- /* src/a9f7fc8f-a7aa-4043-9f09-029432b66a3d.css */
4375
+ /* src/ad12aab2-1fc3-4c41-8c0e-a97286d66544.css */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var css_248z = ".saltStaticList {\n overflow-y: auto;\n}\n";
3
+ var css_248z = ".saltStaticList {\n overflow-y: auto;\n padding: 0;\n}\n";
4
4
 
5
5
  module.exports = css_248z;
6
6
  //# sourceMappingURL=StaticList.css.js.map
@@ -1,4 +1,4 @@
1
- var css_248z = ".saltStaticList {\n overflow-y: auto;\n}\n";
1
+ var css_248z = ".saltStaticList {\n overflow-y: auto;\n padding: 0;\n}\n";
2
2
 
3
3
  export { css_248z as default };
4
4
  //# sourceMappingURL=StaticList.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/lab",
3
- "version": "1.0.0-alpha.53",
3
+ "version": "1.0.0-alpha.54",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "react-window": "^1.8.6",
27
27
  "rifm": "^0.12.0",
28
28
  "tinycolor2": "^1.4.2",
29
- "@salt-ds/core": "^1.37.0",
29
+ "@salt-ds/core": "^1.37.1",
30
30
  "@salt-ds/styles": "^0.2.1",
31
31
  "@salt-ds/window": "^0.1.1",
32
32
  "@salt-ds/icons": "^1.12.1"