@progressiveui/react 2.0.4 → 2.0.5

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.
@@ -9,7 +9,7 @@ export default create({
9
9
  fontCode: "monospace",
10
10
 
11
11
  brandTitle: "Progressive UI",
12
- brandUrl: "https://www.designsystem.wfp.org/",
12
+ brandUrl: "https://www.designsystem.polyxo.de",
13
13
  brandTarget: "_self",
14
14
 
15
15
  colorPrimary: "#3A10E5",
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- React implementation of the [Bridge Design System](https://designsystem.wfp.org)
1
+ React implementation of the Progressive UI Design System
2
2
 
3
3
  ### Run development
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progressiveui/react",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "WFP UI Kit",
5
5
  "license": "Apache-2",
6
6
  "main": "dist/index.cjs.js",
@@ -62,7 +62,7 @@
62
62
  "@babel/traverse": "^7.27.0",
63
63
  "@fontsource-variable/open-sans": "^5.2.5",
64
64
  "@progressiveui/icons-react": "^10.38.0",
65
- "@progressiveui/styles": "^11.0.2",
65
+ "@progressiveui/styles": "^11.0.3",
66
66
  "@progressiveui/themes-core": "^0.4.0",
67
67
  "@rollup/plugin-babel": "^6.0.4",
68
68
  "@rollup/plugin-commonjs": "^28.0.3",
@@ -151,5 +151,5 @@
151
151
  "url": "https://github.com/wfp/ui.git"
152
152
  },
153
153
  "bundleSizeThreshold": 80000,
154
- "gitHead": "abe6019d01a2ae6b108e04d2923107e1ddf87e11"
154
+ "gitHead": "db08045e362ded7ec2ed396467bbdb767a23f961"
155
155
  }