@salt-ds/lab 1.0.0-alpha.72 → 1.0.0-alpha.73
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,5 +1,15 @@
|
|
|
1
1
|
# @salt-ds/lab
|
|
2
2
|
|
|
3
|
+
## 1.0.0-alpha.73
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 86877dd: Fixed extra margin appearing on StaticList.
|
|
8
|
+
- Updated dependencies [55e7bc5]
|
|
9
|
+
- Updated dependencies [3481308]
|
|
10
|
+
- Updated dependencies [851e4cb]
|
|
11
|
+
- @salt-ds/core@1.47.3
|
|
12
|
+
|
|
3
13
|
## 1.0.0-alpha.72
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/css/salt-lab.css
CHANGED
|
@@ -2681,6 +2681,7 @@
|
|
|
2681
2681
|
.saltStaticList {
|
|
2682
2682
|
overflow-y: auto;
|
|
2683
2683
|
padding: 0;
|
|
2684
|
+
margin: 0;
|
|
2684
2685
|
}
|
|
2685
2686
|
|
|
2686
2687
|
/* src/static-list/StaticListItem.css */
|
|
@@ -4221,4 +4222,4 @@
|
|
|
4221
4222
|
margin: calc(var(--salt-size-unit) / 2) 0;
|
|
4222
4223
|
}
|
|
4223
4224
|
|
|
4224
|
-
/* src/
|
|
4225
|
+
/* src/0418c448-15fe-4a92-87ef-3abef3bd7323.css */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salt-ds/lab",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.73",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@floating-ui/react": "^0.26.28",
|
|
24
|
-
"@salt-ds/core": "^1.47.
|
|
24
|
+
"@salt-ds/core": "^1.47.3",
|
|
25
25
|
"@salt-ds/date-adapters": "0.1.0-alpha.5",
|
|
26
26
|
"@salt-ds/icons": "^1.14.0",
|
|
27
27
|
"@salt-ds/styles": "0.2.1",
|