@workday/canvas-tokens-web 3.1.1 → 3.1.3

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,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:46 GMT
4
4
  */
5
5
 
6
6
  export declare const primary: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:46 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:46 GMT
4
4
  */
5
5
 
6
6
  import * as base from "./base";
7
- import * as brand from "./brand";
8
7
  import * as system from "./system";
9
- export {base,brand,system}
8
+ import * as brand from "./brand";
9
+ export {base,system,brand}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Sep 2025 22:18:52 GMT
3
+ * Generated on Fri, 31 Oct 2025 14:47:45 GMT
4
4
  */
5
5
 
6
6
  "use strict";
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
8
8
 
9
9
  var base = require("./base");
10
10
  exports.base = base;
11
- var brand = require("./brand");
12
- exports.brand = brand;
13
11
  var system = require("./system");
14
12
  exports.system = system;
13
+ var brand = require("./brand");
14
+ exports.brand = brand;