@dhasdk/simple-ui 1.0.23 → 1.0.24
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.
- package/README.md +1 -2
- package/index.css +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1326,8 +1326,7 @@ Full list of props below
|
|
|
1326
1326
|
| Prop | Type | Optional | Default | Description |
|
|
1327
1327
|
| ----------- | -------- | -------- | -------- | ----------- |
|
|
1328
1328
|
| airaLabel | **`string`** | Yes | **`'Search'`** | The aria-label to assign to this Search component |
|
|
1329
|
-
| className | **`string`** | Yes | see (1) below | alternate css classes to add/change styling of
|
|
1330
|
-
the input element. |
|
|
1329
|
+
| className | **`string`** | Yes | see (1) below | alternate css classes to add/change styling of the input element. |
|
|
1331
1330
|
| classNameContainer | **`string`** | Yes | **`h-12 md:h-[50px] lg:h-14 flex items-center max-w-full relative`** | alternate css classes to add/change styling of the span tag that wraps the search component. |
|
|
1332
1331
|
| classNameInputContainer | **`string`** | Yes | **`border-[#6a686b] w-[309px] md:w-[334px] lg:w-[350px] inline-flex bg-white items-center`** | alternate css classes to add/change styling of the span tag that wraps the search component. |
|
|
1333
1332
|
| classNameListOutput | **`string`** | Yes | see (2) below | alternate css classes to add/change styling of the output list or search results box. |
|