@esri/calcite-components-react 5.2.0-next.4 → 5.2.0-next.40

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.
@@ -3,47 +3,49 @@ import React from "react";
3
3
  import { createComponent } from "@lit/react";
4
4
  import { makeReactWrapperFactory, getReactWrapperOptions } from "@arcgis/lumina";
5
5
  const createWrapper = /*@__PURE__*/ makeReactWrapperFactory(React, createComponent);
6
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-accordion /> directly. */
6
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-accordion />` directly. */
7
7
  export const CalciteAccordion = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-accordion", {}));
8
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-accordion-item /> directly. */
8
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-accordion-item />` directly. */
9
9
  export const CalciteAccordionItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-accordion-item", {
10
10
  onCalciteAccordionItemCollapse: "calciteAccordionItemCollapse",
11
11
  onCalciteAccordionItemExpand: "calciteAccordionItemExpand",
12
12
  }));
13
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-action /> directly. */
13
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action />` directly. */
14
14
  export const CalciteAction = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action", {}));
15
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-action-bar /> directly. */
15
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-bar />` directly. */
16
16
  export const CalciteActionBar = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-bar", {
17
17
  onCalciteActionBarCollapse: "calciteActionBarCollapse",
18
18
  onCalciteActionBarExpand: "calciteActionBarExpand",
19
19
  onCalciteActionBarToggle: "calciteActionBarToggle",
20
20
  }));
21
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-action-group /> directly. */
21
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-group />` directly. */
22
22
  export const CalciteActionGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-group", {
23
23
  onCalciteActionGroupChange: "calciteActionGroupChange",
24
24
  onCalciteActionGroupCollapse: "calciteActionGroupCollapse",
25
25
  onCalciteActionGroupExpand: "calciteActionGroupExpand",
26
+ onCalciteInternalActionGroupActionsChange: "calciteInternalActionGroupActionsChange",
26
27
  }));
27
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-action-menu /> directly. */
28
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-menu />` directly. */
28
29
  export const CalciteActionMenu = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-menu", {
29
30
  onCalciteActionMenuCollapse: "calciteActionMenuCollapse",
30
31
  onCalciteActionMenuExpand: "calciteActionMenuExpand",
31
32
  onCalciteActionMenuOpen: "calciteActionMenuOpen",
33
+ onCalciteInternalActionMenuActionsChange: "calciteInternalActionMenuActionsChange",
32
34
  }));
33
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-action-pad /> directly. */
35
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-action-pad />` directly. */
34
36
  export const CalciteActionPad = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-pad", {
35
37
  onCalciteActionPadCollapse: "calciteActionPadCollapse",
36
38
  onCalciteActionPadExpand: "calciteActionPadExpand",
37
39
  onCalciteActionPadToggle: "calciteActionPadToggle",
38
40
  }));
39
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-alert /> directly. */
41
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-alert />` directly. */
40
42
  export const CalciteAlert = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-alert", {
41
43
  onCalciteAlertBeforeClose: "calciteAlertBeforeClose",
42
44
  onCalciteAlertBeforeOpen: "calciteAlertBeforeOpen",
43
45
  onCalciteAlertClose: "calciteAlertClose",
44
46
  onCalciteAlertOpen: "calciteAlertOpen",
45
47
  }));
46
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-autocomplete /> directly. */
48
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-autocomplete />` directly. */
47
49
  export const CalciteAutocomplete = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete", {
48
50
  onCalciteAutocompleteBeforeClose: "calciteAutocompleteBeforeClose",
49
51
  onCalciteAutocompleteBeforeOpen: "calciteAutocompleteBeforeOpen",
@@ -53,15 +55,15 @@ export const CalciteAutocomplete = /*@__PURE__*/ createWrapper(getReactWrapperOp
53
55
  onCalciteAutocompleteTextChange: "calciteAutocompleteTextChange",
54
56
  onCalciteAutocompleteTextInput: "calciteAutocompleteTextInput",
55
57
  }));
56
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-autocomplete-item /> directly. */
58
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-autocomplete-item />` directly. */
57
59
  export const CalciteAutocompleteItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item", {
