@progressiveui/themes-core 0.4.0 → 0.4.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 29 Oct 2024 22:22:48 GMT
3
+ // Generated on Sun, 22 Jun 2025 20:33:36 GMT
4
4
 
5
5
  @mixin theme-default () {
6
6
  --brand-wfp-blue-wfp-blue10: #001d31;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 29 Oct 2024 22:22:48 GMT
4
+ * Generated on Sun, 22 Jun 2025 20:33:36 GMT
5
5
  */
6
6
 
7
7
  $brand-wfp-blue-wfp-blue10: #001d31 !default;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 29 Oct 2024 22:22:48 GMT
4
+ * Generated on Sun, 22 Jun 2025 20:33:36 GMT
5
5
  */
6
6
 
7
7
  $tokens: (
package/package.json CHANGED
@@ -1,19 +1,17 @@
1
1
  {
2
2
  "name": "@progressiveui/themes-core",
3
3
  "description": "Themes for un core",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/wfp/designsystem.git",
8
+ "url": "https://github.com/Polyxo/pui.git",
9
9
  "directory": "packages/styles"
10
10
  },
11
- "bugs": "https://github.com/wfp/designsystem/issues",
11
+ "bugs": "https://github.com/Polyxo/pui/issues",
12
12
  "keywords": [
13
13
  "colors",
14
14
  "themes",
15
- "un",
16
- "un core",
17
15
  "components",
18
16
  "react"
19
17
  ],
@@ -35,5 +33,5 @@
35
33
  "style-dictionary": "^3.9.0",
36
34
  "token-transformer": "^0.0.33"
37
35
  },
38
- "gitHead": "a5bec728bba7e239d3d00104c0e24d1b13dd554b"
36
+ "gitHead": "b199715346159ef7ccb916139410cd86af9ce850"
39
37
  }