@esri/calcite-components 1.0.0-next.411 → 1.0.0-next.412

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2022-03-04T22:10:36",
2
+ "timestamp": "2022-03-04T22:31:23",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "2.14.0",
@@ -6,80 +6,80 @@ declare module "preact/src/jsx" {
6
6
  namespace JSXInternal {
7
7
  interface IntrinsicElements {
8
8
 
9
- "calcite-accordion": Omit<JSX.Accordion, "onCalciteAccordionChange"> & JSXInternal.HTMLAttributes<HTMLAccordionElement> & {
9
+ "calcite-accordion": Omit<JSX.CalciteAccordion, "onCalciteAccordionChange"> & JSXInternal.HTMLAttributes<HTMLCalciteAccordionElement> & {
10
10
  "oncalciteAccordionChange"?: (event: CustomEvent<any>) => void;
11
11
  }
12
12
 
13
- "calcite-accordion-item": Omit<JSX.AccordionItem, "onCalciteAccordionItemKeyEvent" | "onCalciteAccordionItemSelect" | "onCalciteAccordionItemClose" | "onCalciteAccordionItemRegister"> & JSXInternal.HTMLAttributes<HTMLAccordionItemElement> & {
13
+ "calcite-accordion-item": Omit<JSX.CalciteAccordionItem, "onCalciteAccordionItemKeyEvent" | "onCalciteAccordionItemSelect" | "onCalciteAccordionItemClose" | "onCalciteAccordionItemRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteAccordionItemElement> & {
14
14
  "oncalciteAccordionItemKeyEvent"?: (event: CustomEvent<any>) => void;
15
15
  "oncalciteAccordionItemSelect"?: (event: CustomEvent<any>) => void;
16
16
  "oncalciteAccordionItemClose"?: (event: CustomEvent<any>) => void;
17
17
  "oncalciteAccordionItemRegister"?: (event: CustomEvent<any>) => void;
18
18
  }
19
19
 
20
- "calcite-action": Omit<JSX.Action, "onCalciteActionClick"> & JSXInternal.HTMLAttributes<HTMLActionElement> & {
20
+ "calcite-action": Omit<JSX.CalciteAction, "onCalciteActionClick"> & JSXInternal.HTMLAttributes<HTMLCalciteActionElement> & {
21
21
  "oncalciteActionClick"?: (event: CustomEvent<any>) => void;
22
22
  }
23
23
 
24
- "calcite-action-bar": Omit<JSX.ActionBar, "onCalciteActionBarToggle"> & JSXInternal.HTMLAttributes<HTMLActionBarElement> & {
24
+ "calcite-action-bar": Omit<JSX.CalciteActionBar, "onCalciteActionBarToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteActionBarElement> & {
25
25
  "oncalciteActionBarToggle"?: (event: CustomEvent<any>) => void;
26
26
  }
27
27
 
28
- "calcite-action-group": JSX.ActionGroup & JSXInternal.HTMLAttributes<HTMLActionGroupElement>
28
+ "calcite-action-group": JSX.CalciteActionGroup & JSXInternal.HTMLAttributes<HTMLCalciteActionGroupElement>
29
29
 
30
- "calcite-action-menu": Omit<JSX.ActionMenu, "onCalciteActionMenuOpenChange"> & JSXInternal.HTMLAttributes<HTMLActionMenuElement> & {
30
+ "calcite-action-menu": Omit<JSX.CalciteActionMenu, "onCalciteActionMenuOpenChange"> & JSXInternal.HTMLAttributes<HTMLCalciteActionMenuElement> & {
31
31
  "oncalciteActionMenuOpenChange"?: (event: CustomEvent<any>) => void;
32
32
  }
33
33
 
34
- "calcite-action-pad": Omit<JSX.ActionPad, "onCalciteActionPadToggle"> & JSXInternal.HTMLAttributes<HTMLActionPadElement> & {
34
+ "calcite-action-pad": Omit<JSX.CalciteActionPad, "onCalciteActionPadToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteActionPadElement> & {
35
35
  "oncalciteActionPadToggle"?: (event: CustomEvent<any>) => void;
36
36
  }
37
37
 
38
- "calcite-alert": Omit<JSX.Alert, "onCalciteAlertClose" | "onCalciteAlertOpen" | "onCalciteAlertSync" | "onCalciteAlertRegister"> & JSXInternal.HTMLAttributes<HTMLAlertElement> & {
38
+ "calcite-alert": Omit<JSX.CalciteAlert, "onCalciteAlertClose" | "onCalciteAlertOpen" | "onCalciteAlertSync" | "onCalciteAlertRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteAlertElement> & {
39
39
  "oncalciteAlertClose"?: (event: CustomEvent<any>) => void;
40
40
  "oncalciteAlertOpen"?: (event: CustomEvent<any>) => void;
41
41
  "oncalciteAlertSync"?: (event: CustomEvent<any>) => void;
42
42
  "oncalciteAlertRegister"?: (event: CustomEvent<any>) => void;
43
43
  }
44
44
 
45
- "calcite-avatar": JSX.Avatar & JSXInternal.HTMLAttributes<HTMLAvatarElement>
45
+ "calcite-avatar": JSX.CalciteAvatar & JSXInternal.HTMLAttributes<HTMLCalciteAvatarElement>
46
46
 
47
- "calcite-block": Omit<JSX.Block, "onCalciteBlockToggle"> & JSXInternal.HTMLAttributes<HTMLBlockElement> & {
47
+ "calcite-block": Omit<JSX.CalciteBlock, "onCalciteBlockToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteBlockElement> & {
48
48
  "oncalciteBlockToggle"?: (event: CustomEvent<any>) => void;
49
49
  }
50
50
 
51
- "calcite-block-section": Omit<JSX.BlockSection, "onCalciteBlockSectionToggle"> & JSXInternal.HTMLAttributes<HTMLBlockSectionElement> & {
51
+ "calcite-block-section": Omit<JSX.CalciteBlockSection, "onCalciteBlockSectionToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteBlockSectionElement> & {
52
52
  "oncalciteBlockSectionToggle"?: (event: CustomEvent<any>) => void;
53
53
  }
54
54
 
55
- "calcite-button": JSX.Button & JSXInternal.HTMLAttributes<HTMLButtonElement>
55
+ "calcite-button": JSX.CalciteButton & JSXInternal.HTMLAttributes<HTMLCalciteButtonElement>
56
56
 
57
- "calcite-card": Omit<JSX.Card, "onCalciteCardSelect"> & JSXInternal.HTMLAttributes<HTMLCardElement> & {
57
+ "calcite-card": Omit<JSX.CalciteCard, "onCalciteCardSelect"> & JSXInternal.HTMLAttributes<HTMLCalciteCardElement> & {
58
58
  "oncalciteCardSelect"?: (event: CustomEvent<any>) => void;
59
59
  }
60
60
 
61
- "calcite-checkbox": Omit<JSX.Checkbox, "onCalciteInternalCheckboxBlur" | "onCalciteCheckboxChange" | "onCalciteInternalCheckboxFocus"> & JSXInternal.HTMLAttributes<HTMLCheckboxElement> & {
61
+ "calcite-checkbox": Omit<JSX.CalciteCheckbox, "onCalciteInternalCheckboxBlur" | "onCalciteCheckboxChange" | "onCalciteInternalCheckboxFocus"> & JSXInternal.HTMLAttributes<HTMLCalciteCheckboxElement> & {
62
62
  "oncalciteInternalCheckboxBlur"?: (event: CustomEvent<any>) => void;
63
63
  "oncalciteCheckboxChange"?: (event: CustomEvent<any>) => void;
64
64
  "oncalciteInternalCheckboxFocus"?: (event: CustomEvent<any>) => void;
65
65
  }
66
66
 
67
- "calcite-chip": Omit<JSX.Chip, "onCalciteChipDismiss"> & JSXInternal.HTMLAttributes<HTMLChipElement> & {
67
+ "calcite-chip": Omit<JSX.CalciteChip, "onCalciteChipDismiss"> & JSXInternal.HTMLAttributes<HTMLCalciteChipElement> & {
68
68
  "oncalciteChipDismiss"?: (event: CustomEvent<any>) => void;
69
69
  }
70
70
 
71
- "calcite-color-picker": Omit<JSX.ColorPicker, "onCalciteColorPickerChange" | "onCalciteColorPickerInput"> & JSXInternal.HTMLAttributes<HTMLColorPickerElement> & {
71
+ "calcite-color-picker": Omit<JSX.CalciteColorPicker, "onCalciteColorPickerChange" | "onCalciteColorPickerInput"> & JSXInternal.HTMLAttributes<HTMLCalciteColorPickerElement> & {
72
72
  "oncalciteColorPickerChange"?: (event: CustomEvent<any>) => void;
73
73
  "oncalciteColorPickerInput"?: (event: CustomEvent<any>) => void;
74
74
  }
75
75
 
76
- "calcite-color-picker-hex-input": Omit<JSX.ColorPickerHexInput, "onCalciteColorPickerHexInputChange"> & JSXInternal.HTMLAttributes<HTMLColorPickerHexInputElement> & {
76
+ "calcite-color-picker-hex-input": Omit<JSX.CalciteColorPickerHexInput, "onCalciteColorPickerHexInputChange"> & JSXInternal.HTMLAttributes<HTMLCalciteColorPickerHexInputElement> & {
77
77
  "oncalciteColorPickerHexInputChange"?: (event: CustomEvent<any>) => void;
78
78
  }
79
79
 
80
- "calcite-color-picker-swatch": JSX.ColorPickerSwatch & JSXInternal.HTMLAttributes<HTMLColorPickerSwatchElement>
80
+ "calcite-color-picker-swatch": JSX.CalciteColorPickerSwatch & JSXInternal.HTMLAttributes<HTMLCalciteColorPickerSwatchElement>
81
81
 
82
- "calcite-combobox": Omit<JSX.Combobox, "onCalciteLookupChange" | "onCalciteComboboxChange" | "onCalciteComboboxFilterChange" | "onCalciteComboboxChipDismiss" | "onCalciteComboboxOpen" | "onCalciteComboboxClose"> & JSXInternal.HTMLAttributes<HTMLComboboxElement> & {
82
+ "calcite-combobox": Omit<JSX.CalciteCombobox, "onCalciteLookupChange" | "onCalciteComboboxChange" | "onCalciteComboboxFilterChange" | "onCalciteComboboxChipDismiss" | "onCalciteComboboxOpen" | "onCalciteComboboxClose"> & JSXInternal.HTMLAttributes<HTMLCalciteComboboxElement> & {
83
83
  "oncalciteLookupChange"?: (event: CustomEvent<any>) => void;
84
84
  "oncalciteComboboxChange"?: (event: CustomEvent<any>) => void;
85
85
  "oncalciteComboboxFilterChange"?: (event: CustomEvent<any>) => void;
@@ -88,79 +88,79 @@ declare module "preact/src/jsx" {
88
88
  "oncalciteComboboxClose"?: (event: CustomEvent<any>) => void;
89
89
  }
90
90
 
91
- "calcite-combobox-item": Omit<JSX.ComboboxItem, "onCalciteComboboxItemChange"> & JSXInternal.HTMLAttributes<HTMLComboboxItemElement> & {
91
+ "calcite-combobox-item": Omit<JSX.CalciteComboboxItem, "onCalciteComboboxItemChange"> & JSXInternal.HTMLAttributes<HTMLCalciteComboboxItemElement> & {
92
92
  "oncalciteComboboxItemChange"?: (event: CustomEvent<any>) => void;
93
93
  }
94
94
 
95
- "calcite-combobox-item-group": JSX.ComboboxItemGroup & JSXInternal.HTMLAttributes<HTMLComboboxItemGroupElement>
95
+ "calcite-combobox-item-group": JSX.CalciteComboboxItemGroup & JSXInternal.HTMLAttributes<HTMLCalciteComboboxItemGroupElement>
96
96
 
97
- "calcite-date-picker": Omit<JSX.DatePicker, "onCalciteDatePickerChange" | "onCalciteDatePickerRangeChange"> & JSXInternal.HTMLAttributes<HTMLDatePickerElement> & {
97
+ "calcite-date-picker": Omit<JSX.CalciteDatePicker, "onCalciteDatePickerChange" | "onCalciteDatePickerRangeChange"> & JSXInternal.HTMLAttributes<HTMLCalciteDatePickerElement> & {
98
98
  "oncalciteDatePickerChange"?: (event: CustomEvent<any>) => void;
99
99
  "oncalciteDatePickerRangeChange"?: (event: CustomEvent<any>) => void;
100
100
  }
101
101
 
102
- "calcite-date-picker-day": Omit<JSX.DatePickerDay, "onCalciteDaySelect" | "onCalciteDayHover"> & JSXInternal.HTMLAttributes<HTMLDatePickerDayElement> & {
102
+ "calcite-date-picker-day": Omit<JSX.CalciteDatePickerDay, "onCalciteDaySelect" | "onCalciteDayHover"> & JSXInternal.HTMLAttributes<HTMLCalciteDatePickerDayElement> & {
103
103
  "oncalciteDaySelect"?: (event: CustomEvent<any>) => void;
104
104
  "oncalciteDayHover"?: (event: CustomEvent<any>) => void;
105
105
  }
106
106
 
107
- "calcite-date-picker-month": Omit<JSX.DatePickerMonth, "onCalciteDatePickerSelect" | "onCalciteDatePickerHover" | "onCalciteDatePickerActiveDateChange" | "onCalciteDatePickerMouseOut"> & JSXInternal.HTMLAttributes<HTMLDatePickerMonthElement> & {
107
+ "calcite-date-picker-month": Omit<JSX.CalciteDatePickerMonth, "onCalciteDatePickerSelect" | "onCalciteDatePickerHover" | "onCalciteDatePickerActiveDateChange" | "onCalciteDatePickerMouseOut"> & JSXInternal.HTMLAttributes<HTMLCalciteDatePickerMonthElement> & {
108
108
  "oncalciteDatePickerSelect"?: (event: CustomEvent<any>) => void;
109
109
  "oncalciteDatePickerHover"?: (event: CustomEvent<any>) => void;
110
110
  "oncalciteDatePickerActiveDateChange"?: (event: CustomEvent<any>) => void;
111
111
  "oncalciteDatePickerMouseOut"?: (event: CustomEvent<any>) => void;
112
112
  }
113
113
 
114
- "calcite-date-picker-month-header": Omit<JSX.DatePickerMonthHeader, "onCalciteDatePickerSelect"> & JSXInternal.HTMLAttributes<HTMLDatePickerMonthHeaderElement> & {
114
+ "calcite-date-picker-month-header": Omit<JSX.CalciteDatePickerMonthHeader, "onCalciteDatePickerSelect"> & JSXInternal.HTMLAttributes<HTMLCalciteDatePickerMonthHeaderElement> & {
115
115
  "oncalciteDatePickerSelect"?: (event: CustomEvent<any>) => void;
116
116
  }
117
117
 
118
- "calcite-dropdown": Omit<JSX.Dropdown, "onCalciteDropdownSelect" | "onCalciteDropdownOpen" | "onCalciteDropdownClose"> & JSXInternal.HTMLAttributes<HTMLDropdownElement> & {
118
+ "calcite-dropdown": Omit<JSX.CalciteDropdown, "onCalciteDropdownSelect" | "onCalciteDropdownOpen" | "onCalciteDropdownClose"> & JSXInternal.HTMLAttributes<HTMLCalciteDropdownElement> & {
119
119
  "oncalciteDropdownSelect"?: (event: CustomEvent<any>) => void;
120
120
  "oncalciteDropdownOpen"?: (event: CustomEvent<any>) => void;
121
121
  "oncalciteDropdownClose"?: (event: CustomEvent<any>) => void;
122
122
  }
123
123
 
124
- "calcite-dropdown-group": Omit<JSX.DropdownGroup, "onCalciteDropdownItemChange"> & JSXInternal.HTMLAttributes<HTMLDropdownGroupElement> & {
124
+ "calcite-dropdown-group": Omit<JSX.CalciteDropdownGroup, "onCalciteDropdownItemChange"> & JSXInternal.HTMLAttributes<HTMLCalciteDropdownGroupElement> & {
125
125
  "oncalciteDropdownItemChange"?: (event: CustomEvent<any>) => void;
126
126
  }
127
127
 
128
- "calcite-dropdown-item": Omit<JSX.DropdownItem, "onCalciteDropdownItemSelect" | "onCalciteDropdownItemKeyEvent" | "onCalciteDropdownCloseRequest"> & JSXInternal.HTMLAttributes<HTMLDropdownItemElement> & {
128
+ "calcite-dropdown-item": Omit<JSX.CalciteDropdownItem, "onCalciteDropdownItemSelect" | "onCalciteDropdownItemKeyEvent" | "onCalciteDropdownCloseRequest"> & JSXInternal.HTMLAttributes<HTMLCalciteDropdownItemElement> & {
129
129
  "oncalciteDropdownItemSelect"?: (event: CustomEvent<any>) => void;
130
130
  "oncalciteDropdownItemKeyEvent"?: (event: CustomEvent<any>) => void;
131
131
  "oncalciteDropdownCloseRequest"?: (event: CustomEvent<any>) => void;
132
132
  }
133
133
 
134
- "calcite-fab": JSX.Fab & JSXInternal.HTMLAttributes<HTMLFabElement>
134
+ "calcite-fab": JSX.CalciteFab & JSXInternal.HTMLAttributes<HTMLCalciteFabElement>
135
135
 
136
- "calcite-filter": Omit<JSX.Filter, "onCalciteFilterChange"> & JSXInternal.HTMLAttributes<HTMLFilterElement> & {
136
+ "calcite-filter": Omit<JSX.CalciteFilter, "onCalciteFilterChange"> & JSXInternal.HTMLAttributes<HTMLCalciteFilterElement> & {
137
137
  "oncalciteFilterChange"?: (event: CustomEvent<any>) => void;
138
138
  }
139
139
 
140
- "calcite-flow": JSX.Flow & JSXInternal.HTMLAttributes<HTMLFlowElement>
140
+ "calcite-flow": JSX.CalciteFlow & JSXInternal.HTMLAttributes<HTMLCalciteFlowElement>
141
141
 
142
- "calcite-graph": JSX.Graph & JSXInternal.HTMLAttributes<HTMLGraphElement>
142
+ "calcite-graph": JSX.CalciteGraph & JSXInternal.HTMLAttributes<HTMLCalciteGraphElement>
143
143
 
144
- "calcite-handle": Omit<JSX.Handle, "onCalciteHandleNudge"> & JSXInternal.HTMLAttributes<HTMLHandleElement> & {
144
+ "calcite-handle": Omit<JSX.CalciteHandle, "onCalciteHandleNudge"> & JSXInternal.HTMLAttributes<HTMLCalciteHandleElement> & {
145
145
  "oncalciteHandleNudge"?: (event: CustomEvent<any>) => void;
146
146
  }
147
147
 
148
- "calcite-icon": JSX.Icon & JSXInternal.HTMLAttributes<HTMLIconElement>
148
+ "calcite-icon": JSX.CalciteIcon & JSXInternal.HTMLAttributes<HTMLCalciteIconElement>
149
149
 
150
- "calcite-inline-editable": Omit<JSX.InlineEditable, "onCalciteInlineEditableEditCancel" | "onCalciteInlineEditableEditConfirm" | "onCalciteInlineEditableEnableEditingChange"> & JSXInternal.HTMLAttributes<HTMLInlineEditableElement> & {
150
+ "calcite-inline-editable": Omit<JSX.CalciteInlineEditable, "onCalciteInlineEditableEditCancel" | "onCalciteInlineEditableEditConfirm" | "onCalciteInlineEditableEnableEditingChange"> & JSXInternal.HTMLAttributes<HTMLCalciteInlineEditableElement> & {
151
151
  "oncalciteInlineEditableEditCancel"?: (event: CustomEvent<any>) => void;
152
152
  "oncalciteInlineEditableEditConfirm"?: (event: CustomEvent<any>) => void;
153
153
  "oncalciteInlineEditableEnableEditingChange"?: (event: CustomEvent<any>) => void;
154
154
  }
155
155
 
156
- "calcite-input": Omit<JSX.Input, "onCalciteInputFocus" | "onCalciteInputBlur" | "onCalciteInputInput" | "onCalciteInputChange"> & JSXInternal.HTMLAttributes<HTMLInputElement> & {
156
+ "calcite-input": Omit<JSX.CalciteInput, "onCalciteInputFocus" | "onCalciteInputBlur" | "onCalciteInputInput" | "onCalciteInputChange"> & JSXInternal.HTMLAttributes<HTMLCalciteInputElement> & {
157
157
  "oncalciteInputFocus"?: (event: CustomEvent<any>) => void;
158
158
  "oncalciteInputBlur"?: (event: CustomEvent<any>) => void;
159
159
  "oncalciteInputInput"?: (event: CustomEvent<any>) => void;
160
160
  "oncalciteInputChange"?: (event: CustomEvent<any>) => void;
161
161
  }
162
162
 
163
- "calcite-input-date-picker": Omit<JSX.InputDatePicker, "onCalciteDatePickerChange" | "onCalciteDatePickerRangeChange" | "onCalciteInputDatePickerChange" | "onCalciteInputDatePickerOpen" | "onCalciteInputDatePickerClose"> & JSXInternal.HTMLAttributes<HTMLInputDatePickerElement> & {
163
+ "calcite-input-date-picker": Omit<JSX.CalciteInputDatePicker, "onCalciteDatePickerChange" | "onCalciteDatePickerRangeChange" | "onCalciteInputDatePickerChange" | "onCalciteInputDatePickerOpen" | "onCalciteInputDatePickerClose"> & JSXInternal.HTMLAttributes<HTMLCalciteInputDatePickerElement> & {
164
164
  "oncalciteDatePickerChange"?: (event: CustomEvent<any>) => void;
165
165
  "oncalciteDatePickerRangeChange"?: (event: CustomEvent<any>) => void;
166
166
  "oncalciteInputDatePickerChange"?: (event: CustomEvent<any>) => void;
@@ -168,202 +168,202 @@ declare module "preact/src/jsx" {
168
168
  "oncalciteInputDatePickerClose"?: (event: CustomEvent<any>) => void;
169
169
  }
170
170
 
171
- "calcite-input-message": JSX.InputMessage & JSXInternal.HTMLAttributes<HTMLInputMessageElement>
171
+ "calcite-input-message": JSX.CalciteInputMessage & JSXInternal.HTMLAttributes<HTMLCalciteInputMessageElement>
172
172
 
173
- "calcite-input-time-picker": Omit<JSX.InputTimePicker, "onCalciteInputTimePickerChange"> & JSXInternal.HTMLAttributes<HTMLInputTimePickerElement> & {
173
+ "calcite-input-time-picker": Omit<JSX.CalciteInputTimePicker, "onCalciteInputTimePickerChange"> & JSXInternal.HTMLAttributes<HTMLCalciteInputTimePickerElement> & {
174
174
  "oncalciteInputTimePickerChange"?: (event: CustomEvent<any>) => void;
175
175
  }
176
176
 
177
- "calcite-label": Omit<JSX.Label, "onCalciteInternalLabelClick"> & JSXInternal.HTMLAttributes<HTMLLabelElement> & {
177
+ "calcite-label": Omit<JSX.CalciteLabel, "onCalciteInternalLabelClick"> & JSXInternal.HTMLAttributes<HTMLCalciteLabelElement> & {
178
178
  "oncalciteInternalLabelClick"?: (event: CustomEvent<any>) => void;
179
179
  }
180
180
 
181
- "calcite-link": JSX.Link & JSXInternal.HTMLAttributes<HTMLLinkElement>
181
+ "calcite-link": JSX.CalciteLink & JSXInternal.HTMLAttributes<HTMLCalciteLinkElement>
182
182
 
183
- "calcite-list": JSX.List & JSXInternal.HTMLAttributes<HTMLListElement>
183
+ "calcite-list": JSX.CalciteList & JSXInternal.HTMLAttributes<HTMLCalciteListElement>
184
184
 
185
- "calcite-list-item": JSX.ListItem & JSXInternal.HTMLAttributes<HTMLListItemElement>
185
+ "calcite-list-item": JSX.CalciteListItem & JSXInternal.HTMLAttributes<HTMLCalciteListItemElement>
186
186
 
187
- "calcite-list-item-group": JSX.ListItemGroup & JSXInternal.HTMLAttributes<HTMLListItemGroupElement>
187
+ "calcite-list-item-group": JSX.CalciteListItemGroup & JSXInternal.HTMLAttributes<HTMLCalciteListItemGroupElement>
188
188
 
189
- "calcite-loader": JSX.Loader & JSXInternal.HTMLAttributes<HTMLLoaderElement>
189
+ "calcite-loader": JSX.CalciteLoader & JSXInternal.HTMLAttributes<HTMLCalciteLoaderElement>
190
190
 
191
- "calcite-modal": Omit<JSX.Modal, "onCalciteModalOpen" | "onCalciteModalClose"> & JSXInternal.HTMLAttributes<HTMLModalElement> & {
191
+ "calcite-modal": Omit<JSX.CalciteModal, "onCalciteModalOpen" | "onCalciteModalClose"> & JSXInternal.HTMLAttributes<HTMLCalciteModalElement> & {
192
192
  "oncalciteModalOpen"?: (event: CustomEvent<any>) => void;
193
193
  "oncalciteModalClose"?: (event: CustomEvent<any>) => void;
194
194
  }
195
195
 
196
- "calcite-notice": Omit<JSX.Notice, "onCalciteNoticeClose" | "onCalciteNoticeOpen"> & JSXInternal.HTMLAttributes<HTMLNoticeElement> & {
196
+ "calcite-notice": Omit<JSX.CalciteNotice, "onCalciteNoticeClose" | "onCalciteNoticeOpen"> & JSXInternal.HTMLAttributes<HTMLCalciteNoticeElement> & {
197
197
  "oncalciteNoticeClose"?: (event: CustomEvent<any>) => void;
198
198
  "oncalciteNoticeOpen"?: (event: CustomEvent<any>) => void;
199
199
  }
200
200
 
201
- "calcite-option": Omit<JSX.Option, "onCalciteOptionChange"> & JSXInternal.HTMLAttributes<HTMLOptionElement> & {
201
+ "calcite-option": Omit<JSX.CalciteOption, "onCalciteOptionChange"> & JSXInternal.HTMLAttributes<HTMLCalciteOptionElement> & {
202
202
  "oncalciteOptionChange"?: (event: CustomEvent<any>) => void;
203
203
  }
204
204
 
205
- "calcite-option-group": Omit<JSX.OptionGroup, "onCalciteOptionGroupChange"> & JSXInternal.HTMLAttributes<HTMLOptionGroupElement> & {
205
+ "calcite-option-group": Omit<JSX.CalciteOptionGroup, "onCalciteOptionGroupChange"> & JSXInternal.HTMLAttributes<HTMLCalciteOptionGroupElement> & {
206
206
  "oncalciteOptionGroupChange"?: (event: CustomEvent<any>) => void;
207
207
  }
208
208
 
209
- "calcite-pagination": Omit<JSX.Pagination, "onCalcitePaginationUpdate" | "onCalcitePaginationChange"> & JSXInternal.HTMLAttributes<HTMLPaginationElement> & {
209
+ "calcite-pagination": Omit<JSX.CalcitePagination, "onCalcitePaginationUpdate" | "onCalcitePaginationChange"> & JSXInternal.HTMLAttributes<HTMLCalcitePaginationElement> & {
210
210
  "oncalcitePaginationUpdate"?: (event: CustomEvent<any>) => void;
211
211
  "oncalcitePaginationChange"?: (event: CustomEvent<any>) => void;
212
212
  }
213
213
 
214
- "calcite-panel": Omit<JSX.Panel, "onCalcitePanelDismissedChange" | "onCalcitePanelScroll" | "onCalcitePanelBackClick"> & JSXInternal.HTMLAttributes<HTMLPanelElement> & {
214
+ "calcite-panel": Omit<JSX.CalcitePanel, "onCalcitePanelDismissedChange" | "onCalcitePanelScroll" | "onCalcitePanelBackClick"> & JSXInternal.HTMLAttributes<HTMLCalcitePanelElement> & {
215
215
  "oncalcitePanelDismissedChange"?: (event: CustomEvent<any>) => void;
216
216
  "oncalcitePanelScroll"?: (event: CustomEvent<any>) => void;
217
217
  "oncalcitePanelBackClick"?: (event: CustomEvent<any>) => void;
218
218
  }
219
219
 
220
- "calcite-pick-list": Omit<JSX.PickList, "onCalciteListChange"> & JSXInternal.HTMLAttributes<HTMLPickListElement> & {
220
+ "calcite-pick-list": Omit<JSX.CalcitePickList, "onCalciteListChange"> & JSXInternal.HTMLAttributes<HTMLCalcitePickListElement> & {
221
221
  "oncalciteListChange"?: (event: CustomEvent<any>) => void;
222
222
  }
223
223
 
224
- "calcite-pick-list-group": JSX.PickListGroup & JSXInternal.HTMLAttributes<HTMLPickListGroupElement>
224
+ "calcite-pick-list-group": JSX.CalcitePickListGroup & JSXInternal.HTMLAttributes<HTMLCalcitePickListGroupElement>
225
225
 
226
- "calcite-pick-list-item": Omit<JSX.PickListItem, "onCalciteListItemChange" | "onCalciteListItemRemove" | "onCalciteListItemPropsChange" | "onCalciteListItemValueChange"> & JSXInternal.HTMLAttributes<HTMLPickListItemElement> & {
226
+ "calcite-pick-list-item": Omit<JSX.CalcitePickListItem, "onCalciteListItemChange" | "onCalciteListItemRemove" | "onCalciteListItemPropsChange" | "onCalciteListItemValueChange"> & JSXInternal.HTMLAttributes<HTMLCalcitePickListItemElement> & {
227
227
  "oncalciteListItemChange"?: (event: CustomEvent<any>) => void;
228
228
  "oncalciteListItemRemove"?: (event: CustomEvent<any>) => void;
229
229
  "oncalciteListItemPropsChange"?: (event: CustomEvent<any>) => void;
230
230
  "oncalciteListItemValueChange"?: (event: CustomEvent<any>) => void;
231
231
  }
232
232
 
233
- "calcite-popover": Omit<JSX.Popover, "onCalcitePopoverClose" | "onCalcitePopoverOpen"> & JSXInternal.HTMLAttributes<HTMLPopoverElement> & {
233
+ "calcite-popover": Omit<JSX.CalcitePopover, "onCalcitePopoverClose" | "onCalcitePopoverOpen"> & JSXInternal.HTMLAttributes<HTMLCalcitePopoverElement> & {
234
234
  "oncalcitePopoverClose"?: (event: CustomEvent<any>) => void;
235
235
  "oncalcitePopoverOpen"?: (event: CustomEvent<any>) => void;
236
236
  }
237
237
 
238
- "calcite-popover-manager": JSX.PopoverManager & JSXInternal.HTMLAttributes<HTMLPopoverManagerElement>
238
+ "calcite-popover-manager": JSX.CalcitePopoverManager & JSXInternal.HTMLAttributes<HTMLCalcitePopoverManagerElement>
239
239
 
240
- "calcite-progress": JSX.Progress & JSXInternal.HTMLAttributes<HTMLProgressElement>
240
+ "calcite-progress": JSX.CalciteProgress & JSXInternal.HTMLAttributes<HTMLCalciteProgressElement>
241
241
 
242
- "calcite-radio-button": Omit<JSX.RadioButton, "onCalciteInternalRadioButtonBlur" | "onCalciteRadioButtonChange" | "onCalciteInternalRadioButtonCheckedChange" | "onCalciteInternalRadioButtonFocus"> & JSXInternal.HTMLAttributes<HTMLRadioButtonElement> & {
242
+ "calcite-radio-button": Omit<JSX.CalciteRadioButton, "onCalciteInternalRadioButtonBlur" | "onCalciteRadioButtonChange" | "onCalciteInternalRadioButtonCheckedChange" | "onCalciteInternalRadioButtonFocus"> & JSXInternal.HTMLAttributes<HTMLCalciteRadioButtonElement> & {
243
243
  "oncalciteInternalRadioButtonBlur"?: (event: CustomEvent<any>) => void;
244
244
  "oncalciteRadioButtonChange"?: (event: CustomEvent<any>) => void;
245
245
  "oncalciteInternalRadioButtonCheckedChange"?: (event: CustomEvent<any>) => void;
246
246
  "oncalciteInternalRadioButtonFocus"?: (event: CustomEvent<any>) => void;
247
247
  }
248
248
 
249
- "calcite-radio-button-group": Omit<JSX.RadioButtonGroup, "onCalciteRadioButtonGroupChange"> & JSXInternal.HTMLAttributes<HTMLRadioButtonGroupElement> & {
249
+ "calcite-radio-button-group": Omit<JSX.CalciteRadioButtonGroup, "onCalciteRadioButtonGroupChange"> & JSXInternal.HTMLAttributes<HTMLCalciteRadioButtonGroupElement> & {
250
250
  "oncalciteRadioButtonGroupChange"?: (event: CustomEvent<any>) => void;
251
251
  }
252
252
 
253
- "calcite-radio-group": Omit<JSX.RadioGroup, "onCalciteRadioGroupChange"> & JSXInternal.HTMLAttributes<HTMLRadioGroupElement> & {
253
+ "calcite-radio-group": Omit<JSX.CalciteRadioGroup, "onCalciteRadioGroupChange"> & JSXInternal.HTMLAttributes<HTMLCalciteRadioGroupElement> & {
254
254
  "oncalciteRadioGroupChange"?: (event: CustomEvent<any>) => void;
255
255
  }
256
256
 
257
- "calcite-radio-group-item": Omit<JSX.RadioGroupItem, "onCalciteRadioGroupItemChange"> & JSXInternal.HTMLAttributes<HTMLRadioGroupItemElement> & {
257
+ "calcite-radio-group-item": Omit<JSX.CalciteRadioGroupItem, "onCalciteRadioGroupItemChange"> & JSXInternal.HTMLAttributes<HTMLCalciteRadioGroupItemElement> & {
258
258
  "oncalciteRadioGroupItemChange"?: (event: CustomEvent<any>) => void;
259
259
  }
260
260
 
261
- "calcite-rating": Omit<JSX.Rating, "onCalciteRatingChange"> & JSXInternal.HTMLAttributes<HTMLRatingElement> & {
261
+ "calcite-rating": Omit<JSX.CalciteRating, "onCalciteRatingChange"> & JSXInternal.HTMLAttributes<HTMLCalciteRatingElement> & {
262
262
  "oncalciteRatingChange"?: (event: CustomEvent<any>) => void;
263
263
  }
264
264
 
265
- "calcite-scrim": JSX.Scrim & JSXInternal.HTMLAttributes<HTMLScrimElement>
265
+ "calcite-scrim": JSX.CalciteScrim & JSXInternal.HTMLAttributes<HTMLCalciteScrimElement>
266
266
 
267
- "calcite-select": Omit<JSX.Select, "onCalciteSelectChange"> & JSXInternal.HTMLAttributes<HTMLSelectElement> & {
267
+ "calcite-select": Omit<JSX.CalciteSelect, "onCalciteSelectChange"> & JSXInternal.HTMLAttributes<HTMLCalciteSelectElement> & {
268
268
  "oncalciteSelectChange"?: (event: CustomEvent<any>) => void;
269
269
  }
270
270
 
271
- "calcite-shell": JSX.Shell & JSXInternal.HTMLAttributes<HTMLShellElement>
271
+ "calcite-shell": JSX.CalciteShell & JSXInternal.HTMLAttributes<HTMLCalciteShellElement>
272
272
 
273
- "calcite-shell-center-row": JSX.ShellCenterRow & JSXInternal.HTMLAttributes<HTMLShellCenterRowElement>
273
+ "calcite-shell-center-row": JSX.CalciteShellCenterRow & JSXInternal.HTMLAttributes<HTMLCalciteShellCenterRowElement>
274
274
 
275
- "calcite-shell-panel": Omit<JSX.ShellPanel, "onCalciteShellPanelToggle"> & JSXInternal.HTMLAttributes<HTMLShellPanelElement> & {
275
+ "calcite-shell-panel": Omit<JSX.CalciteShellPanel, "onCalciteShellPanelToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteShellPanelElement> & {
276
276
  "oncalciteShellPanelToggle"?: (event: CustomEvent<any>) => void;
277
277
  }
278
278
 
279
- "calcite-slider": Omit<JSX.Slider, "onCalciteSliderInput" | "onCalciteSliderChange" | "onCalciteSliderUpdate"> & JSXInternal.HTMLAttributes<HTMLSliderElement> & {
279
+ "calcite-slider": Omit<JSX.CalciteSlider, "onCalciteSliderInput" | "onCalciteSliderChange" | "onCalciteSliderUpdate"> & JSXInternal.HTMLAttributes<HTMLCalciteSliderElement> & {
280
280
  "oncalciteSliderInput"?: (event: CustomEvent<any>) => void;
281
281
  "oncalciteSliderChange"?: (event: CustomEvent<any>) => void;
282
282
  "oncalciteSliderUpdate"?: (event: CustomEvent<any>) => void;
283
283
  }
284
284
 
285
- "calcite-sortable-list": Omit<JSX.SortableList, "onCalciteListOrderChange"> & JSXInternal.HTMLAttributes<HTMLSortableListElement> & {
285
+ "calcite-sortable-list": Omit<JSX.CalciteSortableList, "onCalciteListOrderChange"> & JSXInternal.HTMLAttributes<HTMLCalciteSortableListElement> & {
286
286
  "oncalciteListOrderChange"?: (event: CustomEvent<any>) => void;
287
287
  }
288
288
 
289
- "calcite-split-button": Omit<JSX.SplitButton, "onCalciteSplitButtonPrimaryClick" | "onCalciteSplitButtonSecondaryClick"> & JSXInternal.HTMLAttributes<HTMLSplitButtonElement> & {
289
+ "calcite-split-button": Omit<JSX.CalciteSplitButton, "onCalciteSplitButtonPrimaryClick" | "onCalciteSplitButtonSecondaryClick"> & JSXInternal.HTMLAttributes<HTMLCalciteSplitButtonElement> & {
290
290
  "oncalciteSplitButtonPrimaryClick"?: (event: CustomEvent<any>) => void;
291
291
  "oncalciteSplitButtonSecondaryClick"?: (event: CustomEvent<any>) => void;
292
292
  }
293
293
 
294
- "calcite-stepper": Omit<JSX.Stepper, "onCalciteStepperItemChange"> & JSXInternal.HTMLAttributes<HTMLStepperElement> & {
294
+ "calcite-stepper": Omit<JSX.CalciteStepper, "onCalciteStepperItemChange"> & JSXInternal.HTMLAttributes<HTMLCalciteStepperElement> & {
295
295
  "oncalciteStepperItemChange"?: (event: CustomEvent<any>) => void;
296
296
  }
297
297
 
298
- "calcite-stepper-item": Omit<JSX.StepperItem, "onCalciteStepperItemKeyEvent" | "onCalciteStepperItemSelect" | "onCalciteStepperItemRegister"> & JSXInternal.HTMLAttributes<HTMLStepperItemElement> & {
298
+ "calcite-stepper-item": Omit<JSX.CalciteStepperItem, "onCalciteStepperItemKeyEvent" | "onCalciteStepperItemSelect" | "onCalciteStepperItemRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteStepperItemElement> & {
299
299
  "oncalciteStepperItemKeyEvent"?: (event: CustomEvent<any>) => void;
300
300
  "oncalciteStepperItemSelect"?: (event: CustomEvent<any>) => void;
301
301
  "oncalciteStepperItemRegister"?: (event: CustomEvent<any>) => void;
302
302
  }
303
303
 
304
- "calcite-switch": Omit<JSX.Switch, "onCalciteSwitchChange"> & JSXInternal.HTMLAttributes<HTMLSwitchElement> & {
304
+ "calcite-switch": Omit<JSX.CalciteSwitch, "onCalciteSwitchChange"> & JSXInternal.HTMLAttributes<HTMLCalciteSwitchElement> & {
305
305
  "oncalciteSwitchChange"?: (event: CustomEvent<any>) => void;
306
306
  }
307
307
 
308
- "calcite-tab": Omit<JSX.Tab, "onCalciteTabRegister"> & JSXInternal.HTMLAttributes<HTMLTabElement> & {
308
+ "calcite-tab": Omit<JSX.CalciteTab, "onCalciteTabRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteTabElement> & {
309
309
  "oncalciteTabRegister"?: (event: CustomEvent<any>) => void;
310
310
  }
311
311
 
312
- "calcite-tab-nav": Omit<JSX.TabNav, "onCalciteTabChange"> & JSXInternal.HTMLAttributes<HTMLTabNavElement> & {
312
+ "calcite-tab-nav": Omit<JSX.CalciteTabNav, "onCalciteTabChange"> & JSXInternal.HTMLAttributes<HTMLCalciteTabNavElement> & {
313
313
  "oncalciteTabChange"?: (event: CustomEvent<any>) => void;
314
314
  }
315
315
 
316
- "calcite-tab-title": Omit<JSX.TabTitle, "onCalciteTabsActivate" | "onCalciteTabsFocusNext" | "onCalciteTabsFocusPrevious" | "onCalciteTabTitleRegister"> & JSXInternal.HTMLAttributes<HTMLTabTitleElement> & {
316
+ "calcite-tab-title": Omit<JSX.CalciteTabTitle, "onCalciteTabsActivate" | "onCalciteTabsFocusNext" | "onCalciteTabsFocusPrevious" | "onCalciteTabTitleRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteTabTitleElement> & {
317
317
  "oncalciteTabsActivate"?: (event: CustomEvent<any>) => void;
318
318
  "oncalciteTabsFocusNext"?: (event: CustomEvent<any>) => void;
319
319
  "oncalciteTabsFocusPrevious"?: (event: CustomEvent<any>) => void;
320
320
  "oncalciteTabTitleRegister"?: (event: CustomEvent<any>) => void;
321
321
  }
322
322
 
323
- "calcite-tabs": JSX.Tabs & JSXInternal.HTMLAttributes<HTMLTabsElement>
323
+ "calcite-tabs": JSX.CalciteTabs & JSXInternal.HTMLAttributes<HTMLCalciteTabsElement>
324
324
 
325
- "calcite-tile": JSX.Tile & JSXInternal.HTMLAttributes<HTMLTileElement>
325
+ "calcite-tile": JSX.CalciteTile & JSXInternal.HTMLAttributes<HTMLCalciteTileElement>
326
326
 
327
- "calcite-tile-select": Omit<JSX.TileSelect, "onCalciteTileSelectChange"> & JSXInternal.HTMLAttributes<HTMLTileSelectElement> & {
327
+ "calcite-tile-select": Omit<JSX.CalciteTileSelect, "onCalciteTileSelectChange"> & JSXInternal.HTMLAttributes<HTMLCalciteTileSelectElement> & {
328
328
  "oncalciteTileSelectChange"?: (event: CustomEvent<any>) => void;
329
329
  }
330
330
 
331
- "calcite-tile-select-group": JSX.TileSelectGroup & JSXInternal.HTMLAttributes<HTMLTileSelectGroupElement>
331
+ "calcite-tile-select-group": JSX.CalciteTileSelectGroup & JSXInternal.HTMLAttributes<HTMLCalciteTileSelectGroupElement>
332
332
 
333
- "calcite-time-picker": Omit<JSX.TimePicker, "onCalciteTimePickerBlur" | "onCalciteTimePickerChange" | "onCalciteTimePickerFocus"> & JSXInternal.HTMLAttributes<HTMLTimePickerElement> & {
333
+ "calcite-time-picker": Omit<JSX.CalciteTimePicker, "onCalciteTimePickerBlur" | "onCalciteTimePickerChange" | "onCalciteTimePickerFocus"> & JSXInternal.HTMLAttributes<HTMLCalciteTimePickerElement> & {
334
334
  "oncalciteTimePickerBlur"?: (event: CustomEvent<any>) => void;
335
335
  "oncalciteTimePickerChange"?: (event: CustomEvent<any>) => void;
336
336
  "oncalciteTimePickerFocus"?: (event: CustomEvent<any>) => void;
337
337
  }
338
338
 
339
- "calcite-tip": Omit<JSX.Tip, "onCalciteTipDismiss"> & JSXInternal.HTMLAttributes<HTMLTipElement> & {
339
+ "calcite-tip": Omit<JSX.CalciteTip, "onCalciteTipDismiss"> & JSXInternal.HTMLAttributes<HTMLCalciteTipElement> & {
340
340
  "oncalciteTipDismiss"?: (event: CustomEvent<any>) => void;
341
341
  }
342
342
 
343
- "calcite-tip-group": JSX.TipGroup & JSXInternal.HTMLAttributes<HTMLTipGroupElement>
343
+ "calcite-tip-group": JSX.CalciteTipGroup & JSXInternal.HTMLAttributes<HTMLCalciteTipGroupElement>
344
344
 
345
- "calcite-tip-manager": Omit<JSX.TipManager, "onCalciteTipManagerToggle"> & JSXInternal.HTMLAttributes<HTMLTipManagerElement> & {
345
+ "calcite-tip-manager": Omit<JSX.CalciteTipManager, "onCalciteTipManagerToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteTipManagerElement> & {
346
346
  "oncalciteTipManagerToggle"?: (event: CustomEvent<any>) => void;
347
347
  }
348
348
 
349
- "calcite-tooltip": JSX.Tooltip & JSXInternal.HTMLAttributes<HTMLTooltipElement>
349
+ "calcite-tooltip": JSX.CalciteTooltip & JSXInternal.HTMLAttributes<HTMLCalciteTooltipElement>
350
350
 
351
- "calcite-tooltip-manager": JSX.TooltipManager & JSXInternal.HTMLAttributes<HTMLTooltipManagerElement>
351
+ "calcite-tooltip-manager": JSX.CalciteTooltipManager & JSXInternal.HTMLAttributes<HTMLCalciteTooltipManagerElement>
352
352
 
353
- "calcite-tree": Omit<JSX.Tree, "onCalciteTreeSelect"> & JSXInternal.HTMLAttributes<HTMLTreeElement> & {
353
+ "calcite-tree": Omit<JSX.CalciteTree, "onCalciteTreeSelect"> & JSXInternal.HTMLAttributes<HTMLCalciteTreeElement> & {
354
354
  "oncalciteTreeSelect"?: (event: CustomEvent<any>) => void;
355
355
  }
356
356
 
357
- "calcite-tree-item": Omit<JSX.TreeItem, "onCalciteTreeItemSelect"> & JSXInternal.HTMLAttributes<HTMLTreeItemElement> & {
357
+ "calcite-tree-item": Omit<JSX.CalciteTreeItem, "onCalciteTreeItemSelect"> & JSXInternal.HTMLAttributes<HTMLCalciteTreeItemElement> & {
358
358
  "oncalciteTreeItemSelect"?: (event: CustomEvent<any>) => void;
359
359
  }
360
360
 
361
- "calcite-value-list": Omit<JSX.ValueList, "onCalciteListChange" | "onCalciteListOrderChange"> & JSXInternal.HTMLAttributes<HTMLValueListElement> & {
361
+ "calcite-value-list": Omit<JSX.CalciteValueList, "onCalciteListChange" | "onCalciteListOrderChange"> & JSXInternal.HTMLAttributes<HTMLCalciteValueListElement> & {
362
362
  "oncalciteListChange"?: (event: CustomEvent<any>) => void;
363
363
  "oncalciteListOrderChange"?: (event: CustomEvent<any>) => void;
364
364
  }
365
365
 
366
- "calcite-value-list-item": Omit<JSX.ValueListItem, "onCalciteListItemRemove"> & JSXInternal.HTMLAttributes<HTMLValueListItemElement> & {
366
+ "calcite-value-list-item": Omit<JSX.CalciteValueListItem, "onCalciteListItemRemove"> & JSXInternal.HTMLAttributes<HTMLCalciteValueListItemElement> & {
367
367
  "oncalciteListItemRemove"?: (event: CustomEvent<any>) => void;
368
368
  };
369
369
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components",
3
- "version": "1.0.0-next.411",
3
+ "version": "1.0.0-next.412",
4
4
  "description": "Web Components for Esri's Calcite Design System.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -97,7 +97,7 @@
97
97
  "@types/standard-version": "7.0.1",
98
98
  "@types/yargs": "17.0.8",
99
99
  "@typescript-eslint/eslint-plugin": "5.13.0",
100
- "@typescript-eslint/parser": "5.12.1",
100
+ "@typescript-eslint/parser": "5.13.0",
101
101
  "@whitespace/storybook-addon-html": "5.0.0",
102
102
  "autoprefixer": "10.4.2",
103
103
  "axe-core": "4.4.1",
@@ -110,7 +110,7 @@
110
110
  "cpy-cli": "^4.0.0",
111
111
  "dedent": "0.7.0",
112
112
  "eslint": "8.9.0",
113
- "eslint-config-prettier": "8.4.0",
113
+ "eslint-config-prettier": "8.5.0",
114
114
  "eslint-plugin-jest": "26.1.1",
115
115
  "eslint-plugin-prettier": "4.0.0",
116
116
  "eslint-plugin-react": "7.28.0",