58
60
  onCalciteAutocompleteItemSelect: "calciteAutocompleteItemSelect",
59
61
  }));
60
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-autocomplete-item-group /> directly. */
62
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-autocomplete-item-group />` directly. */
61
63
  export const CalciteAutocompleteItemGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item-group", {}));
62
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-avatar /> directly. */
64
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-avatar />` directly. */
63
65
  export const CalciteAvatar = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-avatar", {}));
64
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-block /> directly. */
66
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-block />` directly. */
65
67
  export const CalciteBlock = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block", {
66
68
  onCalciteBlockBeforeClose: "calciteBlockBeforeClose",
67
69
  onCalciteBlockBeforeOpen: "calciteBlockBeforeOpen",
@@ -75,30 +77,30 @@ export const CalciteBlock = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
75
77
  onCalciteBlockSortHandleOpen: "calciteBlockSortHandleOpen",
76
78
  onCalciteBlockToggle: "calciteBlockToggle",
77
79
  }));
78
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-block-group /> directly. */
80
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-block-group />` directly. */
79
81
  export const CalciteBlockGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block-group", {
80
82
  onCalciteBlockGroupDragEnd: "calciteBlockGroupDragEnd",
81
83
  onCalciteBlockGroupDragStart: "calciteBlockGroupDragStart",
82
84
  onCalciteBlockGroupMoveHalt: "calciteBlockGroupMoveHalt",
83
85
  onCalciteBlockGroupOrderChange: "calciteBlockGroupOrderChange",
84
86
  }));
85
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-block-section /> directly. */
87
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-block-section />` directly. */
86
88
  export const CalciteBlockSection = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block-section", {
87
89
  onCalciteBlockSectionCollapse: "calciteBlockSectionCollapse",
88
90
  onCalciteBlockSectionExpand: "calciteBlockSectionExpand",
89
91
  onCalciteBlockSectionToggle: "calciteBlockSectionToggle",
90
92
  }));
91
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-button /> directly. */
93
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-button />` directly. */
92
94
  export const CalciteButton = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-button", {}));
93
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-card /> directly. */
95
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-card />` directly. */
94
96
  export const CalciteCard = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-card", {
95
97
  onCalciteCardSelect: "calciteCardSelect",
96
98
  }));
97
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-card-group /> directly. */
99
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-card-group />` directly. */
98
100
  export const CalciteCardGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-card-group", {
99
101
  onCalciteCardGroupSelect: "calciteCardGroupSelect",
100
102
  }));
101
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-carousel /> directly. */
103
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-carousel />` directly. */
102
104
  export const CalciteCarousel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-carousel", {
103
105
  onCalciteCarouselChange: "calciteCarouselChange",
104
106
  onCalciteCarouselPause: "calciteCarouselPause",
@@ -106,33 +108,33 @@ export const CalciteCarousel = /*@__PURE__*/ createWrapper(getReactWrapperOption
106
108
  onCalciteCarouselResume: "calciteCarouselResume",
107
109
  onCalciteCarouselStop: "calciteCarouselStop",
108
110
  }));
109
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-carousel-item /> directly. */
111
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-carousel-item />` directly. */
110
112
  export const CalciteCarouselItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-carousel-item", {}));
111
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-checkbox /> directly. */
113
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-checkbox />` directly. */
112
114
  export const CalciteCheckbox = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-checkbox", {
113
115
  onCalciteCheckboxChange: "calciteCheckboxChange",
114
116
  }));
115
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-chip /> directly. */
117
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-chip />` directly. */
116
118
  export const CalciteChip = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-chip", {
117
119
  onCalciteChipClose: "calciteChipClose",
118
120
  onCalciteChipSelect: "calciteChipSelect",
119
121
  }));
