@epam/uui 4.6.1 → 4.7.0
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/assets/styles/variables/buttons/iconButton.scss +5 -5
- package/assets/styles/variables/layout/accordion.scss +2 -3
- package/assets/styles/variables/layout/labeledInput.scss +1 -1
- package/assets/styles/variables/layout/panel.scss +1 -1
- package/assets/styles/variables/overlays/dropdownContainer.scss +1 -1
- package/assets/styles/variables/overlays/tooltip.scss +2 -2
- package/bundle-stats.json +1 -1
- package/components/buttons/Button.d.ts +1 -1
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +1 -1
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +1 -1
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts +1 -1
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +1 -1
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexSpacer.d.ts +4 -1
- package/components/layout/FlexItems/FlexSpacer.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/docs/common.d.ts +1 -2
- package/components/pickers/docs/common.d.ts.map +1 -1
- package/components/tables/Presets/Preset.d.ts +1 -1
- package/components/tables/Presets/Preset.d.ts.map +1 -1
- package/components/tables/Presets/Presets.d.ts +1 -2
- package/components/tables/Presets/Presets.d.ts.map +1 -1
- package/components/tables/types.d.ts +0 -19
- package/components/tables/types.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +1 -1
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +1 -1
- package/components/widgets/Tag.d.ts.map +1 -1
- package/index.js +336 -331
- package/index.js.map +1 -1
- package/package.json +6 -6
- package/styles.css +624 -623
- package/styles.css.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/uui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "EPAM UUI components set",
|
|
5
5
|
"author": "EPAM",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"prepublish": "yarn build"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@epam/assets": "4.
|
|
15
|
-
"@epam/uui-components": "4.
|
|
16
|
-
"@epam/uui-core": "4.
|
|
14
|
+
"@epam/assets": "4.7.0",
|
|
15
|
+
"@epam/uui-components": "4.7.0",
|
|
16
|
+
"@epam/uui-core": "4.7.0",
|
|
17
17
|
"classnames": "2.2.6",
|
|
18
18
|
"react-focus-lock": "2.7.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@epam/uui-docs": "4.
|
|
21
|
+
"@epam/uui-docs": "4.7.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"prop-types": "*",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "git",
|
|
30
30
|
"url": "https://github.com/epam/UUI"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "ded1c8c9deae6e53fa3e198cc48a3ccc4d9a876a",
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"directory": "build"
|
|
35
35
|
}
|