@snack-uikit/breadcrumbs 0.8.45 → 0.8.46-preview-665bb1e8.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.
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
.collapse{
|
|
2
|
-
color:var(--sys-neutral-text-light, #
|
|
2
|
+
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
3
3
|
background:none;
|
|
4
4
|
border:none;
|
|
5
5
|
}
|
|
6
6
|
.collapse:focus-visible, .collapse:hover{
|
|
7
|
-
color:var(--sys-neutral-text-support, #
|
|
7
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
8
8
|
}
|
|
9
9
|
.collapse:focus-visible{
|
|
10
10
|
outline-width:var(--border-state-focus-s-border-width, 2px);
|
|
11
11
|
outline-style:var(--border-state-focus-s-border-style, solid);
|
|
12
12
|
outline-color:var(--border-state-focus-s-border-color, );
|
|
13
|
-
outline-color:var(--sys-available-complementary, #
|
|
13
|
+
outline-color:var(--sys-available-complementary, #15151b);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.collapsedRow{
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
width:100%;
|
|
13
13
|
margin:0;
|
|
14
14
|
padding:0;
|
|
15
|
-
color:var(--sys-neutral-text-light, #
|
|
15
|
+
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
16
16
|
text-decoration:none;
|
|
17
17
|
background:none;
|
|
18
18
|
border:none;
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
cursor:pointer;
|
|
22
22
|
}
|
|
23
23
|
.crumb[data-clickable]:focus-visible, .crumb[data-clickable]:hover, a.crumb[data-clickable]:focus-visible, a.crumb[data-clickable]:hover{
|
|
24
|
-
color:var(--sys-neutral-text-support, #
|
|
24
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
25
25
|
}
|
|
26
26
|
.crumb[data-current=true], a.crumb[data-current=true]{
|
|
27
|
-
color:var(--sys-neutral-text-support, #
|
|
27
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
28
28
|
}
|
|
29
29
|
.crumb:focus-visible, a.crumb:focus-visible{
|
|
30
30
|
outline-width:var(--border-state-focus-s-border-width, 2px);
|
|
31
31
|
outline-style:var(--border-state-focus-s-border-style, solid);
|
|
32
32
|
outline-color:var(--border-state-focus-s-border-color, );
|
|
33
|
-
outline-color:var(--sys-available-complementary, #
|
|
33
|
+
outline-color:var(--sys-available-complementary, #15151b);
|
|
34
34
|
}
|
|
35
35
|
.crumb[data-size=xs], a.crumb[data-size=xs]{
|
|
36
36
|
height:var(--size-breadcrumbs-xs, 16px);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Breadcrumbs",
|
|
7
|
-
"version": "0.8.
|
|
7
|
+
"version": "0.8.46-preview-665bb1e8.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@snack-uikit/list": "0.13.
|
|
35
|
+
"@snack-uikit/list": "0.13.11-preview-665bb1e8.0",
|
|
36
36
|
"@snack-uikit/typography": "0.6.2",
|
|
37
37
|
"@snack-uikit/utils": "3.3.0",
|
|
38
38
|
"classnames": "2.3.2",
|
|
39
39
|
"lodash.debounce": "4.0.8"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "3c194191d70f95ea7984691acc64c46a5472aa4c"
|
|
42
42
|
}
|