@snack-uikit/table 0.25.0 → 0.25.1
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
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 0.25.1 (2024-10-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **PDS-438:** stylelint update ([9d40d4e](https://github.com/cloud-ru-tech/snack-uikit/commit/9d40d4eb445eeaaca5a2dc1f6421d496f86aeac3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 0.25.0 (2024-10-28)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Table",
|
|
7
|
-
"version": "0.25.
|
|
7
|
+
"version": "0.25.1",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"license": "Apache-2.0",
|
|
37
37
|
"scripts": {},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@snack-uikit/button": "0.19.
|
|
40
|
-
"@snack-uikit/chips": "0.
|
|
39
|
+
"@snack-uikit/button": "0.19.1",
|
|
40
|
+
"@snack-uikit/chips": "0.19.0",
|
|
41
41
|
"@snack-uikit/icon-predefined": "0.7.0",
|
|
42
42
|
"@snack-uikit/icons": "0.24.0",
|
|
43
|
-
"@snack-uikit/info-block": "0.6.
|
|
44
|
-
"@snack-uikit/list": "0.
|
|
45
|
-
"@snack-uikit/pagination": "0.9.
|
|
46
|
-
"@snack-uikit/scroll": "0.
|
|
43
|
+
"@snack-uikit/info-block": "0.6.1",
|
|
44
|
+
"@snack-uikit/list": "0.21.0",
|
|
45
|
+
"@snack-uikit/pagination": "0.9.1",
|
|
46
|
+
"@snack-uikit/scroll": "0.9.0",
|
|
47
47
|
"@snack-uikit/skeleton": "0.5.0",
|
|
48
48
|
"@snack-uikit/toggles": "0.12.0",
|
|
49
|
-
"@snack-uikit/toolbar": "0.9.
|
|
49
|
+
"@snack-uikit/toolbar": "0.9.1",
|
|
50
50
|
"@snack-uikit/truncate-string": "0.6.0",
|
|
51
51
|
"@snack-uikit/typography": "0.8.0",
|
|
52
52
|
"@snack-uikit/utils": "3.5.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@snack-uikit/locale": "*"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "b7163c6f939105eb34cabec64c9e983ac7958c26"
|
|
65
65
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
@include styles-tokens-table.composite-var(styles-tokens-table.$table-table-container);
|
|
5
5
|
|
|
6
6
|
position: relative;
|
|
7
|
+
/* stylelint-disable-next-line declaration-property-value-allowed-list */
|
|
7
8
|
z-index: 0;
|
|
8
9
|
|
|
9
10
|
/* stylelint-disable-next-line declaration-no-important */
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
|
|
70
71
|
.topRowWrapper {
|
|
71
72
|
position: sticky;
|
|
73
|
+
/* stylelint-disable-next-line declaration-property-value-allowed-list */
|
|
72
74
|
z-index: 3;
|
|
73
75
|
top: calc(styles-tokens-table.$size-table-line-height);
|
|
74
76
|
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
cursor: ew-resize;
|
|
6
6
|
|
|
7
7
|
position: absolute;
|
|
8
|
+
/* stylelint-disable-next-line declaration-property-value-allowed-list */
|
|
8
9
|
z-index: 1;
|
|
9
10
|
top: 0;
|
|
10
11
|
right: 0;
|
|
@@ -38,6 +39,7 @@
|
|
|
38
39
|
cursor: col-resize;
|
|
39
40
|
|
|
40
41
|
position: absolute;
|
|
42
|
+
/* stylelint-disable-next-line declaration-property-value-allowed-list */
|
|
41
43
|
z-index: 2;
|
|
42
44
|
top: 0;
|
|
43
45
|
right: 0;
|
|
@@ -24,6 +24,7 @@ $snack-ui-table-row-background: var(--snack-ui-table-row-background);
|
|
|
24
24
|
|
|
25
25
|
.rowPinnedCells {
|
|
26
26
|
position: sticky;
|
|
27
|
+
/* stylelint-disable-next-line declaration-property-value-allowed-list */
|
|
27
28
|
z-index: 1;
|
|
28
29
|
|
|
29
30
|
display: flex;
|
|
@@ -121,6 +122,7 @@ $snack-ui-table-row-background: var(--snack-ui-table-row-background);
|
|
|
121
122
|
|
|
122
123
|
.tableHeader {
|
|
123
124
|
position: sticky;
|
|
125
|
+
/* stylelint-disable-next-line declaration-property-value-allowed-list */
|
|
124
126
|
z-index: 3;
|
|
125
127
|
top: 0;
|
|
126
128
|
border: none;
|