120
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-chip-group /> directly. */
122
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-chip-group />` directly. */
121
123
  export const CalciteChipGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-chip-group", {
122
124
  onCalciteChipGroupSelect: "calciteChipGroupSelect",
123
125
  }));
124
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-color-picker /> directly. */
126
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-color-picker />` directly. */
125
127
  export const CalciteColorPicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-color-picker", {
126
128
  onCalciteColorPickerChange: "calciteColorPickerChange",
127
129
  onCalciteColorPickerInput: "calciteColorPickerInput",
128
130
  }));
129
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-color-picker-hex-input /> directly. */
131
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-color-picker-hex-input />` directly. */
130
132
  export const CalciteColorPickerHexInput = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-color-picker-hex-input", {
131
133
  onCalciteColorPickerHexInputChange: "calciteColorPickerHexInputChange",
132
134
  }));
133
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-color-picker-swatch /> directly. */
135
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-color-picker-swatch />` directly. */
134
136
  export const CalciteColorPickerSwatch = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-color-picker-swatch", {}));
135
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-combobox /> directly. */
137
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-combobox />` directly. */
136
138
  export const CalciteCombobox = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-combobox", {
137
139
  onCalciteComboboxBeforeClose: "calciteComboboxBeforeClose",
138
140
  onCalciteComboboxBeforeOpen: "calciteComboboxBeforeOpen",
@@ -142,22 +144,22 @@ export const CalciteCombobox = /*@__PURE__*/ createWrapper(getReactWrapperOption
142
144
  onCalciteComboboxFilterChange: "calciteComboboxFilterChange",
143
145
  onCalciteComboboxOpen: "calciteComboboxOpen",
144
146
  }));
145
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-combobox-item /> directly. */
147
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-combobox-item />` directly. */
146
148
  export const CalciteComboboxItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-combobox-item", {
147
149
  onCalciteComboboxItemChange: "calciteComboboxItemChange",
148
150
  }));
149
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-combobox-item-group /> directly. */
151
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-combobox-item-group />` directly. */
150
152
  export const CalciteComboboxItemGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-combobox-item-group", {}));
151
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-date-picker /> directly. */
153
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-date-picker />` directly. */
152
154
  export const CalciteDatePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-date-picker", {
153
155
  onCalciteDatePickerChange: "calciteDatePickerChange",
154
156
  onCalciteDatePickerRangeChange: "calciteDatePickerRangeChange",
155
157
  }));
156
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-date-picker-day /> directly. */
158
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-date-picker-day />` directly. */
157
159
  export const CalciteDatePickerDay = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-date-picker-day", {}));
158
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-date-picker-month /> directly. */
160
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-date-picker-month />` directly. */
159
161
  export const CalciteDatePickerMonth = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-date-picker-month", {}));
160
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-dialog /> directly. */
162
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dialog />` directly. */
161
163
  export const CalciteDialog = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-dialog", {
162
164
  onCalciteDialogBeforeClose: "calciteDialogBeforeClose",
163
165
  onCalciteDialogBeforeOpen: "calciteDialogBeforeOpen",
@@ -165,7 +167,7 @@ export const CalciteDialog = /*@__PURE__*/ createWrapper(getReactWrapperOptions(
165
167
  onCalciteDialogOpen: "calciteDialogOpen",
166
168
  onCalciteDialogScroll: "calciteDialogScroll",
167
169
  }));
168
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-dropdown /> directly. */
170
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dropdown />` directly. */
169
171
  export const CalciteDropdown = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-dropdown", {
170
172
  onCalciteDropdownBeforeClose: "calciteDropdownBeforeClose",
171
173
  onCalciteDropdownBeforeOpen: "calciteDropdownBeforeOpen",
@@ -173,21 +175,21 @@ export const CalciteDropdown = /*@__PURE__*/ createWrapper(getReactWrapperOption
173
175
  onCalciteDropdownOpen: "calciteDropdownOpen",
174
176
  onCalciteDropdownSelect: "calciteDropdownSelect",
175
177
  }));
176
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-dropdown-group /> directly. */
178
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dropdown-group />` directly. */
177
179
  export const CalciteDropdownGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-dropdown-group", {}));
178
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-dropdown-item /> directly. */
180
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-dropdown-item />` directly. */
179
181
  export const CalciteDropdownItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-dropdown-item", {
