@dhasdk/simple-ui 1.0.30 → 1.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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -850,7 +850,7 @@ buttons.
850
850
  | Prop | Type | Optional | Default | Description |
851
851
  | ----------- | -------- | -------- | -------- | -------------------------------------------- |
852
852
  | buttonText | **`string`** | Yes | **`'more'`** | text label for the 'more' button |
853
- | children | **`string \| null`** | No | **`''`** | text that this component truncates and displays |
853
+ | children | **`string \| undefined`** | No | **`''`** | text that this component truncates and displays |
854
854
  | className | **`string`** | Yes | **`''`** | tailwind classes to style the component container with |
855
855
  | classNameCollapseButton | **`string`** | Yes | **`ml-2 text-blue-600 underline hover:text-blue-800 focus:outline-none`** | tailwind classes to style the collapse button |
856
856
  | classNameMoreButton | **`string`** | Yes | **`ml-2 text-blue-600 underline hover:text-blue-800 focus:outline-none`** | tailwind classes to style the collapse button |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhasdk/simple-ui",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "license": "MIT",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",