@brandup/ui-dropdown 1.0.43 → 1.0.45

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -92,3 +92,7 @@ const variants = transcriptText("руку"); // { english: "reue" }
92
92
  ## Адаптивный режим
93
93
 
94
94
  На экранах шириной менее `1030px` попап открывается в полноэкранном режиме с кнопкой «Отмена».
95
+
96
+ ## Оформление
97
+
98
+ Список опций прокручивается сам и оформлен общим классом кита `ui-scrollable` — полоса выглядит одинаково во всех компонентах, а её размер и цвет переопределяются переменными `--scrollbar-*` (см. [`@brandup/ui-kit`](../brandup-ui-kit)).
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.43",
27
+ "version": "1.0.45",
28
28
  "main": "source/index.ts",
29
29
  "types": "source/index.ts",
30
30
  "dependencies": {
31
- "@brandup/ui": "^2.0.7",
32
- "@brandup/ui-helpers": "^2.0.7",
33
- "@brandup/ui-input": "^1.0.43",
34
- "@brandup/ui-kit": "^1.0.43"
31
+ "@brandup/ui": "^2.0.9",
32
+ "@brandup/ui-helpers": "^2.0.9",
33
+ "@brandup/ui-input": "^1.0.45",
34
+ "@brandup/ui-kit": "^1.0.45"
35
35
  },
36
36
  "files": [
37
37
  "source",