prometeo-design-system 4.1.2 → 4.1.3

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.
@@ -0,0 +1,4 @@
1
+ export {}
2
+ import PrometeoDesignSystem from './exports/usePyrionLayout'
3
+ export default PrometeoDesignSystem
4
+ export {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prometeo-design-system",
3
3
  "private": false,
4
- "version": "4.1.2",
4
+ "version": "4.1.3",
5
5
  "type": "module",
6
6
  "description": "design kit system",
7
7
  "main": "dist/prometeo-design-system.umd.js",
@@ -182,9 +182,9 @@
182
182
  "types": "./dist/PyrionLayout.d.ts",
183
183
  "import": "./dist/PyrionLayout.es.js"
184
184
  },
185
- "./usePyrionNavigation": {
186
- "types": "./dist/usePyrionNavigation.d.ts",
187
- "import": "./dist/usePyrionNavigation.es.js"
185
+ "./usePyrionLayout": {
186
+ "types": "./dist/usePyrionLayout.d.ts",
187
+ "import": "./dist/usePyrionLayout.es.js"
188
188
  },
189
189
  "./NotificationCard": {
190
190
  "types": "./dist/NotificationCard.d.ts",
@@ -1,4 +0,0 @@
1
- export {}
2
- import PrometeoDesignSystem from './exports/usePyrionNavigation'
3
- export default PrometeoDesignSystem
4
- export {}