180
182
  onCalciteDropdownItemSelect: "calciteDropdownItemSelect",
181
183
  }));
182
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-fab /> directly. */
184
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-fab />` directly. */
183
185
  export const CalciteFab = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-fab", {}));
184
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-filter /> directly. */
186
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-filter />` directly. */
185
187
  export const CalciteFilter = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-filter", {
186
188
  onCalciteFilterChange: "calciteFilterChange",
187
189
  }));
188
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-flow /> directly. */
190
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-flow />` directly. */
189
191
  export const CalciteFlow = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-flow", {}));
190
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-flow-item /> directly. */
192
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-flow-item />` directly. */
191
193
  export const CalciteFlowItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-flow-item", {
192
194
  onCalciteFlowItemBack: "calciteFlowItemBack",
193
195
  onCalciteFlowItemClose: "calciteFlowItemClose",
@@ -196,30 +198,33 @@ export const CalciteFlowItem = /*@__PURE__*/ createWrapper(getReactWrapperOption
196
198
  onCalciteFlowItemScroll: "calciteFlowItemScroll",
197
199
  onCalciteFlowItemToggle: "calciteFlowItemToggle",
198
200
  }));
199
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-focus-trap /> directly. */
201
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-focus-trap />` directly. */
200
202
  export const CalciteFocusTrap = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-focus-trap", {
201
203
  onCalciteFocusTrapActiveChange: "calciteFocusTrapActiveChange",
202
204
  }));
203
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-graph /> directly. */
205
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-graph />` directly. */
204
206
  export const CalciteGraph = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-graph", {}));
205
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-handle /> directly. */
207
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-handle />` directly. */
206
208
  export const CalciteHandle = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-handle", {
207
209
  onCalciteHandleChange: "calciteHandleChange",
208
210
  onCalciteHandleNudge: "calciteHandleNudge",
209
211
  }));
210
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-icon /> directly. */
212
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-icon />` directly. */
211
213
  export const CalciteIcon = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-icon", {}));
212
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-inline-editable /> directly. */
214
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-inline-editable />` directly. */
213
215
  export const CalciteInlineEditable = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-inline-editable", {
214
216
  onCalciteInlineEditableEditCancel: "calciteInlineEditableEditCancel",
215
217
  onCalciteInlineEditableEditConfirm: "calciteInlineEditableEditConfirm",
216
218
  }));
217
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-input /> directly. */
219
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input />` directly. */
218
220
  export const CalciteInput = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input", {
219
221
  onCalciteInputChange: "calciteInputChange",
222
+ onCalciteInputInlineEditableCancel: "calciteInputInlineEditableCancel",
223
+ onCalciteInputInlineEditableChange: "calciteInputInlineEditableChange",
224
+ onCalciteInputInlineEditableConfirm: "calciteInputInlineEditableConfirm",
220
225
  onCalciteInputInput: "calciteInputInput",
221
226
  }));
222
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-input-date-picker /> directly. */
227
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-date-picker />` directly. */
223
228
  export const CalciteInputDatePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-date-picker", {
224
229
  onCalciteInputDatePickerBeforeClose: "calciteInputDatePickerBeforeClose",
225
230
  onCalciteInputDatePickerBeforeOpen: "calciteInputDatePickerBeforeOpen",
@@ -227,19 +232,25 @@ export const CalciteInputDatePicker = /*@__PURE__*/ createWrapper(getReactWrappe
227
232
  onCalciteInputDatePickerClose: "calciteInputDatePickerClose",
228
233
  onCalciteInputDatePickerOpen: "calciteInputDatePickerOpen",
229
234
  }));
230
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-input-message /> directly. */
235
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-message />` directly. */
231
236
  export const CalciteInputMessage = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-message", {}));
