@jitera/jitera-web-ui-library 1.32.0 → 1.32.1

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 (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -362,7 +362,7 @@ interface ModalShowOptions
362
362
  | 'closeIcon'
363
363
  | 'bodyStyle'
364
364
  > {
365
- position?: ModalPositionEnum
365
+ position?: `${ModalPositionEnum}`
366
366
  }
367
367
  declare const Modal: {
368
368
  show(ReactComponent: React.ReactNode, options?: ModalShowOptions): void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitera/jitera-web-ui-library",
3
- "version": "1.32.0",
3
+ "version": "1.32.1",
4
4
  "description": "atoms and component for web project",
5
5
  "sideEffects": [
6
6
  "*.css"