@brandup/ui-dropdown 1.0.20 → 1.0.22

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 +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -4,10 +4,10 @@
4
4
 
5
5
  ## Installation
6
6
 
7
- Install NPM package [@brandup/ui](https://www.npmjs.com/package/@brandup/ui-kit).
7
+ Install NPM package [@brandup/ui](https://www.npmjs.com/package/@brandup/ui-dropdown).
8
8
 
9
9
  ```
10
- npm i @brandup/ui-kit@latest
10
+ npm i @brandup/ui-dropdown@latest
11
11
  ```
12
12
 
13
13
  ## DropDown
package/package.json CHANGED
@@ -21,15 +21,15 @@
21
21
  "email": "it@brandup.online"
22
22
  },
23
23
  "license": "Apache-2.0",
24
- "version": "1.0.20",
24
+ "version": "1.0.22",
25
25
  "main": "source/index.ts",
26
26
  "types": "source/index.ts",
27
27
  "dependencies": {
28
- "@brandup/ui": "^1.0.37",
29
- "@brandup/ui-dom": "^1.0.37",
30
- "@brandup/ui-helpers": "^1.0.37",
31
- "@brandup/ui-input": "^1.0.20",
32
- "@brandup/ui-kit": "^1.0.20"
28
+ "@brandup/ui": "^1.0.39",
29
+ "@brandup/ui-dom": "^1.0.39",
30
+ "@brandup/ui-helpers": "^1.0.39",
31
+ "@brandup/ui-input": "^1.0.22",
32
+ "@brandup/ui-kit": "^1.0.22"
33
33
  },
34
34
  "files": [
35
35
  "source",