232
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-input-number /> directly. */
237
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-number />` directly. */
233
238
  export const CalciteInputNumber = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-number", {
234
239
  onCalciteInputNumberChange: "calciteInputNumberChange",
240
+ onCalciteInputNumberInlineEditableCancel: "calciteInputNumberInlineEditableCancel",
241
+ onCalciteInputNumberInlineEditableChange: "calciteInputNumberInlineEditableChange",
242
+ onCalciteInputNumberInlineEditableConfirm: "calciteInputNumberInlineEditableConfirm",
235
243
  onCalciteInputNumberInput: "calciteInputNumberInput",
236
244
  }));
237
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-input-text /> directly. */
245
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-text />` directly. */
238
246
  export const CalciteInputText = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-text", {
239
247
  onCalciteInputTextChange: "calciteInputTextChange",
248
+ onCalciteInputTextInlineEditableCancel: "calciteInputTextInlineEditableCancel",
249
+ onCalciteInputTextInlineEditableChange: "calciteInputTextInlineEditableChange",
250
+ onCalciteInputTextInlineEditableConfirm: "calciteInputTextInlineEditableConfirm",
240
251
  onCalciteInputTextInput: "calciteInputTextInput",
241
252
  }));
242
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-input-time-picker /> directly. */
253
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-time-picker />` directly. */
243
254
  export const CalciteInputTimePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-time-picker", {
244
255
  onCalciteInputTimePickerBeforeClose: "calciteInputTimePickerBeforeClose",
245
256
  onCalciteInputTimePickerBeforeOpen: "calciteInputTimePickerBeforeOpen",
@@ -247,7 +258,7 @@ export const CalciteInputTimePicker = /*@__PURE__*/ createWrapper(getReactWrappe
247
258
  onCalciteInputTimePickerClose: "calciteInputTimePickerClose",
248
259
  onCalciteInputTimePickerOpen: "calciteInputTimePickerOpen",
249
260
  }));
250
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-input-time-zone /> directly. */
261
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-input-time-zone />` directly. */
251
262
  export const CalciteInputTimeZone = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-input-time-zone", {
252
263
  onCalciteInputTimeZoneBeforeClose: "calciteInputTimeZoneBeforeClose",
253
264
  onCalciteInputTimeZoneBeforeOpen: "calciteInputTimeZoneBeforeOpen",
@@ -255,11 +266,11 @@ export const CalciteInputTimeZone = /*@__PURE__*/ createWrapper(getReactWrapperO
255
266
  onCalciteInputTimeZoneClose: "calciteInputTimeZoneClose",
256
267
  onCalciteInputTimeZoneOpen: "calciteInputTimeZoneOpen",
257
268
  }));
258
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-label /> directly. */
269
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-label />` directly. */
259
270
  export const CalciteLabel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-label", {}));
260
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-link /> directly. */
271
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-link />` directly. */
261
272
  export const CalciteLink = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-link", {}));
262
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-list /> directly. */
273
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-list />` directly. */
263
274
  export const CalciteList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-list", {
264
275
  onCalciteListChange: "calciteListChange",
265
276
  onCalciteListDragEnd: "calciteListDragEnd",
@@ -268,7 +279,7 @@ export const CalciteList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("c
268
279
  onCalciteListMoveHalt: "calciteListMoveHalt",
269
280
  onCalciteListOrderChange: "calciteListOrderChange",
270
281
  }));
271
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-list-item /> directly. */
282
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-list-item />` directly. */
272
283
  export const CalciteListItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-list-item", {
273
284
  onCalciteListItemClose: "calciteListItemClose",
274
285
  onCalciteListItemCollapse: "calciteListItemCollapse",
@@ -280,42 +291,42 @@ export const CalciteListItem = /*@__PURE__*/ createWrapper(getReactWrapperOption
280
291
  onCalciteListItemSortHandleOpen: "calciteListItemSortHandleOpen",
281
292
  onCalciteListItemToggle: "calciteListItemToggle",
282
293
  }));
283
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-list-item-group /> directly. */
294
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-list-item-group />` directly. */
284
295
  export const CalciteListItemGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-list-item-group", {}));
285
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-loader /> directly. */
296
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-loader />` directly. */
286
297
  export const CalciteLoader = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-loader", {}));
