@progressiveui/react 2.0.5 → 2.0.6

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.
Files changed (1) hide show
  1. package/package.json +8 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progressiveui/react",
3
- "version": "2.0.5",
4
- "description": "WFP UI Kit",
3
+ "version": "2.0.6",
4
+ "description": "Progressive UI react components",
5
5
  "license": "Apache-2",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",
@@ -25,10 +25,7 @@
25
25
  ]
26
26
  },
27
27
  "keywords": [
28
- "WFP",
29
- "World Food Programme",
30
- "UN",
31
- "United Nations",
28
+ "progressiveui",
32
29
  "react",
33
30
  "ui-kit",
34
31
  "components"
@@ -61,9 +58,9 @@
61
58
  "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
62
59
  "@babel/traverse": "^7.27.0",
63
60
  "@fontsource-variable/open-sans": "^5.2.5",
64
- "@progressiveui/icons-react": "^10.38.0",
65
- "@progressiveui/styles": "^11.0.3",
66
- "@progressiveui/themes-core": "^0.4.0",
61
+ "@progressiveui/icons-react": "^10.38.1",
62
+ "@progressiveui/styles": "^11.0.4",
63
+ "@progressiveui/themes-core": "^0.4.1",
67
64
  "@rollup/plugin-babel": "^6.0.4",
68
65
  "@rollup/plugin-commonjs": "^28.0.3",
69
66
  "@rollup/plugin-node-resolve": "^16.0.1",
@@ -148,8 +145,8 @@
148
145
  },
149
146
  "repository": {
150
147
  "type": "git",
151
- "url": "https://github.com/wfp/ui.git"
148
+ "url": "https://github.com/Polyxo/pui.git"
152
149
  },
153
150
  "bundleSizeThreshold": 80000,
154
- "gitHead": "db08045e362ded7ec2ed396467bbdb767a23f961"
151
+ "gitHead": "b199715346159ef7ccb916139410cd86af9ce850"
155
152
  }