@v1nt1248/3nclient-lib 0.0.30 → 0.0.31

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,7 @@ You can run the project as `yarn dev` or `npm run dev` if you don't want to use
9
9
  ## Components
10
10
  - Ui3nButton
11
11
  - Ui3nCheckbox
12
+ - Ui3nChip
12
13
  - Ui3nIcon
13
14
  - Ui3nInput
14
15
  - Ui3nText
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@v1nt1248/3nclient-lib",
3
3
  "license": "AGPL-3.0-or-later",
4
4
  "author": "v1nt1248",
5
- "version": "0.0.30",
5
+ "version": "0.0.31",
6
6
  "description": "Library for 3NWeb clients",
7
7
  "private": false,
8
8
  "type": "module",