287
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-menu /> directly. */
298
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-menu />` directly. */
288
299
  export const CalciteMenu = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-menu", {}));
289
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-menu-item /> directly. */
300
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-menu-item />` directly. */
290
301
  export const CalciteMenuItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-menu-item", {
291
302
  onCalciteMenuItemSelect: "calciteMenuItemSelect",
292
303
  }));
293
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-meter /> directly. */
304
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-meter />` directly. */
294
305
  export const CalciteMeter = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-meter", {}));
295
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-navigation /> directly. */
306
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-navigation />` directly. */
296
307
  export const CalciteNavigation = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-navigation", {
297
308
  onCalciteNavigationActionSelect: "calciteNavigationActionSelect",
298
309
  }));
299
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-navigation-logo /> directly. */
310
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-navigation-logo />` directly. */
300
311
  export const CalciteNavigationLogo = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-navigation-logo", {}));
301
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-navigation-user /> directly. */
312
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-navigation-user />` directly. */
302
313
  export const CalciteNavigationUser = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-navigation-user", {}));
303
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-notice /> directly. */
314
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-notice />` directly. */
304
315
  export const CalciteNotice = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-notice", {
305
316
  onCalciteNoticeBeforeClose: "calciteNoticeBeforeClose",
306
317
  onCalciteNoticeBeforeOpen: "calciteNoticeBeforeOpen",
307
318
  onCalciteNoticeClose: "calciteNoticeClose",
308
319
  onCalciteNoticeOpen: "calciteNoticeOpen",
309
320
  }));
310
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-option /> directly. */
321
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-option />` directly. */
311
322
  export const CalciteOption = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-option", {}));
312
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-option-group /> directly. */
323
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-option-group />` directly. */
313
324
  export const CalciteOptionGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-option-group", {}));
314
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-pagination /> directly. */
325
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-pagination />` directly. */
315
326
  export const CalcitePagination = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-pagination", {
316
327
  onCalcitePaginationChange: "calcitePaginationChange",
317
328
  }));
318
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-panel /> directly. */
329
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-panel />` directly. */
319
330
  export const CalcitePanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-panel", {
320
331
  onCalcitePanelClose: "calcitePanelClose",
321
332
  onCalcitePanelCollapse: "calcitePanelCollapse",
@@ -323,59 +334,59 @@ export const CalcitePanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
323
334
  onCalcitePanelScroll: "calcitePanelScroll",
324
335
  onCalcitePanelToggle: "calcitePanelToggle",
325
336
  }));
326
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-popover /> directly. */
337
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-popover />` directly. */
327
338
  export const CalcitePopover = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-popover", {
328
339
  onCalcitePopoverBeforeClose: "calcitePopoverBeforeClose",
329
340
  onCalcitePopoverBeforeOpen: "calcitePopoverBeforeOpen",
330
341
  onCalcitePopoverClose: "calcitePopoverClose",
331
342
  onCalcitePopoverOpen: "calcitePopoverOpen",
332
343
  }));
333
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-progress /> directly. */
344
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-progress />` directly. */
334
345
  export const CalciteProgress = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-progress", {}));
335
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-radio-button /> directly. */
346
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-radio-button />` directly. */
336
347
  export const CalciteRadioButton = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-radio-button", {
337
348
  onCalciteRadioButtonChange: "calciteRadioButtonChange",
338
349
  }));
339
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-radio-button-group /> directly. */
350
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-radio-button-group />` directly. */
340
351
  export const CalciteRadioButtonGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-radio-button-group", {
341
352
  onCalciteRadioButtonGroupChange: "calciteRadioButtonGroupChange",
342
353
  }));
343
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-rating /> directly. */
354
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-rating />` directly. */
344
355
  export const CalciteRating = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-rating", {
345
356
  onCalciteRatingChange: "calciteRatingChange",
346
357
  }));
