@epam/uui 5.10.2-alpha.0 → 5.10.2-patch.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/uui",
3
- "version": "5.10.2-alpha.0",
3
+ "version": "5.10.2-patch.1",
4
4
  "description": "EPAM UUI components set",
5
5
  "author": "EPAM",
6
6
  "license": "MIT",
@@ -12,13 +12,13 @@
12
12
  "prepublish": "yarn build"
13
13
  },
14
14
  "dependencies": {
15
- "@epam/assets": "5.10.2-alpha.0",
16
- "@epam/uui-components": "5.10.2-alpha.0",
17
- "@epam/uui-core": "5.10.2-alpha.0",
15
+ "@epam/assets": "5.10.2-patch.1",
16
+ "@epam/uui-components": "5.10.2-patch.1",
17
+ "@epam/uui-core": "5.10.2-patch.1",
18
18
  "@popperjs/core": "2.9.0",
19
19
  "classnames": "2.2.6",
20
20
  "dayjs": "1.11.12",
21
- "react-focus-lock": "2.9.2",
21
+ "react-focus-lock": "2.13.2",
22
22
  "react-popper": "2.3.0"
23
23
  },
24
24
  "peerDependencies": {
@@ -30,7 +30,7 @@
30
30
  "type": "git",
31
31
  "url": "https://github.com/epam/UUI"
32
32
  },
33
- "gitHead": "9bc8f032952bcd0fe176eaffcb985da2fb0117b4",
33
+ "gitHead": "eeea21c5ee3d0d3386ff48b440d4011f58223dcc",
34
34
  "publishConfig": {
35
35
  "directory": "build"
36
36
  }
@@ -182,7 +182,7 @@ interface TabButtonSizes {
182
182
  countIndicator: Sizes;
183
183
  }
184
184
  interface ModalWindowDefaultSizes {
185
- width: string;
185
+ width: number;
186
186
  }
187
187
  interface ModalWindowSizes {
188
188
  defaults: ModalWindowDefaultSizes;