@pantheon-systems/pds-design-tokens 1.0.0-dev.13 → 1.0.0-dev.14
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,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pds-design-tokens": {
|
|
3
3
|
"animation": {
|
|
4
|
-
"
|
|
4
|
+
"focus": {
|
|
5
5
|
"transition": {
|
|
6
|
-
"value": "
|
|
6
|
+
"value": "outline: 200ms ease-in-out 0s",
|
|
7
7
|
"filePath": "tokens/animation/alias.json",
|
|
8
8
|
"isSource": true,
|
|
9
9
|
"original": {
|
|
10
|
-
"value": "
|
|
10
|
+
"value": "outline: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
11
11
|
"filePath": "build/json/pds-design-tokens.json",
|
|
12
12
|
"isSource": false
|
|
13
13
|
},
|
|
14
|
-
"name": "animation-
|
|
14
|
+
"name": "animation-focus-transition",
|
|
15
15
|
"attributes": {
|
|
16
16
|
"category": "animation",
|
|
17
|
-
"type": "
|
|
17
|
+
"type": "focus",
|
|
18
18
|
"item": "transition"
|
|
19
19
|
},
|
|
20
20
|
"path": [
|
|
21
21
|
"animation",
|
|
22
|
-
"
|
|
22
|
+
"focus",
|
|
23
23
|
"transition"
|
|
24
24
|
]
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"button": {
|
|
28
28
|
"transition": {
|
|
29
29
|
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
30
30
|
"filePath": "tokens/animation/alias.json",
|
|
@@ -34,38 +34,38 @@
|
|
|
34
34
|
"filePath": "build/json/pds-design-tokens.json",
|
|
35
35
|
"isSource": false
|
|
36
36
|
},
|
|
37
|
-
"name": "animation-
|
|
37
|
+
"name": "animation-button-transition",
|
|
38
38
|
"attributes": {
|
|
39
39
|
"category": "animation",
|
|
40
|
-
"type": "
|
|
40
|
+
"type": "button",
|
|
41
41
|
"item": "transition"
|
|
42
42
|
},
|
|
43
43
|
"path": [
|
|
44
44
|
"animation",
|
|
45
|
-
"
|
|
45
|
+
"button",
|
|
46
46
|
"transition"
|
|
47
47
|
]
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"input
|
|
50
|
+
"input": {
|
|
51
51
|
"transition": {
|
|
52
|
-
"value": "color: 200ms ease-in-out 0s",
|
|
52
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
53
53
|
"filePath": "tokens/animation/alias.json",
|
|
54
54
|
"isSource": true,
|
|
55
55
|
"original": {
|
|
56
|
-
"value": "color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
56
|
+
"value": "background-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}",
|
|
57
57
|
"filePath": "build/json/pds-design-tokens.json",
|
|
58
58
|
"isSource": false
|
|
59
59
|
},
|
|
60
|
-
"name": "animation-input-
|
|
60
|
+
"name": "animation-input-transition",
|
|
61
61
|
"attributes": {
|
|
62
62
|
"category": "animation",
|
|
63
|
-
"type": "input
|
|
63
|
+
"type": "input",
|
|
64
64
|
"item": "transition"
|
|
65
65
|
},
|
|
66
66
|
"path": [
|
|
67
67
|
"animation",
|
|
68
|
-
"input
|
|
68
|
+
"input",
|
|
69
69
|
"transition"
|
|
70
70
|
]
|
|
71
71
|
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"animation": {
|
|
3
|
-
"
|
|
3
|
+
"focus": {
|
|
4
4
|
"transition": {
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "outline: 200ms ease-in-out 0s",
|
|
6
6
|
"filePath": "tokens/animation/alias.json",
|
|
7
7
|
"isSource": true,
|
|
8
8
|
"original": {
|
|
9
|
-
"value": "
|
|
9
|
+
"value": "outline: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
10
10
|
},
|
|
11
|
-
"name": "animation-
|
|
11
|
+
"name": "animation-focus-transition",
|
|
12
12
|
"attributes": {
|
|
13
13
|
"category": "animation",
|
|
14
|
-
"type": "
|
|
14
|
+
"type": "focus",
|
|
15
15
|
"item": "transition"
|
|
16
16
|
},
|
|
17
17
|
"path": [
|
|
18
18
|
"animation",
|
|
19
|
-
"
|
|
19
|
+
"focus",
|
|
20
20
|
"transition"
|
|
21
21
|
]
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
"
|
|
24
|
+
"button": {
|
|
25
25
|
"transition": {
|
|
26
26
|
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
27
27
|
"filePath": "tokens/animation/alias.json",
|
|
@@ -29,36 +29,36 @@
|
|
|
29
29
|
"original": {
|
|
30
30
|
"value": "background-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
31
31
|
},
|
|
32
|
-
"name": "animation-
|
|
32
|
+
"name": "animation-button-transition",
|
|
33
33
|
"attributes": {
|
|
34
34
|
"category": "animation",
|
|
35
|
-
"type": "
|
|
35
|
+
"type": "button",
|
|
36
36
|
"item": "transition"
|
|
37
37
|
},
|
|
38
38
|
"path": [
|
|
39
39
|
"animation",
|
|
40
|
-
"
|
|
40
|
+
"button",
|
|
41
41
|
"transition"
|
|
42
42
|
]
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"input
|
|
45
|
+
"input": {
|
|
46
46
|
"transition": {
|
|
47
|
-
"value": "color: 200ms ease-in-out 0s",
|
|
47
|
+
"value": "background-color: 200ms ease-in-out 0s, border-color: 200ms ease-in-out 0s",
|
|
48
48
|
"filePath": "tokens/animation/alias.json",
|
|
49
49
|
"isSource": true,
|
|
50
50
|
"original": {
|
|
51
|
-
"value": "color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
51
|
+
"value": "background-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}, border-color: {animation.transition.default.duration.value} {animation.transition.default.timing-function.value} {animation.transition.default.delay.value}"
|
|
52
52
|
},
|
|
53
|
-
"name": "animation-input-
|
|
53
|
+
"name": "animation-input-transition",
|
|
54
54
|
"attributes": {
|
|
55
55
|
"category": "animation",
|
|
56
|
-
"type": "input
|
|
56
|
+
"type": "input",
|
|
57
57
|
"item": "transition"
|
|
58
58
|
},
|
|
59
59
|
"path": [
|
|
60
60
|
"animation",
|
|
61
|
-
"input
|
|
61
|
+
"input",
|
|
62
62
|
"transition"
|
|
63
63
|
]
|
|
64
64
|
}
|