@ds-mo/tokens 2.10.0 → 2.11.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.
- package/dist/effects.css +4 -4
- package/dist/json/effects.json +4 -4
- package/dist/tokens-index.json +4 -4
- package/dist/tokens.json +4 -4
- package/package.json +1 -1
package/dist/effects.css
CHANGED
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
--effect-animation-delay-long-3: 6000ms;
|
|
33
33
|
|
|
34
34
|
/* Animation easing curves */
|
|
35
|
-
--effect-animation-easing-linear: cubic-bezier(0,0,1,1);
|
|
36
|
-
--effect-animation-easing-ease-in: cubic-bezier(0.47,0,0.75,0.72);
|
|
37
|
-
--effect-animation-easing-ease-out: cubic-bezier(0.17,0.84,0.44,1);
|
|
38
|
-
--effect-animation-easing-ease-in-out: cubic-bezier(0.77,0,0.18,1);
|
|
35
|
+
--effect-animation-easing-linear: cubic-bezier(0, 0, 1, 1);
|
|
36
|
+
--effect-animation-easing-ease-in: cubic-bezier(0.47, 0, 0.75, 0.72);
|
|
37
|
+
--effect-animation-easing-ease-out: cubic-bezier(0.17, 0.84, 0.44, 1);
|
|
38
|
+
--effect-animation-easing-ease-in-out: cubic-bezier(0.77, 0, 0.18, 1);
|
|
39
39
|
--effect-animation-easing-ease-in-out-back: cubic-bezier(0.22, 0.61, 0.01, 1.03);
|
|
40
40
|
|
|
41
41
|
|
package/dist/json/effects.json
CHANGED
|
@@ -93,19 +93,19 @@
|
|
|
93
93
|
},
|
|
94
94
|
"--effect-animation-easing-linear": {
|
|
95
95
|
"$type": "effect",
|
|
96
|
-
"$value": "cubic-bezier(0,0,1,1)"
|
|
96
|
+
"$value": "cubic-bezier(0, 0, 1, 1)"
|
|
97
97
|
},
|
|
98
98
|
"--effect-animation-easing-ease-in": {
|
|
99
99
|
"$type": "effect",
|
|
100
|
-
"$value": "cubic-bezier(0.47,0,0.75,0.72)"
|
|
100
|
+
"$value": "cubic-bezier(0.47, 0, 0.75, 0.72)"
|
|
101
101
|
},
|
|
102
102
|
"--effect-animation-easing-ease-out": {
|
|
103
103
|
"$type": "effect",
|
|
104
|
-
"$value": "cubic-bezier(0.17,0.84,0.44,1)"
|
|
104
|
+
"$value": "cubic-bezier(0.17, 0.84, 0.44, 1)"
|
|
105
105
|
},
|
|
106
106
|
"--effect-animation-easing-ease-in-out": {
|
|
107
107
|
"$type": "effect",
|
|
108
|
-
"$value": "cubic-bezier(0.77,0,0.18,1)"
|
|
108
|
+
"$value": "cubic-bezier(0.77, 0, 0.18, 1)"
|
|
109
109
|
},
|
|
110
110
|
"--effect-animation-easing-ease-in-out-back": {
|
|
111
111
|
"$type": "effect",
|
package/dist/tokens-index.json
CHANGED
|
@@ -3627,19 +3627,19 @@
|
|
|
3627
3627
|
},
|
|
3628
3628
|
"--effect-animation-easing-linear": {
|
|
3629
3629
|
"$type": "effect",
|
|
3630
|
-
"$value": "cubic-bezier(0,0,1,1)"
|
|
3630
|
+
"$value": "cubic-bezier(0, 0, 1, 1)"
|
|
3631
3631
|
},
|
|
3632
3632
|
"--effect-animation-easing-ease-in": {
|
|
3633
3633
|
"$type": "effect",
|
|
3634
|
-
"$value": "cubic-bezier(0.47,0,0.75,0.72)"
|
|
3634
|
+
"$value": "cubic-bezier(0.47, 0, 0.75, 0.72)"
|
|
3635
3635
|
},
|
|
3636
3636
|
"--effect-animation-easing-ease-out": {
|
|
3637
3637
|
"$type": "effect",
|
|
3638
|
-
"$value": "cubic-bezier(0.17,0.84,0.44,1)"
|
|
3638
|
+
"$value": "cubic-bezier(0.17, 0.84, 0.44, 1)"
|
|
3639
3639
|
},
|
|
3640
3640
|
"--effect-animation-easing-ease-in-out": {
|
|
3641
3641
|
"$type": "effect",
|
|
3642
|
-
"$value": "cubic-bezier(0.77,0,0.18,1)"
|
|
3642
|
+
"$value": "cubic-bezier(0.77, 0, 0.18, 1)"
|
|
3643
3643
|
},
|
|
3644
3644
|
"--effect-animation-easing-ease-in-out-back": {
|
|
3645
3645
|
"$type": "effect",
|
package/dist/tokens.json
CHANGED
|
@@ -3605,19 +3605,19 @@
|
|
|
3605
3605
|
},
|
|
3606
3606
|
"--effect-animation-easing-linear": {
|
|
3607
3607
|
"$type": "effect",
|
|
3608
|
-
"$value": "cubic-bezier(0,0,1,1)"
|
|
3608
|
+
"$value": "cubic-bezier(0, 0, 1, 1)"
|
|
3609
3609
|
},
|
|
3610
3610
|
"--effect-animation-easing-ease-in": {
|
|
3611
3611
|
"$type": "effect",
|
|
3612
|
-
"$value": "cubic-bezier(0.47,0,0.75,0.72)"
|
|
3612
|
+
"$value": "cubic-bezier(0.47, 0, 0.75, 0.72)"
|
|
3613
3613
|
},
|
|
3614
3614
|
"--effect-animation-easing-ease-out": {
|
|
3615
3615
|
"$type": "effect",
|
|
3616
|
-
"$value": "cubic-bezier(0.17,0.84,0.44,1)"
|
|
3616
|
+
"$value": "cubic-bezier(0.17, 0.84, 0.44, 1)"
|
|
3617
3617
|
},
|
|
3618
3618
|
"--effect-animation-easing-ease-in-out": {
|
|
3619
3619
|
"$type": "effect",
|
|
3620
|
-
"$value": "cubic-bezier(0.77,0,0.18,1)"
|
|
3620
|
+
"$value": "cubic-bezier(0.77, 0, 0.18, 1)"
|
|
3621
3621
|
},
|
|
3622
3622
|
"--effect-animation-easing-ease-in-out-back": {
|
|
3623
3623
|
"$type": "effect",
|
package/package.json
CHANGED