@signal9/era-ui 26.1.0 → 27.0.0
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/CHANGELOG.md +21 -0
- package/dist/docs/consumer-import.d.ts +28 -0
- package/dist/docs/consumer-import.js +28 -0
- package/dist/era-ui.css +1 -1
- package/dist/generated-docs/accordion.md +1 -1
- package/dist/generated-docs/alert-dialog.md +11 -1
- package/dist/generated-docs/combobox.md +1 -1
- package/dist/generated-docs/context-menu.md +13 -3
- package/dist/generated-docs/date-picker.md +1 -1
- package/dist/generated-docs/date-range-picker.md +1 -1
- package/dist/generated-docs/dialog.md +11 -1
- package/dist/generated-docs/dropdown-menu.md +14 -4
- package/dist/generated-docs/link-preview.md +11 -1
- package/dist/generated-docs/llms-full.txt +246 -25
- package/dist/generated-docs/llms.txt +2 -2
- package/dist/generated-docs/manifest.json +72 -18
- package/dist/generated-docs/menubar.md +4 -3
- package/dist/generated-docs/meter.md +6 -0
- package/dist/generated-docs/nav.md +61 -0
- package/dist/generated-docs/select.md +2 -2
- package/dist/generated-docs/step.md +2 -2
- package/dist/generated-docs/timeline.md +32 -0
- package/dist/generated-docs/todo.md +3 -0
- package/dist/generated-docs/toggle-group.md +1 -0
- package/dist/generated-docs/tooltip.md +11 -1
- package/dist/generated-docs/tree.md +36 -0
- package/dist/generated-docs/utilities.json +5 -1
- package/dist/generated-docs/utilities.md +3 -2
- package/dist/ui/nav/nav-item.svelte +13 -1
- package/dist/ui/nav/nav-item.svelte.d.ts +15 -3
- package/package.json +6 -5
- package/skill/SKILL.md +13 -4
- package/dist/docs/llms-txt.d.ts +0 -2
- package/dist/docs/llms-txt.js +0 -100
|
@@ -10,6 +10,7 @@ import * as ContextMenu from "@signal9/era-ui/context-menu";
|
|
|
10
10
|
|
|
11
11
|
Composed from sub-components — compose explicitly at the call site:
|
|
12
12
|
|
|
13
|
+
- `ContextMenu.Root`
|
|
13
14
|
- `ContextMenu.Trigger`
|
|
14
15
|
- `ContextMenu.Content`
|
|
15
16
|
- `ContextMenu.Item`
|
|
@@ -20,6 +21,15 @@ Composed from sub-components — compose explicitly at the call site:
|
|
|
20
21
|
- `ContextMenu.SubContent`
|
|
21
22
|
- `ContextMenu.GroupHeading`
|
|
22
23
|
|
|
24
|
+
## ContextMenu.Root
|
|
25
|
+
|
|
26
|
+
Inherits all props from `ContextMenu.RootProps`.
|
|
27
|
+
|
|
28
|
+
| Prop | Type | Default | Notes |
|
|
29
|
+
|------|------|---------|-------|
|
|
30
|
+
| `children?` | `Snippet` | — | — |
|
|
31
|
+
| `open?` | `(forwarded)` | `false` | bindable |
|
|
32
|
+
|
|
23
33
|
## ContextMenu.Trigger
|
|
24
34
|
|
|
25
35
|
Inherits all props from `ContextMenu.TriggerProps`.
|
|
@@ -30,7 +40,7 @@ Inherits all props from `ContextMenu.TriggerProps`.
|
|
|
30
40
|
|
|
31
41
|
## ContextMenu.Content
|
|
32
42
|
|
|
33
|
-
Inherits all props from `
|
|
43
|
+
Inherits all props from `OwnedPartProps<ContextMenu.ContentProps>`.
|
|
34
44
|
|
|
35
45
|
| Prop | Type | Default | Notes |
|
|
36
46
|
|------|------|---------|-------|
|
|
@@ -71,7 +81,7 @@ Inherits all props from `ContextMenu.SeparatorProps`.
|
|
|
71
81
|
|
|
72
82
|
## ContextMenu.SubTrigger
|
|
73
83
|
|
|
74
|
-
Inherits all props from `
|
|
84
|
+
Inherits all props from `OwnedPartProps<ContextMenu.SubTriggerProps>`.
|
|
75
85
|
|
|
76
86
|
| Prop | Type | Default | Notes |
|
|
77
87
|
|------|------|---------|-------|
|
|
@@ -79,7 +89,7 @@ Inherits all props from `PartProps<ContextMenu.SubTriggerProps>`.
|
|
|
79
89
|
|
|
80
90
|
## ContextMenu.SubContent
|
|
81
91
|
|
|
82
|
-
Inherits all props from `
|
|
92
|
+
Inherits all props from `OwnedPartProps<ContextMenu.SubContentProps>`.
|
|
83
93
|
|
|
84
94
|
| Prop | Type | Default | Notes |
|
|
85
95
|
|------|------|---------|-------|
|
|
@@ -65,7 +65,7 @@ Inherits all props from `DatePicker.SegmentProps`.
|
|
|
65
65
|
|
|
66
66
|
## DatePicker.Trigger
|
|
67
67
|
|
|
68
|
-
Inherits all props from `
|
|
68
|
+
Inherits all props from `OwnedPartProps<DatePicker.TriggerProps>`.
|
|
69
69
|
|
|
70
70
|
| Prop | Type | Default | Notes |
|
|
71
71
|
|------|------|---------|-------|
|
|
@@ -65,7 +65,7 @@ Inherits all props from `DateRangePicker.SegmentProps`.
|
|
|
65
65
|
|
|
66
66
|
## DateRangePicker.Trigger
|
|
67
67
|
|
|
68
|
-
Inherits all props from `
|
|
68
|
+
Inherits all props from `OwnedPartProps<DateRangePicker.TriggerProps>`.
|
|
69
69
|
|
|
70
70
|
| Prop | Type | Default | Notes |
|
|
71
71
|
|------|------|---------|-------|
|
|
@@ -10,6 +10,7 @@ import * as Dialog from "@signal9/era-ui/dialog";
|
|
|
10
10
|
|
|
11
11
|
Composed from sub-components — compose explicitly at the call site:
|
|
12
12
|
|
|
13
|
+
- `Dialog.Root`
|
|
13
14
|
- `Dialog.Trigger`
|
|
14
15
|
- `Dialog.Content`
|
|
15
16
|
- `Dialog.Overlay`
|
|
@@ -18,6 +19,15 @@ Composed from sub-components — compose explicitly at the call site:
|
|
|
18
19
|
- `Dialog.Close`
|
|
19
20
|
- `Dialog.Header`
|
|
20
21
|
|
|
22
|
+
## Dialog.Root
|
|
23
|
+
|
|
24
|
+
Inherits all props from `Dialog.RootProps`.
|
|
25
|
+
|
|
26
|
+
| Prop | Type | Default | Notes |
|
|
27
|
+
|------|------|---------|-------|
|
|
28
|
+
| `children?` | `Snippet` | — | — |
|
|
29
|
+
| `open?` | `(forwarded)` | `false` | bindable |
|
|
30
|
+
|
|
21
31
|
## Dialog.Trigger
|
|
22
32
|
|
|
23
33
|
Inherits all props from `WithoutChildrenOrChild<Dialog.TriggerProps>`.
|
|
@@ -30,7 +40,7 @@ Inherits all props from `ButtonVariants`.
|
|
|
30
40
|
|
|
31
41
|
## Dialog.Content
|
|
32
42
|
|
|
33
|
-
Inherits all props from `
|
|
43
|
+
Inherits all props from `OwnedPartProps<Dialog.ContentProps>`.
|
|
34
44
|
|
|
35
45
|
| Prop | Type | Default | Notes |
|
|
36
46
|
|------|------|---------|-------|
|
|
@@ -10,6 +10,7 @@ import * as DropdownMenu from "@signal9/era-ui/dropdown-menu";
|
|
|
10
10
|
|
|
11
11
|
Composed from sub-components — compose explicitly at the call site:
|
|
12
12
|
|
|
13
|
+
- `DropdownMenu.Root`
|
|
13
14
|
- `DropdownMenu.Trigger`
|
|
14
15
|
- `DropdownMenu.Content`
|
|
15
16
|
- `DropdownMenu.Item`
|
|
@@ -20,9 +21,18 @@ Composed from sub-components — compose explicitly at the call site:
|
|
|
20
21
|
- `DropdownMenu.SubContent`
|
|
21
22
|
- `DropdownMenu.GroupHeading`
|
|
22
23
|
|
|
24
|
+
## DropdownMenu.Root
|
|
25
|
+
|
|
26
|
+
Inherits all props from `DropdownMenu.RootProps`.
|
|
27
|
+
|
|
28
|
+
| Prop | Type | Default | Notes |
|
|
29
|
+
|------|------|---------|-------|
|
|
30
|
+
| `children?` | `Snippet` | — | — |
|
|
31
|
+
| `open?` | `(forwarded)` | `false` | bindable |
|
|
32
|
+
|
|
23
33
|
## DropdownMenu.Trigger
|
|
24
34
|
|
|
25
|
-
Inherits all props from `
|
|
35
|
+
Inherits all props from `OwnedPartProps<DropdownMenu.TriggerProps>`.
|
|
26
36
|
|
|
27
37
|
| Prop | Type | Default | Notes |
|
|
28
38
|
|------|------|---------|-------|
|
|
@@ -30,7 +40,7 @@ Inherits all props from `PartProps<DropdownMenu.TriggerProps>`.
|
|
|
30
40
|
|
|
31
41
|
## DropdownMenu.Content
|
|
32
42
|
|
|
33
|
-
Inherits all props from `
|
|
43
|
+
Inherits all props from `OwnedPartProps<DropdownMenu.ContentProps>`.
|
|
34
44
|
|
|
35
45
|
| Prop | Type | Default | Notes |
|
|
36
46
|
|------|------|---------|-------|
|
|
@@ -71,7 +81,7 @@ Inherits all props from `DropdownMenu.SeparatorProps`.
|
|
|
71
81
|
|
|
72
82
|
## DropdownMenu.SubTrigger
|
|
73
83
|
|
|
74
|
-
Inherits all props from `
|
|
84
|
+
Inherits all props from `OwnedPartProps<DropdownMenu.SubTriggerProps>`.
|
|
75
85
|
|
|
76
86
|
| Prop | Type | Default | Notes |
|
|
77
87
|
|------|------|---------|-------|
|
|
@@ -79,7 +89,7 @@ Inherits all props from `PartProps<DropdownMenu.SubTriggerProps>`.
|
|
|
79
89
|
|
|
80
90
|
## DropdownMenu.SubContent
|
|
81
91
|
|
|
82
|
-
Inherits all props from `
|
|
92
|
+
Inherits all props from `OwnedPartProps<DropdownMenu.SubContentProps>`.
|
|
83
93
|
|
|
84
94
|
| Prop | Type | Default | Notes |
|
|
85
95
|
|------|------|---------|-------|
|
|
@@ -10,9 +10,19 @@ import * as LinkPreview from "@signal9/era-ui/link-preview";
|
|
|
10
10
|
|
|
11
11
|
Composed from sub-components — compose explicitly at the call site:
|
|
12
12
|
|
|
13
|
+
- `LinkPreview.Root`
|
|
13
14
|
- `LinkPreview.Trigger`
|
|
14
15
|
- `LinkPreview.Content`
|
|
15
16
|
|
|
17
|
+
## LinkPreview.Root
|
|
18
|
+
|
|
19
|
+
Inherits all props from `LinkPreview.RootProps`.
|
|
20
|
+
|
|
21
|
+
| Prop | Type | Default | Notes |
|
|
22
|
+
|------|------|---------|-------|
|
|
23
|
+
| `children?` | `Snippet` | — | — |
|
|
24
|
+
| `open?` | `(forwarded)` | `false` | bindable |
|
|
25
|
+
|
|
16
26
|
## LinkPreview.Trigger
|
|
17
27
|
|
|
18
28
|
Inherits all props from `PartProps<LinkPreview.TriggerProps>`.
|
|
@@ -23,7 +33,7 @@ Inherits all props from `PartProps<LinkPreview.TriggerProps>`.
|
|
|
23
33
|
|
|
24
34
|
## LinkPreview.Content
|
|
25
35
|
|
|
26
|
-
Inherits all props from `
|
|
36
|
+
Inherits all props from `OwnedPartProps<LinkPreview.ContentProps>`.
|
|
27
37
|
|
|
28
38
|
| Prop | Type | Default | Notes |
|
|
29
39
|
|------|------|---------|-------|
|