@progressiveui/react 2.0.5 → 2.0.7

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 +9 -12
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.7",
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",
@@ -14,7 +14,7 @@
14
14
  "build:storybook": "rm -r -f docs && storybook build -o docs",
15
15
  "generate:types": "rollup --config scripts/rollup-generateTypeDefinitions.config.js --bundleConfigAsCjs && node .temp/generateTypeDefinitions.js && rm -rf .temp",
16
16
  "dev": "npm run storybook",
17
- "storybook": "STORYBOOK_ASSETS=https://cdn.wfp.org/guides/ui/assets/v0.0.1/ STORYBOOK_NPM_VERSION=10.10.3 storybook dev -p 9000",
17
+ "storybook": "STORYBOOK_ASSETS=https://cdn.polyxo.de/guides/ui/assets/v0.0.1/ STORYBOOK_NPM_VERSION=10.10.3 storybook dev -p 9000",
18
18
  "test": "jest",
19
19
  "jest-w": "jest --watch",
20
20
  "build:vite": "vite build"
@@ -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.5",
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": "3f66a2c242e2878db4abed81c8897779ddc18bd0"
155
152
  }