@snack-uikit/tree 0.5.7 → 0.5.8-preview-993a9cfb.0
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.
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
transform:translateX(-50%);
|
|
17
17
|
width:1px;
|
|
18
18
|
height:calc(100% - var(--size-tree-item-height, 32px) / 2);
|
|
19
|
-
background:var(--sys-neutral-decor-default, #
|
|
19
|
+
background:var(--sys-neutral-decor-default, #dfe2ec);
|
|
20
20
|
}
|
|
21
21
|
.treeLine[data-half-height]::after{
|
|
22
22
|
height:calc(100% - var(--size-tree-item-height, 32px) / 2);
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
align-items:center;
|
|
12
12
|
justify-content:center;
|
|
13
13
|
box-sizing:border-box;
|
|
14
|
-
color:var(--sys-neutral-text-support, #
|
|
14
|
+
color:var(--sys-neutral-text-support, #656771);
|
|
15
15
|
}
|
|
16
16
|
.treeNodeIcon svg{
|
|
17
|
-
width:var(--
|
|
18
|
-
height:var(--
|
|
17
|
+
width:var(--size-icon-container-s, 24px) !important;
|
|
18
|
+
height:var(--size-icon-container-s, 24px) !important;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.treeNodeTitle{
|
|
22
22
|
flex-grow:1;
|
|
23
23
|
box-sizing:border-box;
|
|
24
24
|
min-width:var(--size-tree-item-checkbox-wrap, 24px);
|
|
25
|
-
color:var(--sys-neutral-text-main, #
|
|
25
|
+
color:var(--sys-neutral-text-main, #33333b);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.treeNodeActions{
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
width:100%;
|
|
57
57
|
height:100%;
|
|
58
58
|
opacity:0;
|
|
59
|
-
background-color:var(--sys-neutral-accent-default, #
|
|
59
|
+
background-color:var(--sys-neutral-accent-default, #6f717c);
|
|
60
60
|
border-radius:inherit;
|
|
61
61
|
}
|
|
62
62
|
.treeNodeContent:hover::before, .treeNodeContent:focus-visible::before, .treeNodeContent[data-droplist-active]::before{
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
outline-style:var(--border-state-focus-s-border-style, solid);
|
|
71
71
|
outline-color:var(--border-state-focus-s-border-color, );
|
|
72
72
|
outline-offset:calc(var(--border-state-focus-s-border-width, 2px) * -1);
|
|
73
|
-
outline-color:var(--sys-available-complementary, #
|
|
73
|
+
outline-color:var(--sys-available-complementary, #141415);
|
|
74
74
|
}
|
|
75
75
|
.treeNodeContent[data-multiselect]{
|
|
76
76
|
cursor:default;
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
display:none;
|
|
83
83
|
}
|
|
84
84
|
.treeNodeContent[aria-disabled=true] .treeNodeTitle, .treeNodeContent[aria-disabled=true] .treeNodeIcon{
|
|
85
|
-
color:var(--sys-neutral-text-disabled, #
|
|
85
|
+
color:var(--sys-neutral-text-disabled, #b3b6bf);
|
|
86
86
|
}
|
|
87
87
|
.treeNodeContent[aria-selected=true]:not([data-multiselect])::before{
|
|
88
88
|
opacity:var(--opacity-a008, 0.08);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Tree",
|
|
7
|
-
"version": "0.5.
|
|
7
|
+
"version": "0.5.8-preview-993a9cfb.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@snack-uikit/button": "0.16.0",
|
|
36
|
-
"@snack-uikit/droplist": "0.13.
|
|
35
|
+
"@snack-uikit/button": "0.16.1-preview-993a9cfb.0",
|
|
36
|
+
"@snack-uikit/droplist": "0.13.5-preview-993a9cfb.0",
|
|
37
37
|
"@snack-uikit/icons": "0.20.1",
|
|
38
|
-
"@snack-uikit/toggles": "0.9.
|
|
39
|
-
"@snack-uikit/truncate-string": "0.4.
|
|
38
|
+
"@snack-uikit/toggles": "0.9.6-preview-993a9cfb.0",
|
|
39
|
+
"@snack-uikit/truncate-string": "0.4.8-preview-993a9cfb.0",
|
|
40
40
|
"@snack-uikit/typography": "0.6.1",
|
|
41
41
|
"@snack-uikit/utils": "3.2.0",
|
|
42
42
|
"classnames": "2.3.2",
|
|
43
43
|
"react-transition-state": "2.1.1",
|
|
44
44
|
"uncontrollable": "8.0.4"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a421965dc78af63a8c292e595b3f0a8ff1be86f9"
|
|
47
47
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@import '@snack-uikit/figma-tokens/build/scss/components/styles-tokens-tree';
|
|
2
1
|
@import '@snack-uikit/figma-tokens/build/scss/components/styles-tokens-element';
|
|
2
|
+
@import '@snack-uikit/figma-tokens/build/scss/components/styles-tokens-tree';
|
|
3
3
|
|
|
4
4
|
.treeLine {
|
|
5
5
|
pointer-events: none;
|