le-kit 0.6.3 → 0.6.4

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/LLM_CONTEXT.md +3 -3
  2. package/package.json +1 -1
package/LLM_CONTEXT.md CHANGED
@@ -240,7 +240,7 @@ A flexible button component with multiple variants and states.
240
240
  | Name | Type | Default | Description |
241
241
  |------|------|---------|-------------|
242
242
  | `el` | `HTMLElement` | | |
243
- | `mode` | `'default' \| 'admin'` | | Mode of the popover should be 'default' for internal use |
243
+ | `mode` | `'default' \| 'admin' \| undefined` | | Mode of the popover should be 'default' for internal use |
244
244
  | `variant` | `'solid' \| 'outlined' \| 'clear' \| 'system'` | `'solid'` | Button variant style |
245
245
  | `color` | `\| 'primary'
246
246
  \| 'secondary'
@@ -983,7 +983,7 @@ Perfect for toggling between a small set of related options.
983
983
  | Name | Type | Default | Description |
984
984
  |------|------|---------|-------------|
985
985
  | `el` | `HTMLElement` | | |
986
- | `options` | `LeOption[]` | `[]` | Array of options for the segmented control. |
986
+ | `options` | `LeOption[] \| string` | `[]` | Array of options for the segmented control. |
987
987
  | `value` | `LeOptionValue \| undefined` | | The value of the currently selected option. |
988
988
  | `size` | `'small' \| 'medium' \| 'large'` | `'medium'` | Size of the control. |
989
989
  | `overflow` | `'auto' \| 'hidden' \| 'visible' \| 'scroll'` | `'auto'` | Scroll behavior for overflowing tabs. |
@@ -1193,7 +1193,7 @@ A text input component with support for labels, descriptions, icons, and externa
1193
1193
  |------|------|---------|-------------|
1194
1194
  | `el` | `HTMLElement` | | |
1195
1195
  | `inputRef` | `(el: HTMLInputElement) => void \| undefined` | | Pass the ref of the input element to the parent component |
1196
- | `mode` | `'default' \| 'admin'` | `'default'` | Mode of the popover should be 'default' for internal use |
1196
+ | `mode` | `'default' \| 'admin' \| undefined` | | Mode of the popover should be 'default' for internal use |
1197
1197
  | `value` | `string \| undefined` | | The value of the input |
1198
1198
  | `name` | `string \| undefined` | | The name of the input |
1199
1199
  | `type` | `'text' \| 'email' \| 'password' \| 'search' \| 'tel' \| 'url'` | `'text'` | The type of the input (text, email, password, etc.) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "le-kit",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Themable web components library with CMS admin mode support",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",