@progressiveui/themes-core 0.4.0 → 0.5.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.5.0](https://github.com/Polyxo/pui/compare/@progressiveui/themes-core@0.4.1...@progressiveui/themes-core@0.5.0) (2026-01-19)
7
+
8
+
9
+ ### Features
10
+
11
+ * **styles:** updated modal and design vars ([72b7b7e](https://github.com/Polyxo/pui/commit/72b7b7e50e6547b81bd18cca3386034d3107720e))
12
+
13
+
14
+
15
+
16
+
6
17
  # 0.4.0 (2024-10-30)
7
18
 
8
19
 
@@ -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, 18 Jan 2026 18:41:47 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, 18 Jan 2026 18:41:47 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, 18 Jan 2026 18:41:47 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.5.0",
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": "3ab25753fce2029fa479576bd68fd37f9b8bd659"
39
37
  }