@brandup/ui-dropdown 1.0.48 → 1.0.50

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
@@ -24,14 +24,14 @@
24
24
  "email": "it@brandup.online"
25
25
  },
26
26
  "license": "Apache-2.0",
27
- "version": "1.0.48",
27
+ "version": "1.0.50",
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.48",
34
- "@brandup/ui-kit": "^1.0.48"
33
+ "@brandup/ui-input": "^1.0.50",
34
+ "@brandup/ui-kit": "^1.0.50"
35
35
  },
36
36
  "files": [
37
37
  "source",
@@ -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
- opacity: 0;
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 {