@brandup/ui-dropdown 1.0.48 → 1.0.49
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 +3 -3
- package/source/dropdown.less +3 -6
package/package.json
CHANGED
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"email": "it@brandup.online"
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
|
-
"version": "1.0.
|
|
27
|
+
"version": "1.0.49",
|
|
28
28
|
"main": "source/index.ts",
|
|
29
29
|
"types": "source/index.ts",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@brandup/ui": "^2.0.9",
|
|
32
32
|
"@brandup/ui-helpers": "^2.0.9",
|
|
33
|
-
"@brandup/ui-input": "^1.0.
|
|
34
|
-
"@brandup/ui-kit": "^1.0.
|
|
33
|
+
"@brandup/ui-input": "^1.0.49",
|
|
34
|
+
"@brandup/ui-kit": "^1.0.49"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"source",
|
package/source/dropdown.less
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import "@brandup/ui-kit/source/adaptive.less";
|
|
2
|
+
@import (reference) "@brandup/ui-input/source/input.less";
|
|
2
3
|
|
|
3
4
|
.ui-dropdown {
|
|
4
5
|
position: relative;
|
|
@@ -415,13 +416,9 @@
|
|
|
415
416
|
}
|
|
416
417
|
});
|
|
417
418
|
|
|
419
|
+
// носитель значения участвует в форме, но не показывается — общий рецепт из @brandup/ui-input
|
|
418
420
|
.ui-dropdown-input {
|
|
419
|
-
|
|
420
|
-
position: absolute;
|
|
421
|
-
width: 1px;
|
|
422
|
-
height: 1px;
|
|
423
|
-
outline: none;
|
|
424
|
-
visibility: collapse;
|
|
421
|
+
.ui-input-hidden-value();
|
|
425
422
|
}
|
|
426
423
|
|
|
427
424
|
.ui-dropdown-miniature {
|