347
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-scrim /> directly. */
358
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-scrim />` directly. */
348
359
  export const CalciteScrim = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-scrim", {}));
349
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-segmented-control /> directly. */
360
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-segmented-control />` directly. */
350
361
  export const CalciteSegmentedControl = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-segmented-control", {
351
362
  onCalciteSegmentedControlChange: "calciteSegmentedControlChange",
352
363
  }));
353
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-segmented-control-item /> directly. */
364
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-segmented-control-item />` directly. */
354
365
  export const CalciteSegmentedControlItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-segmented-control-item", {}));
355
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-select /> directly. */
366
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-select />` directly. */
356
367
  export const CalciteSelect = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-select", {
357
368
  onCalciteSelectChange: "calciteSelectChange",
358
369
  }));
359
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-sheet /> directly. */
370
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-sheet />` directly. */
360
371
  export const CalciteSheet = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-sheet", {
361
372
  onCalciteSheetBeforeClose: "calciteSheetBeforeClose",
362
373
  onCalciteSheetBeforeOpen: "calciteSheetBeforeOpen",
363
374
  onCalciteSheetClose: "calciteSheetClose",
364
375
  onCalciteSheetOpen: "calciteSheetOpen",
365
376
  }));
366
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-shell /> directly. */
377
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-shell />` directly. */
367
378
  export const CalciteShell = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell", {}));
368
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-shell-panel /> directly. */
379
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-shell-panel />` directly. */
369
380
  export const CalciteShellPanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-panel", {
370
381
  onCalciteShellPanelCollapse: "calciteShellPanelCollapse",
371
382
  onCalciteShellPanelExpand: "calciteShellPanelExpand",
372
383
  }));
373
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-slider /> directly. */
384
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-slider />` directly. */
374
385
  export const CalciteSlider = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-slider", {
375
386
  onCalciteSliderChange: "calciteSliderChange",
376
387
  onCalciteSliderInput: "calciteSliderInput",
377
388
  }));
378
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-sort-handle /> directly. */
389
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-sort-handle />` directly. */
379
390
  export const CalciteSortHandle = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-sort-handle", {
380
391
  onCalciteSortHandleAdd: "calciteSortHandleAdd",
381
392
  onCalciteSortHandleBeforeClose: "calciteSortHandleBeforeClose",
@@ -385,92 +396,92 @@ export const CalciteSortHandle = /*@__PURE__*/ createWrapper(getReactWrapperOpti
385
396
  onCalciteSortHandleOpen: "calciteSortHandleOpen",
386
397
  onCalciteSortHandleReorder: "calciteSortHandleReorder",
387
398
  }));
388
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-sortable-list /> directly. */
399
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-sortable-list />` directly. */
389
400
  export const CalciteSortableList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-sortable-list", {
390
401
  onCalciteListOrderChange: "calciteListOrderChange",
391
402
  }));
392
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-split-button /> directly. */
403
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-split-button />` directly. */
393
404
  export const CalciteSplitButton = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-split-button", {
394
405
  onCalciteSplitButtonPrimaryClick: "calciteSplitButtonPrimaryClick",
395
406
  onCalciteSplitButtonSecondaryClick: "calciteSplitButtonSecondaryClick",
396
407
  }));
397
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-stack /> directly. */
408
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-stack />` directly. */
398
409
  export const CalciteStack = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stack", {}));
399
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-stepper /> directly. */
410
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-stepper />` directly. */
400
411
  export const CalciteStepper = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stepper", {
401
412
  onCalciteStepperChange: "calciteStepperChange",
402
413
  }));
403
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-stepper-item /> directly. */
414
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-stepper-item />` directly. */
404
415
  export const CalciteStepperItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stepper-item", {
405
416
  onCalciteStepperItemSelect: "calciteStepperItemSelect",
406
417
  }));
407
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-swatch /> directly. */
418
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-swatch />` directly. */
408
419
  export const CalciteSwatch = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-swatch", {
409
420
  onCalciteSwatchSelect: "calciteSwatchSelect",
410
421
  }));
411
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-swatch-group /> directly. */
422
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-swatch-group />` directly. */
412
423
  export const CalciteSwatchGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-swatch-group", {
