@snack-uikit/stepper 0.6.8 → 0.6.9-preview-b09d21bf.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.
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
}
|
|
23
23
|
.icon[data-state=waiting]{
|
|
24
24
|
box-sizing:border-box;
|
|
25
|
-
color:var(--sys-neutral-text-support, #
|
|
26
|
-
border-color:var(--sys-neutral-decor-default, #
|
|
25
|
+
color:var(--sys-neutral-text-support, #6d707f);
|
|
26
|
+
border-color:var(--sys-neutral-decor-default, #dde0ea);
|
|
27
27
|
border-style:solid;
|
|
28
28
|
}
|
|
29
29
|
.icon[data-state=loading]{
|
|
30
30
|
box-sizing:border-box;
|
|
31
|
-
color:var(--sys-neutral-accent-default, #
|
|
32
|
-
border-color:var(--sys-neutral-decor-default, #
|
|
31
|
+
color:var(--sys-neutral-accent-default, #787b8a);
|
|
32
|
+
border-color:var(--sys-neutral-decor-default, #dde0ea);
|
|
33
33
|
border-style:solid;
|
|
34
34
|
}
|
|
35
35
|
.icon[data-state=rejected]{
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
height:var(--size-stepper-step-track-line, 2px);
|
|
3
3
|
border-radius:var(--radius-stepper-step-track-line, 2px);
|
|
4
4
|
flex-grow:1;
|
|
5
|
-
background-color:var(--sys-neutral-decor-default, #
|
|
5
|
+
background-color:var(--sys-neutral-decor-default, #dde0ea);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.tail{
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
|
|
19
19
|
.title{
|
|
20
20
|
overflow:hidden;
|
|
21
|
-
color:var(--sys-neutral-text-main, #
|
|
21
|
+
color:var(--sys-neutral-text-main, #33343f);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.description{
|
|
25
25
|
overflow:hidden;
|
|
26
|
-
color:var(--sys-neutral-text-light, #
|
|
26
|
+
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.step{
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
align-items:center;
|
|
55
55
|
margin:0;
|
|
56
56
|
padding:0;
|
|
57
|
-
color:var(--sys-neutral-text-main, #
|
|
57
|
+
color:var(--sys-neutral-text-main, #33343f);
|
|
58
58
|
background-color:transparent;
|
|
59
59
|
border:none;
|
|
60
60
|
}
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
outline-width:var(--border-state-focus-s-border-width, 2px);
|
|
63
63
|
outline-style:var(--border-state-focus-s-border-style, solid);
|
|
64
64
|
outline-color:var(--border-state-focus-s-border-color, );
|
|
65
|
-
outline-color:var(--sys-available-complementary, #
|
|
65
|
+
outline-color:var(--sys-available-complementary, #15151b);
|
|
66
66
|
outline-offset:var(--spacing-state-focus-offset, 2px);
|
|
67
67
|
}
|
|
68
68
|
.statusContainer:not([disabled]){
|
|
69
69
|
cursor:pointer;
|
|
70
70
|
}
|
|
71
71
|
.statusContainer:not([disabled]):focus-visible, .statusContainer:not([disabled]):hover{
|
|
72
|
-
color:var(--sys-neutral-text-light, #
|
|
72
|
+
color:var(--sys-neutral-text-light, #8b8e9b);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.content{
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Stepper",
|
|
7
|
-
"version": "0.6.
|
|
7
|
+
"version": "0.6.9-preview-b09d21bf.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@snack-uikit/icons": "0.21.0",
|
|
35
|
+
"@snack-uikit/icons": "0.21.1-preview-b09d21bf.0",
|
|
36
36
|
"@snack-uikit/loaders": "0.5.2",
|
|
37
|
-
"@snack-uikit/truncate-string": "0.4.
|
|
37
|
+
"@snack-uikit/truncate-string": "0.4.20-preview-b09d21bf.0",
|
|
38
38
|
"@snack-uikit/typography": "0.6.2",
|
|
39
39
|
"@snack-uikit/utils": "3.3.0",
|
|
40
40
|
"classnames": "2.3.2"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "b51349c356c69cdff4fc4d4ff19374d66b82c015"
|
|
43
43
|
}
|