@ds-mo/tokens 2.9.1 → 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 CHANGED
@@ -32,9 +32,10 @@
32
32
  --effect-animation-delay-long-3: 6000ms;
33
33
 
34
34
  /* Animation easing curves */
35
- --effect-animation-easing-ease-in: cubic-bezier(0.47,0,0.75,0.72);
36
- --effect-animation-easing-ease-out: cubic-bezier(0.17,0.84,0.44,1);
37
- --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);
38
39
  --effect-animation-easing-ease-in-out-back: cubic-bezier(0.22, 0.61, 0.01, 1.03);
39
40
 
40
41
 
package/dist/index.cjs CHANGED
@@ -872,6 +872,7 @@ exports.effectAnimationEasingEaseIn = '--effect-animation-easing-ease-in';
872
872
  exports.effectAnimationEasingEaseInOut = '--effect-animation-easing-ease-in-out';
873
873
  exports.effectAnimationEasingEaseInOutBack = '--effect-animation-easing-ease-in-out-back';
874
874
  exports.effectAnimationEasingEaseOut = '--effect-animation-easing-ease-out';
875
+ exports.effectAnimationEasingLinear = '--effect-animation-easing-linear';
875
876
  exports.effectBlurLg = '--effect-blur-lg';
876
877
  exports.effectBlurMd = '--effect-blur-md';
877
878
  exports.effectBlurSm = '--effect-blur-sm';
package/dist/index.d.ts CHANGED
@@ -872,6 +872,7 @@ export declare const effectAnimationEasingEaseIn: '--effect-animation-easing-eas
872
872
  export declare const effectAnimationEasingEaseInOut: '--effect-animation-easing-ease-in-out';
873
873
  export declare const effectAnimationEasingEaseInOutBack: '--effect-animation-easing-ease-in-out-back';
874
874
  export declare const effectAnimationEasingEaseOut: '--effect-animation-easing-ease-out';
875
+ export declare const effectAnimationEasingLinear: '--effect-animation-easing-linear';
875
876
  export declare const effectBlurLg: '--effect-blur-lg';
876
877
  export declare const effectBlurMd: '--effect-blur-md';
877
878
  export declare const effectBlurSm: '--effect-blur-sm';
package/dist/index.mjs CHANGED
@@ -872,6 +872,7 @@ export const effectAnimationEasingEaseIn = '--effect-animation-easing-ease-in';
872
872
  export const effectAnimationEasingEaseInOut = '--effect-animation-easing-ease-in-out';
873
873
  export const effectAnimationEasingEaseInOutBack = '--effect-animation-easing-ease-in-out-back';
874
874
  export const effectAnimationEasingEaseOut = '--effect-animation-easing-ease-out';
875
+ export const effectAnimationEasingLinear = '--effect-animation-easing-linear';
875
876
  export const effectBlurLg = '--effect-blur-lg';
876
877
  export const effectBlurMd = '--effect-blur-md';
877
878
  export const effectBlurSm = '--effect-blur-sm';
@@ -91,17 +91,21 @@
91
91
  "$type": "effect",
92
92
  "$value": "6000ms"
93
93
  },
94
+ "--effect-animation-easing-linear": {
95
+ "$type": "effect",
96
+ "$value": "cubic-bezier(0, 0, 1, 1)"
97
+ },
94
98
  "--effect-animation-easing-ease-in": {
95
99
  "$type": "effect",
96
- "$value": "cubic-bezier(0.47,0,0.75,0.72)"
100
+ "$value": "cubic-bezier(0.47, 0, 0.75, 0.72)"
97
101
  },
98
102
  "--effect-animation-easing-ease-out": {
99
103
  "$type": "effect",
100
- "$value": "cubic-bezier(0.17,0.84,0.44,1)"
104
+ "$value": "cubic-bezier(0.17, 0.84, 0.44, 1)"
101
105
  },
102
106
  "--effect-animation-easing-ease-in-out": {
103
107
  "$type": "effect",
104
- "$value": "cubic-bezier(0.77,0,0.18,1)"
108
+ "$value": "cubic-bezier(0.77, 0, 0.18, 1)"
105
109
  },
106
110
  "--effect-animation-easing-ease-in-out-back": {
107
111
  "$type": "effect",
@@ -3625,17 +3625,21 @@
3625
3625
  "$type": "effect",
3626
3626
  "$value": "6000ms"
3627
3627
  },
3628
+ "--effect-animation-easing-linear": {
3629
+ "$type": "effect",
3630
+ "$value": "cubic-bezier(0, 0, 1, 1)"
3631
+ },
3628
3632
  "--effect-animation-easing-ease-in": {
3629
3633
  "$type": "effect",
3630
- "$value": "cubic-bezier(0.47,0,0.75,0.72)"
3634
+ "$value": "cubic-bezier(0.47, 0, 0.75, 0.72)"
3631
3635
  },
3632
3636
  "--effect-animation-easing-ease-out": {
3633
3637
  "$type": "effect",
3634
- "$value": "cubic-bezier(0.17,0.84,0.44,1)"
3638
+ "$value": "cubic-bezier(0.17, 0.84, 0.44, 1)"
3635
3639
  },
3636
3640
  "--effect-animation-easing-ease-in-out": {
3637
3641
  "$type": "effect",
3638
- "$value": "cubic-bezier(0.77,0,0.18,1)"
3642
+ "$value": "cubic-bezier(0.77, 0, 0.18, 1)"
3639
3643
  },
3640
3644
  "--effect-animation-easing-ease-in-out-back": {
3641
3645
  "$type": "effect",
package/dist/tokens.json CHANGED
@@ -3603,17 +3603,21 @@
3603
3603
  "$type": "effect",
3604
3604
  "$value": "6000ms"
3605
3605
  },
3606
+ "--effect-animation-easing-linear": {
3607
+ "$type": "effect",
3608
+ "$value": "cubic-bezier(0, 0, 1, 1)"
3609
+ },
3606
3610
  "--effect-animation-easing-ease-in": {
3607
3611
  "$type": "effect",
3608
- "$value": "cubic-bezier(0.47,0,0.75,0.72)"
3612
+ "$value": "cubic-bezier(0.47, 0, 0.75, 0.72)"
3609
3613
  },
3610
3614
  "--effect-animation-easing-ease-out": {
3611
3615
  "$type": "effect",
3612
- "$value": "cubic-bezier(0.17,0.84,0.44,1)"
3616
+ "$value": "cubic-bezier(0.17, 0.84, 0.44, 1)"
3613
3617
  },
3614
3618
  "--effect-animation-easing-ease-in-out": {
3615
3619
  "$type": "effect",
3616
- "$value": "cubic-bezier(0.77,0,0.18,1)"
3620
+ "$value": "cubic-bezier(0.77, 0, 0.18, 1)"
3617
3621
  },
3618
3622
  "--effect-animation-easing-ease-in-out-back": {
3619
3623
  "$type": "effect",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/tokens",
3
- "version": "2.9.1",
3
+ "version": "2.11.0",
4
4
  "description": "TokoMo design tokens — colors, dimensions, typography, and effects as CSS custom properties, JSON, and TypeScript constants",
5
5
  "keywords": [
6
6
  "design-tokens",