413
424
  onCalciteSwatchGroupSelect: "calciteSwatchGroupSelect",
414
425
  }));
415
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-switch /> directly. */
426
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-switch />` directly. */
416
427
  export const CalciteSwitch = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-switch", {
417
428
  onCalciteSwitchChange: "calciteSwitchChange",
418
429
  }));
419
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-tab /> directly. */
430
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tab />` directly. */
420
431
  export const CalciteTab = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tab", {}));
421
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-tab-nav /> directly. */
432
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tab-nav />` directly. */
422
433
  export const CalciteTabNav = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tab-nav", {
423
434
  onCalciteTabChange: "calciteTabChange",
424
435
  }));
425
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-tab-title /> directly. */
436
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tab-title />` directly. */
426
437
  export const CalciteTabTitle = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tab-title", {
427
438
  onCalciteTabsActivate: "calciteTabsActivate",
428
439
  onCalciteTabsClose: "calciteTabsClose",
429
440
  }));
430
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-table /> directly. */
441
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table />` directly. */
431
442
  export const CalciteTable = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-table", {
432
443
  onCalciteTablePageChange: "calciteTablePageChange",
433
444
  onCalciteTableSelect: "calciteTableSelect",
434
445
  }));
435
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-table-cell /> directly. */
446
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table-cell />` directly. */
436
447
  export const CalciteTableCell = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-table-cell", {}));
437
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-table-header /> directly. */
448
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table-header />` directly. */
438
449
  export const CalciteTableHeader = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-table-header", {}));
439
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-table-row /> directly. */
450
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-table-row />` directly. */
440
451
  export const CalciteTableRow = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-table-row", {
441
452
  onCalciteTableRowSelect: "calciteTableRowSelect",
442
453
  }));
443
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-tabs /> directly. */
454
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tabs />` directly. */
444
455
  export const CalciteTabs = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tabs", {}));
445
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-text-area /> directly. */
456
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-text-area />` directly. */
446
457
  export const CalciteTextArea = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-text-area", {
447
458
  onCalciteTextAreaChange: "calciteTextAreaChange",
448
459
  onCalciteTextAreaInput: "calciteTextAreaInput",
449
460
  }));
450
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-tile /> directly. */
461
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tile />` directly. */
451
462
  export const CalciteTile = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tile", {
452
463
  onCalciteTileSelect: "calciteTileSelect",
453
464
  }));
454
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-tile-group /> directly. */
465
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tile-group />` directly. */
455
466
  export const CalciteTileGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tile-group", {
456
467
  onCalciteTileGroupSelect: "calciteTileGroupSelect",
457
468
  }));
458
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-time-picker /> directly. */
469
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-time-picker />` directly. */
459
470
  export const CalciteTimePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-time-picker", {
460
471
  onCalciteTimePickerChange: "calciteTimePickerChange",
461
472
  }));
462
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-tooltip /> directly. */
473
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tooltip />` directly. */
463
474
  export const CalciteTooltip = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tooltip", {
464
475
  onCalciteTooltipBeforeClose: "calciteTooltipBeforeClose",
465
476
  onCalciteTooltipBeforeOpen: "calciteTooltipBeforeOpen",
466
477
  onCalciteTooltipClose: "calciteTooltipClose",
467
478
  onCalciteTooltipOpen: "calciteTooltipOpen",
468
479
  }));
469
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-tree /> directly. */
480
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tree />` directly. */
470
481
  export const CalciteTree = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree", {
471
482
  onCalciteTreeSelect: "calciteTreeSelect",
472
483
  }));
473
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-tree-item /> directly. */
484
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<calcite-tree-item />` directly. */
474
485
  export const CalciteTreeItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree-item", {
475
486
  onCalciteTreeItemCollapse: "calciteTreeItemCollapse",
476
487
  onCalciteTreeItemExpand: "calciteTreeItemExpand",