@haiilo/catalyst-tokens 5.4.0 → 6.0.1

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.
@@ -246,4 +246,4 @@ export const timeDelayM : number;
246
246
  export const timeDelayS : number;
247
247
  export const timeDurationL : number;
248
248
  export const timeDurationM : number;
249
- export const timeDurationS : number;
249
+ export const timeDurationS : number;
@@ -246,4 +246,4 @@ export const timeDelayM = 250;
246
246
  export const timeDelayS = 125;
247
247
  export const timeDurationL = 1000;
248
248
  export const timeDurationM = 500;
249
- export const timeDurationS = 250;
249
+ export const timeDurationS = 250;
@@ -342,4 +342,4 @@
342
342
  "s": 250
343
343
  }
344
344
  }
345
- }
345
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "5.4.0",
3
+ "version": "6.0.1",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {