@dhasdk/simple-ui 0.0.11 → 0.0.12

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 +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  This library was generated with [Nx](https://nx.dev).
4
4
 
5
+ ## <span style="color: orange;">*This library is under active development and not ready for production use\*</span>
6
+
7
+ ## Table of Contents
8
+
9
+ - [Badge](#badge)
10
+ - [Button](#button)
11
+ - [Card](#card)
12
+ - [Input](#input)
13
+ - [List](#list)
14
+ - [Modal](#modal)
15
+ - [Select](#select)
16
+ - [Toggle](#toggle)
17
+
5
18
 
6
19
  ## Dependencies
7
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhasdk/simple-ui",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "license": "MIT",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",