@ds-mo/tokens 2.9.1 → 2.10.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,6 +32,7 @@
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);
35
36
  --effect-animation-easing-ease-in: cubic-bezier(0.47,0,0.75,0.72);
36
37
  --effect-animation-easing-ease-out: cubic-bezier(0.17,0.84,0.44,1);
37
38
  --effect-animation-easing-ease-in-out: cubic-bezier(0.77,0,0.18,1);
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,6 +91,10 @@
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
100
  "$value": "cubic-bezier(0.47,0,0.75,0.72)"
@@ -3625,6 +3625,10 @@
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
3634
  "$value": "cubic-bezier(0.47,0,0.75,0.72)"
package/dist/tokens.json CHANGED
@@ -3603,6 +3603,10 @@
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
3612
  "$value": "cubic-bezier(0.47,0,0.75,0.72)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/tokens",
3
- "version": "2.9.1",
3
+ "version": "2.10.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",