urfu-ui-kit-react 1.5.0 → 1.5.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/README.md +6 -8
- package/dist/style.css +1 -1
- package/dist/urfu-ui-kit-react.js +4 -4
- package/package.json +2 -2
|
@@ -1389,7 +1389,6 @@ ns.propTypes = {
|
|
|
1389
1389
|
"chat",
|
|
1390
1390
|
"check",
|
|
1391
1391
|
"clock",
|
|
1392
|
-
"cloud",
|
|
1393
1392
|
"context",
|
|
1394
1393
|
"copy",
|
|
1395
1394
|
"correct",
|
|
@@ -1449,7 +1448,6 @@ ns.propTypes = {
|
|
|
1449
1448
|
"search",
|
|
1450
1449
|
"setting",
|
|
1451
1450
|
"settlement",
|
|
1452
|
-
"shell",
|
|
1453
1451
|
"sorting",
|
|
1454
1452
|
"star",
|
|
1455
1453
|
"star2",
|
|
@@ -10123,6 +10121,10 @@ const Jr = [
|
|
|
10123
10121
|
disabled: K
|
|
10124
10122
|
}) => {
|
|
10125
10123
|
const [N, R] = me(!1), k = Se(null), [V, z] = me(null), ie = pa(() => No(a), [a]), X = (re) => {
|
|
10124
|
+
if (!re) {
|
|
10125
|
+
t("");
|
|
10126
|
+
return;
|
|
10127
|
+
}
|
|
10126
10128
|
const ee = No(re);
|
|
10127
10129
|
t(ee);
|
|
10128
10130
|
};
|
|
@@ -11392,7 +11394,6 @@ xf.propTypes = {
|
|
|
11392
11394
|
"chat",
|
|
11393
11395
|
"check",
|
|
11394
11396
|
"clock",
|
|
11395
|
-
"cloud",
|
|
11396
11397
|
"context",
|
|
11397
11398
|
"copy",
|
|
11398
11399
|
"correct",
|
|
@@ -11452,7 +11453,6 @@ xf.propTypes = {
|
|
|
11452
11453
|
"search",
|
|
11453
11454
|
"setting",
|
|
11454
11455
|
"settlement",
|
|
11455
|
-
"shell",
|
|
11456
11456
|
"sorting",
|
|
11457
11457
|
"star",
|
|
11458
11458
|
"star2",
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "UrFU UI-Kit for React Web",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "1.5.
|
|
6
|
+
"version": "1.5.1",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/urfu-ui-kit-react",
|
|
9
9
|
"types": "dist/urfu-ui-kit-react",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"date-fns": "^3.6.0",
|
|
21
21
|
"react-datepicker": "^7.4.0",
|
|
22
22
|
"react-input-mask": "^2.0.4",
|
|
23
|
-
"urfu-ui-kit-vanilla": "^2.4.
|
|
23
|
+
"urfu-ui-kit-vanilla": "^2.4.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@chromatic-com/storybook": "^1.3.3",
|