@dso-toolkit/react 93.0.0 → 94.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.
@@ -1,7 +1,7 @@
1
- import readme from "@dso-toolkit/react/src/components/accordion/readme.md?raw";
2
1
  import { accordionMeta, accordionStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
4
3
  import { activatableSections, addonsSections, alignmentSections, anchorSections, basicSections, compactSections, nestedSections, renvooiSections, } from "./accordion.content";
4
+ import readme from "./readme.md?raw";
5
5
  const meta = {
6
6
  ...accordionMeta({ readme }),
7
7
  title: "Accordion",
@@ -1,7 +1,7 @@
1
- import readme from "@dso-toolkit/react/src/components/alert/readme.md?raw";
2
1
  import { alertMeta, alertStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
4
3
  import { alertWithHeadingsContent, errorMessage, infoMessage, successMessage, warningMessage } from "./alert.content";
4
+ import readme from "./readme.md?raw";
5
5
  const meta = {
6
6
  ...alertMeta({ readme }),
7
7
  title: "Alert",
@@ -1,6 +1,6 @@
1
- import readme from "@dso-toolkit/react/src/components/attachments-counter/readme.md?raw";
2
1
  import { attachmentsCounterMeta, attachmentsCounterStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
3
+ import readme from "./readme.md?raw";
4
4
  const meta = {
5
5
  ...attachmentsCounterMeta({ readme }),
6
6
  title: "Attachments Counter",
@@ -1,7 +1,7 @@
1
- import readme from "@dso-toolkit/react/src/components/badge/readme.md?raw";
2
1
  import { badgeMeta, badgeStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
4
3
  import { children } from "./badge.content";
4
+ import readme from "./readme.md?raw";
5
5
  const meta = {
6
6
  ...badgeMeta({ readme }),
7
7
  title: "Badge",
@@ -1,7 +1,7 @@
1
- import readme from "@dso-toolkit/react/src/components/banner/readme.md?raw";
2
1
  import { bannerMeta, bannerStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
4
3
  import { errorRichContent, infoCompactNonRemovableRichContent, infoRichContent, richInfoRichContent, richWarningRichContent, successRichContent, warningNonRemovableRichContent, warningRichContent, } from "./banner.content";
4
+ import readme from "./readme.md?raw";
5
5
  const meta = {
6
6
  ...bannerMeta({ readme }),
7
7
  title: "Banner",
@@ -1,7 +1,7 @@
1
- import readme from "@dso-toolkit/react/src/components/card/readme.md?raw";
2
1
  import { cardMeta, cardStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
4
3
  import { content, infoButton } from "./card.content";
4
+ import readme from "./readme.md?raw";
5
5
  const meta = {
6
6
  ...cardMeta({ readme }),
7
7
  title: "Card",
@@ -1,7 +1,7 @@
1
- import readme from "@dso-toolkit/react/src/components/card-container/readme.md?raw";
2
1
  import { cardContainerMeta, cardContainerStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
4
3
  import { content } from "./card-container.content";
4
+ import readme from "./readme.md?raw";
5
5
  const meta = {
6
6
  ...cardContainerMeta({ readme }),
7
7
  title: "Card Container",
@@ -1,6 +1,6 @@
1
- import readme from "@dso-toolkit/react/src/components/contact-information/readme.md?raw";
2
1
  import { contactInformationMeta, contactInformationStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
3
+ import readme from "./readme.md?raw";
4
4
  const meta = {
5
5
  ...contactInformationMeta({ readme }),
6
6
  title: "Contact Information",
@@ -1,7 +1,7 @@
1
- import readme from "@dso-toolkit/react/src/components/label/readme.md?raw";
2
1
  import { labelMeta, labelStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
4
3
  import { decorator } from "./label.decorator";
4
+ import readme from "./readme.md?raw";
5
5
  const meta = {
6
6
  ...labelMeta({ readme }),
7
7
  title: "Label",
@@ -1,6 +1,6 @@
1
- import readme from "@dso-toolkit/react/src/components/slide-toggle/readme.md?raw";
2
1
  import { slideToggleMeta, slideToggleStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
3
+ import readme from "./readme.md?raw";
4
4
  const meta = {
5
5
  ...slideToggleMeta({ readme }),
6
6
  title: "Slide Toggle",
@@ -1,6 +1,6 @@
1
- import readme from "@dso-toolkit/react/src/components/tabs/readme.md?raw";
2
1
  import { tabsMeta, tabsStories } from "dso-toolkit";
3
2
  import { templateContainer } from "../../templates";
3
+ import readme from "./readme.md?raw";
4
4
  const meta = {
5
5
  ...tabsMeta({ readme }),
6
6
  title: "Tabs",
@@ -1,4 +1,6 @@
1
1
  'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
2
4
  import { DsoAccordionSection as DsoAccordionSectionElement, defineCustomElement as defineDsoAccordionSection } from "@dso-toolkit/core/dist/components/dso-accordion-section.js";
3
5
  import { DsoAccordion as DsoAccordionElement, defineCustomElement as defineDsoAccordion } from "@dso-toolkit/core/dist/components/dso-accordion.js";
4
6
  import { DsoActionListItem as DsoActionListItemElement, defineCustomElement as defineDsoActionListItem } from "@dso-toolkit/core/dist/components/dso-action-list-item.js";
@@ -71,8 +73,6 @@ import { DsoTooltip as DsoTooltipElement, defineCustomElement as defineDsoToolti
71
73
  import { DsoTreeView as DsoTreeViewElement, defineCustomElement as defineDsoTreeView } from "@dso-toolkit/core/dist/components/dso-tree-view.js";
72
74
  import { DsoViewerGrid as DsoViewerGridElement, defineCustomElement as defineDsoViewerGrid } from "@dso-toolkit/core/dist/components/dso-viewer-grid.js";
73
75
  import { DsotDocumentComponentDemo as DsotDocumentComponentDemoElement, defineCustomElement as defineDsotDocumentComponentDemo } from "@dso-toolkit/core/dist/components/dsot-document-component-demo.js";
74
- import { createComponent } from '@stencil/react-output-target/runtime';
75
- import React from 'react';
76
76
  export const DsoAccordion = /*@__PURE__*/ createComponent({
77
77
  tagName: 'dso-accordion',
78
78
  elementClass: DsoAccordionElement,
@@ -2,7 +2,9 @@
2
2
  * This file was automatically generated by the Stencil React Output Target.
3
3
  * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
4
  */
5
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
5
6
  import { type AccordionSectionActiveChangeEvent, type AccordionSectionAnimationEndEvent, type AccordionSectionAnimationStartEvent, type AccordionSectionToggleClickEvent, type AdvancedSelectChangeEvent, type AdvancedSelectRedirectEvent, type AlertCloseEvent, type AnnotationActiveChangeEvent, type AnnotationKaartClickEvent, type BaseLayerChangeEvent, type CardClickEvent, type DatePickerBlurEvent, type DatePickerChangeEvent, type DatePickerFocusEvent, type DatePickerKeyboardEvent, type DocumentCardClickEvent, type DocumentComponentMarkItemHighlightEvent, type DocumentComponentOpenToggleEvent, type DocumentComponentOzonContentClickEvent, type DocumentComponentRecursiveToggleEvent, type DocumentComponentTableOfContentsClickEvent, type DocumentComponentToggleAnnotationEvent, type DsoAccordionSectionCustomEvent, type DsoAdvancedSelectCustomEvent, type DsoAlertCustomEvent, type DsoAnnotationActiviteitCustomEvent, type DsoAnnotationGebiedsaanwijzingCustomEvent, type DsoAnnotationKaartCustomEvent, type DsoAnnotationLocatieCustomEvent, type DsoAnnotationOmgevingsnormwaardeCustomEvent, type DsoAutosuggestCustomEvent, type DsoCardCustomEvent, type DsoDatePickerCustomEvent, type DsoDocumentCardCustomEvent, type DsoDocumentComponentCustomEvent, type DsoExpandableCustomEvent, type DsoHeaderCustomEvent, type DsoHistoryItemCustomEvent, type DsoIconButtonCustomEvent, type DsoInfoButtonCustomEvent, type DsoInfoCustomEvent, type DsoInputRangeCustomEvent, type DsoLabelCustomEvent, type DsoLegendCustomEvent, type DsoLegendGroupCustomEvent, type DsoLegendItemCustomEvent, type DsoListButtonCustomEvent, type DsoLogoCustomEvent, type DsoMapBaseLayersCustomEvent, type DsoMapControlsCustomEvent, type DsoMapLayerCustomEvent, type DsoMapLayerObjectCustomEvent, type DsoMapOverlaysCustomEvent, type DsoMarkBarCustomEvent, type DsoModalCustomEvent, type DsoOnboardingTipCustomEvent, type DsoOzonContentCustomEvent, type DsoPaginationCustomEvent, type DsoPanelCustomEvent, type DsoPlekinfoCardCustomEvent, type DsoRenvooiCustomEvent, type DsoResponsiveElementCustomEvent, type DsoScrollEndEvent, type DsoScrollableCustomEvent, type DsoSegmentedButtonCustomEvent, type DsoSelectableCustomEvent, type DsoSkiplinkCustomEvent, type DsoSlideToggleCustomEvent, type DsoSurveyRatingCustomEvent, type DsoTabCustomEvent, type DsoTreeViewCustomEvent, type DsoViewerGridCustomEvent, type DsotDocumentComponentDemoCustomEvent, type ExpandableAnimationEndEvent, type ExpandableAnimationStartEvent, type HeaderEvent, type HistoryItemClickEvent, type IconButtonClickEvent, type InfoButtonToggleEvent, type InputRangeChangeEvent, type LegendCloseEvent, type LegendContentSwitchEvent, type LegendGroupModeChangeEvent, type LegendItemActiveChangeEvent, type LegendItemDeleteEvent, type ListButtonChangeEvent, type ListButtonSelectedEvent, type LogoClickEvent, type LogoLabelClickEvent, type MapControlsToggleEvent, type MapLayerActiveChangeEvent, type MapLayerObjectActiveChangeEvent, type MarkBarClearEvent, type MarkBarInputEvent, type MarkBarPaginationEvent, type ModalCloseEvent, type OnboardingTipCloseEvent, type OverlayChangeEvent, type OzonContentClickEvent, type OzonContentMarkItemHighlightEvent, type PaginationSelectPageEvent, type PanelCloseEvent, type PlekinfoCardClickEvent, type RenvooiMarkItemHighlightEvent, type ResponsiveElementSize, type SegmentedButtonChangeEvent, type SelectableChangeEvent, type SkiplinkClickEvent, type SlideToggleActiveEvent, type Suggestion, type SurveyRatingCloseEvent, type SurveyRatingSubmitEvent, type TabsSwitchEvent, type TreeViewItem, type TreeViewPointerEvent, type ViewerGridActiveTabSwitchEvent, type ViewerGridChangeSizeAnimationEndEvent, type ViewerGridChangeSizeEvent, type ViewerGridCloseFilterPanelEvent, type ViewerGridCloseOverlayEvent, type ViewerGridMainToggleEvent } from "@dso-toolkit/core";
7
+ import type { Components } from "@dso-toolkit/core/dist/components";
6
8
  import { DsoAccordionSection as DsoAccordionSectionElement } from "@dso-toolkit/core/dist/components/dso-accordion-section.js";
7
9
  import { DsoAccordion as DsoAccordionElement } from "@dso-toolkit/core/dist/components/dso-accordion.js";
8
10
  import { DsoActionListItem as DsoActionListItemElement } from "@dso-toolkit/core/dist/components/dso-action-list-item.js";
@@ -75,73 +77,72 @@ import { DsoTooltip as DsoTooltipElement } from "@dso-toolkit/core/dist/componen
75
77
  import { DsoTreeView as DsoTreeViewElement } from "@dso-toolkit/core/dist/components/dso-tree-view.js";
76
78
  import { DsoViewerGrid as DsoViewerGridElement } from "@dso-toolkit/core/dist/components/dso-viewer-grid.js";
77
79
  import { DsotDocumentComponentDemo as DsotDocumentComponentDemoElement } from "@dso-toolkit/core/dist/components/dsot-document-component-demo.js";
78
- import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
79
80
  export type DsoAccordionEvents = NonNullable<unknown>;
80
- export declare const DsoAccordion: StencilReactComponent<DsoAccordionElement, DsoAccordionEvents>;
81
+ export declare const DsoAccordion: StencilReactComponent<DsoAccordionElement, DsoAccordionEvents, Components.DsoAccordion>;
81
82
  export type DsoAccordionSectionEvents = {
82
83
  onDsoActiveChange: EventName<DsoAccordionSectionCustomEvent<AccordionSectionActiveChangeEvent>>;
83
84
  onDsoToggleClick: EventName<DsoAccordionSectionCustomEvent<AccordionSectionToggleClickEvent>>;
84
85
  onDsoAnimationStart: EventName<DsoAccordionSectionCustomEvent<AccordionSectionAnimationStartEvent>>;
85
86
  onDsoAnimationEnd: EventName<DsoAccordionSectionCustomEvent<AccordionSectionAnimationEndEvent>>;
86
87
  };
87
- export declare const DsoAccordionSection: StencilReactComponent<DsoAccordionSectionElement, DsoAccordionSectionEvents>;
88
+ export declare const DsoAccordionSection: StencilReactComponent<DsoAccordionSectionElement, DsoAccordionSectionEvents, Components.DsoAccordionSection>;
88
89
  export type DsoActionListEvents = NonNullable<unknown>;
89
- export declare const DsoActionList: StencilReactComponent<DsoActionListElement, DsoActionListEvents>;
90
+ export declare const DsoActionList: StencilReactComponent<DsoActionListElement, DsoActionListEvents, Components.DsoActionList>;
90
91
  export type DsoActionListItemEvents = NonNullable<unknown>;
91
- export declare const DsoActionListItem: StencilReactComponent<DsoActionListItemElement, DsoActionListItemEvents>;
92
+ export declare const DsoActionListItem: StencilReactComponent<DsoActionListItemElement, DsoActionListItemEvents, Components.DsoActionListItem>;
92
93
  export type DsoAdvancedSelectEvents = {
93
94
  onDsoChange: EventName<DsoAdvancedSelectCustomEvent<AdvancedSelectChangeEvent<unknown>>>;
94
95
  onDsoRedirect: EventName<DsoAdvancedSelectCustomEvent<AdvancedSelectRedirectEvent>>;
95
96
  };
96
- export declare const DsoAdvancedSelect: StencilReactComponent<DsoAdvancedSelectElement, DsoAdvancedSelectEvents>;
97
+ export declare const DsoAdvancedSelect: StencilReactComponent<DsoAdvancedSelectElement, DsoAdvancedSelectEvents, Components.DsoAdvancedSelect>;
97
98
  export type DsoAlertEvents = {
98
99
  onDsoClose: EventName<DsoAlertCustomEvent<AlertCloseEvent>>;
99
100
  };
100
- export declare const DsoAlert: StencilReactComponent<DsoAlertElement, DsoAlertEvents>;
101
+ export declare const DsoAlert: StencilReactComponent<DsoAlertElement, DsoAlertEvents, Components.DsoAlert>;
101
102
  export type DsoAnnotationActiviteitEvents = {
102
103
  onDsoActiveChange: EventName<DsoAnnotationActiviteitCustomEvent<AnnotationActiveChangeEvent>>;
103
104
  };
104
- export declare const DsoAnnotationActiviteit: StencilReactComponent<DsoAnnotationActiviteitElement, DsoAnnotationActiviteitEvents>;
105
+ export declare const DsoAnnotationActiviteit: StencilReactComponent<DsoAnnotationActiviteitElement, DsoAnnotationActiviteitEvents, Components.DsoAnnotationActiviteit>;
105
106
  export type DsoAnnotationGebiedsaanwijzingEvents = {
106
107
  onDsoActiveChange: EventName<DsoAnnotationGebiedsaanwijzingCustomEvent<AnnotationActiveChangeEvent>>;
107
108
  };
108
- export declare const DsoAnnotationGebiedsaanwijzing: StencilReactComponent<DsoAnnotationGebiedsaanwijzingElement, DsoAnnotationGebiedsaanwijzingEvents>;
109
+ export declare const DsoAnnotationGebiedsaanwijzing: StencilReactComponent<DsoAnnotationGebiedsaanwijzingElement, DsoAnnotationGebiedsaanwijzingEvents, Components.DsoAnnotationGebiedsaanwijzing>;
109
110
  export type DsoAnnotationKaartEvents = {
110
111
  onDsoClick: EventName<DsoAnnotationKaartCustomEvent<AnnotationKaartClickEvent>>;
111
112
  };
112
- export declare const DsoAnnotationKaart: StencilReactComponent<DsoAnnotationKaartElement, DsoAnnotationKaartEvents>;
113
+ export declare const DsoAnnotationKaart: StencilReactComponent<DsoAnnotationKaartElement, DsoAnnotationKaartEvents, Components.DsoAnnotationKaart>;
113
114
  export type DsoAnnotationLocatieEvents = {
114
115
  onDsoActiveChange: EventName<DsoAnnotationLocatieCustomEvent<AnnotationActiveChangeEvent>>;
115
116
  };
116
- export declare const DsoAnnotationLocatie: StencilReactComponent<DsoAnnotationLocatieElement, DsoAnnotationLocatieEvents>;
117
+ export declare const DsoAnnotationLocatie: StencilReactComponent<DsoAnnotationLocatieElement, DsoAnnotationLocatieEvents, Components.DsoAnnotationLocatie>;
117
118
  export type DsoAnnotationOmgevingsnormwaardeEvents = {
118
119
  onDsoActiveChange: EventName<DsoAnnotationOmgevingsnormwaardeCustomEvent<AnnotationActiveChangeEvent>>;
119
120
  };
120
- export declare const DsoAnnotationOmgevingsnormwaarde: StencilReactComponent<DsoAnnotationOmgevingsnormwaardeElement, DsoAnnotationOmgevingsnormwaardeEvents>;
121
+ export declare const DsoAnnotationOmgevingsnormwaarde: StencilReactComponent<DsoAnnotationOmgevingsnormwaardeElement, DsoAnnotationOmgevingsnormwaardeEvents, Components.DsoAnnotationOmgevingsnormwaarde>;
121
122
  export type DsoAttachmentsCounterEvents = NonNullable<unknown>;
122
- export declare const DsoAttachmentsCounter: StencilReactComponent<DsoAttachmentsCounterElement, DsoAttachmentsCounterEvents>;
123
+ export declare const DsoAttachmentsCounter: StencilReactComponent<DsoAttachmentsCounterElement, DsoAttachmentsCounterEvents, Components.DsoAttachmentsCounter>;
123
124
  export type DsoAutosuggestEvents = {
124
125
  onDsoSelect: EventName<DsoAutosuggestCustomEvent<Suggestion>>;
125
126
  onDsoChange: EventName<DsoAutosuggestCustomEvent<string>>;
126
127
  onDsoSearch: EventName<DsoAutosuggestCustomEvent<string>>;
127
128
  };
128
- export declare const DsoAutosuggest: StencilReactComponent<DsoAutosuggestElement, DsoAutosuggestEvents>;
129
+ export declare const DsoAutosuggest: StencilReactComponent<DsoAutosuggestElement, DsoAutosuggestEvents, Components.DsoAutosuggest>;
129
130
  export type DsoBadgeEvents = NonNullable<unknown>;
130
- export declare const DsoBadge: StencilReactComponent<DsoBadgeElement, DsoBadgeEvents>;
131
+ export declare const DsoBadge: StencilReactComponent<DsoBadgeElement, DsoBadgeEvents, Components.DsoBadge>;
131
132
  export type DsoBannerEvents = NonNullable<unknown>;
132
- export declare const DsoBanner: StencilReactComponent<DsoBannerElement, DsoBannerEvents>;
133
+ export declare const DsoBanner: StencilReactComponent<DsoBannerElement, DsoBannerEvents, Components.DsoBanner>;
133
134
  export type DsoButtonGroupEvents = NonNullable<unknown>;
134
- export declare const DsoButtonGroup: StencilReactComponent<DsoButtonGroupElement, DsoButtonGroupEvents>;
135
+ export declare const DsoButtonGroup: StencilReactComponent<DsoButtonGroupElement, DsoButtonGroupEvents, Components.DsoButtonGroup>;
135
136
  export type DsoCardEvents = {
136
137
  onDsoCardClick: EventName<DsoCardCustomEvent<CardClickEvent>>;
137
138
  };
138
- export declare const DsoCard: StencilReactComponent<DsoCardElement, DsoCardEvents>;
139
+ export declare const DsoCard: StencilReactComponent<DsoCardElement, DsoCardEvents, Components.DsoCard>;
139
140
  export type DsoCardContainerEvents = NonNullable<unknown>;
140
- export declare const DsoCardContainer: StencilReactComponent<DsoCardContainerElement, DsoCardContainerEvents>;
141
+ export declare const DsoCardContainer: StencilReactComponent<DsoCardContainerElement, DsoCardContainerEvents, Components.DsoCardContainer>;
141
142
  export type DsoContactInformationEvents = NonNullable<unknown>;
142
- export declare const DsoContactInformation: StencilReactComponent<DsoContactInformationElement, DsoContactInformationEvents>;
143
+ export declare const DsoContactInformation: StencilReactComponent<DsoContactInformationElement, DsoContactInformationEvents, Components.DsoContactInformation>;
143
144
  export type DsoCursorTooltipEvents = NonNullable<unknown>;
144
- export declare const DsoCursorTooltip: StencilReactComponent<DsoCursorTooltipElement, DsoCursorTooltipEvents>;
145
+ export declare const DsoCursorTooltip: StencilReactComponent<DsoCursorTooltipElement, DsoCursorTooltipEvents, Components.DsoCursorTooltip>;
145
146
  export type DsoDatePickerEvents = {
146
147
  onDsoDateChange: EventName<DsoDatePickerCustomEvent<DatePickerChangeEvent>>;
147
148
  onDsoBlur: EventName<DsoDatePickerCustomEvent<DatePickerBlurEvent>>;
@@ -149,11 +150,11 @@ export type DsoDatePickerEvents = {
149
150
  onDsoKeyDown: EventName<DsoDatePickerCustomEvent<DatePickerKeyboardEvent>>;
150
151
  onDsoFocus: EventName<DsoDatePickerCustomEvent<DatePickerFocusEvent>>;
151
152
  };
152
- export declare const DsoDatePicker: StencilReactComponent<DsoDatePickerElement, DsoDatePickerEvents>;
153
+ export declare const DsoDatePicker: StencilReactComponent<DsoDatePickerElement, DsoDatePickerEvents, Components.DsoDatePicker>;
153
154
  export type DsoDocumentCardEvents = {
154
155
  onDsoDocumentCardClick: EventName<DsoDocumentCardCustomEvent<DocumentCardClickEvent>>;
155
156
  };
156
- export declare const DsoDocumentCard: StencilReactComponent<DsoDocumentCardElement, DsoDocumentCardEvents>;
157
+ export declare const DsoDocumentCard: StencilReactComponent<DsoDocumentCardElement, DsoDocumentCardEvents, Components.DsoDocumentCard>;
157
158
  export type DsoDocumentComponentEvents = {
158
159
  onDsoRecursiveToggle: EventName<DsoDocumentComponentCustomEvent<DocumentComponentRecursiveToggleEvent>>;
159
160
  onDsoOpenToggle: EventName<DsoDocumentComponentCustomEvent<DocumentComponentOpenToggleEvent>>;
@@ -162,189 +163,189 @@ export type DsoDocumentComponentEvents = {
162
163
  onDsoAnnotationToggle: EventName<DsoDocumentComponentCustomEvent<DocumentComponentToggleAnnotationEvent>>;
163
164
  onDsoMarkItemHighlight: EventName<DsoDocumentComponentCustomEvent<DocumentComponentMarkItemHighlightEvent>>;
164
165
  };
165
- export declare const DsoDocumentComponent: StencilReactComponent<DsoDocumentComponentElement, DsoDocumentComponentEvents>;
166
+ export declare const DsoDocumentComponent: StencilReactComponent<DsoDocumentComponentElement, DsoDocumentComponentEvents, Components.DsoDocumentComponent>;
166
167
  export type DsoDropdownMenuEvents = NonNullable<unknown>;
167
- export declare const DsoDropdownMenu: StencilReactComponent<DsoDropdownMenuElement, DsoDropdownMenuEvents>;
168
+ export declare const DsoDropdownMenu: StencilReactComponent<DsoDropdownMenuElement, DsoDropdownMenuEvents, Components.DsoDropdownMenu>;
168
169
  export type DsoExpandableEvents = {
169
170
  onDsoExpandableAnimationStart: EventName<DsoExpandableCustomEvent<ExpandableAnimationStartEvent>>;
170
171
  onDsoExpandableAnimationEnd: EventName<DsoExpandableCustomEvent<ExpandableAnimationEndEvent>>;
171
172
  };
172
- export declare const DsoExpandable: StencilReactComponent<DsoExpandableElement, DsoExpandableEvents>;
173
+ export declare const DsoExpandable: StencilReactComponent<DsoExpandableElement, DsoExpandableEvents, Components.DsoExpandable>;
173
174
  export type DsoHeaderEvents = {
174
175
  onDsoHeaderClick: EventName<DsoHeaderCustomEvent<HeaderEvent>>;
175
176
  };
176
- export declare const DsoHeader: StencilReactComponent<DsoHeaderElement, DsoHeaderEvents>;
177
+ export declare const DsoHeader: StencilReactComponent<DsoHeaderElement, DsoHeaderEvents, Components.DsoHeader>;
177
178
  export type DsoHighlightBoxEvents = NonNullable<unknown>;
178
- export declare const DsoHighlightBox: StencilReactComponent<DsoHighlightBoxElement, DsoHighlightBoxEvents>;
179
+ export declare const DsoHighlightBox: StencilReactComponent<DsoHighlightBoxElement, DsoHighlightBoxEvents, Components.DsoHighlightBox>;
179
180
  export type DsoHistoryItemEvents = {
180
181
  onDsoClick: EventName<DsoHistoryItemCustomEvent<HistoryItemClickEvent>>;
181
182
  };
182
- export declare const DsoHistoryItem: StencilReactComponent<DsoHistoryItemElement, DsoHistoryItemEvents>;
183
+ export declare const DsoHistoryItem: StencilReactComponent<DsoHistoryItemElement, DsoHistoryItemEvents, Components.DsoHistoryItem>;
183
184
  export type DsoIconEvents = NonNullable<unknown>;
184
- export declare const DsoIcon: StencilReactComponent<DsoIconElement, DsoIconEvents>;
185
+ export declare const DsoIcon: StencilReactComponent<DsoIconElement, DsoIconEvents, Components.DsoIcon>;
185
186
  export type DsoIconButtonEvents = {
186
187
  onDsoClick: EventName<DsoIconButtonCustomEvent<IconButtonClickEvent>>;
187
188
  };
188
- export declare const DsoIconButton: StencilReactComponent<DsoIconButtonElement, DsoIconButtonEvents>;
189
+ export declare const DsoIconButton: StencilReactComponent<DsoIconButtonElement, DsoIconButtonEvents, Components.DsoIconButton>;
189
190
  export type DsoImageOverlayEvents = NonNullable<unknown>;
190
- export declare const DsoImageOverlay: StencilReactComponent<DsoImageOverlayElement, DsoImageOverlayEvents>;
191
+ export declare const DsoImageOverlay: StencilReactComponent<DsoImageOverlayElement, DsoImageOverlayEvents, Components.DsoImageOverlay>;
191
192
  export type DsoInfoEvents = {
192
193
  onDsoClose: EventName<DsoInfoCustomEvent<MouseEvent>>;
193
194
  };
194
- export declare const DsoInfo: StencilReactComponent<DsoInfoElement, DsoInfoEvents>;
195
+ export declare const DsoInfo: StencilReactComponent<DsoInfoElement, DsoInfoEvents, Components.DsoInfo>;
195
196
  export type DsoInfoButtonEvents = {
196
197
  onDsoToggle: EventName<DsoInfoButtonCustomEvent<InfoButtonToggleEvent>>;
197
198
  };
198
- export declare const DsoInfoButton: StencilReactComponent<DsoInfoButtonElement, DsoInfoButtonEvents>;
199
+ export declare const DsoInfoButton: StencilReactComponent<DsoInfoButtonElement, DsoInfoButtonEvents, Components.DsoInfoButton>;
199
200
  export type DsoInputRangeEvents = {
200
201
  onDsoChange: EventName<DsoInputRangeCustomEvent<InputRangeChangeEvent>>;
201
202
  };
202
- export declare const DsoInputRange: StencilReactComponent<DsoInputRangeElement, DsoInputRangeEvents>;
203
+ export declare const DsoInputRange: StencilReactComponent<DsoInputRangeElement, DsoInputRangeEvents, Components.DsoInputRange>;
203
204
  export type DsoLabelEvents = {
204
205
  onDsoRemoveClick: EventName<DsoLabelCustomEvent<MouseEvent>>;
205
206
  };
206
- export declare const DsoLabel: StencilReactComponent<DsoLabelElement, DsoLabelEvents>;
207
+ export declare const DsoLabel: StencilReactComponent<DsoLabelElement, DsoLabelEvents, Components.DsoLabel>;
207
208
  export type DsoLegendEvents = {
208
209
  onDsoContentSwitch: EventName<DsoLegendCustomEvent<LegendContentSwitchEvent>>;
209
210
  onDsoClose: EventName<DsoLegendCustomEvent<LegendCloseEvent>>;
210
211
  };
211
- export declare const DsoLegend: StencilReactComponent<DsoLegendElement, DsoLegendEvents>;
212
+ export declare const DsoLegend: StencilReactComponent<DsoLegendElement, DsoLegendEvents, Components.DsoLegend>;
212
213
  export type DsoLegendGroupEvents = {
213
214
  onDsoLegendGroupModeChange: EventName<DsoLegendGroupCustomEvent<LegendGroupModeChangeEvent>>;
214
215
  };
215
- export declare const DsoLegendGroup: StencilReactComponent<DsoLegendGroupElement, DsoLegendGroupEvents>;
216
+ export declare const DsoLegendGroup: StencilReactComponent<DsoLegendGroupElement, DsoLegendGroupEvents, Components.DsoLegendGroup>;
216
217
  export type DsoLegendItemEvents = {
217
218
  onDsoActiveChange: EventName<DsoLegendItemCustomEvent<LegendItemActiveChangeEvent>>;
218
219
  onDsoDelete: EventName<DsoLegendItemCustomEvent<LegendItemDeleteEvent>>;
219
220
  onDsoMouseEnter: EventName<DsoLegendItemCustomEvent<any>>;
220
221
  onDsoMouseLeave: EventName<DsoLegendItemCustomEvent<any>>;
221
222
  };
222
- export declare const DsoLegendItem: StencilReactComponent<DsoLegendItemElement, DsoLegendItemEvents>;
223
+ export declare const DsoLegendItem: StencilReactComponent<DsoLegendItemElement, DsoLegendItemEvents, Components.DsoLegendItem>;
223
224
  export type DsoListButtonEvents = {
224
225
  onDsoCountChange: EventName<DsoListButtonCustomEvent<ListButtonChangeEvent>>;
225
226
  onDsoSelectedChange: EventName<DsoListButtonCustomEvent<ListButtonSelectedEvent>>;
226
227
  };
227
- export declare const DsoListButton: StencilReactComponent<DsoListButtonElement, DsoListButtonEvents>;
228
+ export declare const DsoListButton: StencilReactComponent<DsoListButtonElement, DsoListButtonEvents, Components.DsoListButton>;
228
229
  export type DsoLogoEvents = {
229
230
  onDsoLogoClick: EventName<DsoLogoCustomEvent<LogoClickEvent>>;
230
231
  onDsoLabelClick: EventName<DsoLogoCustomEvent<LogoLabelClickEvent>>;
231
232
  };
232
- export declare const DsoLogo: StencilReactComponent<DsoLogoElement, DsoLogoEvents>;
233
+ export declare const DsoLogo: StencilReactComponent<DsoLogoElement, DsoLogoEvents, Components.DsoLogo>;
233
234
  export type DsoMapBaseLayersEvents = {
234
235
  onDsoBaseLayerChange: EventName<DsoMapBaseLayersCustomEvent<BaseLayerChangeEvent>>;
235
236
  };
236
- export declare const DsoMapBaseLayers: StencilReactComponent<DsoMapBaseLayersElement, DsoMapBaseLayersEvents>;
237
+ export declare const DsoMapBaseLayers: StencilReactComponent<DsoMapBaseLayersElement, DsoMapBaseLayersEvents, Components.DsoMapBaseLayers>;
237
238
  export type DsoMapControlsEvents = {
238
239
  onDsoZoomIn: EventName<DsoMapControlsCustomEvent<MouseEvent>>;
239
240
  onDsoZoomOut: EventName<DsoMapControlsCustomEvent<MouseEvent>>;
240
241
  onDsoToggle: EventName<DsoMapControlsCustomEvent<MapControlsToggleEvent>>;
241
242
  };
242
- export declare const DsoMapControls: StencilReactComponent<DsoMapControlsElement, DsoMapControlsEvents>;
243
+ export declare const DsoMapControls: StencilReactComponent<DsoMapControlsElement, DsoMapControlsEvents, Components.DsoMapControls>;
243
244
  export type DsoMapLayerEvents = {
244
245
  onDsoActiveChange: EventName<DsoMapLayerCustomEvent<MapLayerActiveChangeEvent>>;
245
246
  };
246
- export declare const DsoMapLayer: StencilReactComponent<DsoMapLayerElement, DsoMapLayerEvents>;
247
+ export declare const DsoMapLayer: StencilReactComponent<DsoMapLayerElement, DsoMapLayerEvents, Components.DsoMapLayer>;
247
248
  export type DsoMapLayerObjectEvents = {
248
249
  onDsoActiveChange: EventName<DsoMapLayerObjectCustomEvent<MapLayerObjectActiveChangeEvent>>;
249
250
  onDsoMouseEnter: EventName<DsoMapLayerObjectCustomEvent<any>>;
250
251
  onDsoMouseLeave: EventName<DsoMapLayerObjectCustomEvent<any>>;
251
252
  };
252
- export declare const DsoMapLayerObject: StencilReactComponent<DsoMapLayerObjectElement, DsoMapLayerObjectEvents>;
253
+ export declare const DsoMapLayerObject: StencilReactComponent<DsoMapLayerObjectElement, DsoMapLayerObjectEvents, Components.DsoMapLayerObject>;
253
254
  export type DsoMapMessageEvents = NonNullable<unknown>;
254
- export declare const DsoMapMessage: StencilReactComponent<DsoMapMessageElement, DsoMapMessageEvents>;
255
+ export declare const DsoMapMessage: StencilReactComponent<DsoMapMessageElement, DsoMapMessageEvents, Components.DsoMapMessage>;
255
256
  export type DsoMapOverlaysEvents = {
256
257
  onDsoToggleOverlay: EventName<DsoMapOverlaysCustomEvent<OverlayChangeEvent>>;
257
258
  };
258
- export declare const DsoMapOverlays: StencilReactComponent<DsoMapOverlaysElement, DsoMapOverlaysEvents>;
259
+ export declare const DsoMapOverlays: StencilReactComponent<DsoMapOverlaysElement, DsoMapOverlaysEvents, Components.DsoMapOverlays>;
259
260
  export type DsoMarkBarEvents = {
260
261
  onDsoInput: EventName<DsoMarkBarCustomEvent<MarkBarInputEvent>>;
261
262
  onDsoNext: EventName<DsoMarkBarCustomEvent<MarkBarPaginationEvent>>;
262
263
  onDsoPrevious: EventName<DsoMarkBarCustomEvent<MarkBarPaginationEvent>>;
263
264
  onDsoClear: EventName<DsoMarkBarCustomEvent<MarkBarClearEvent>>;
264
265
  };
265
- export declare const DsoMarkBar: StencilReactComponent<DsoMarkBarElement, DsoMarkBarEvents>;
266
+ export declare const DsoMarkBar: StencilReactComponent<DsoMarkBarElement, DsoMarkBarEvents, Components.DsoMarkBar>;
266
267
  export type DsoModalEvents = {
267
268
  onDsoClose: EventName<DsoModalCustomEvent<ModalCloseEvent>>;
268
269
  };
269
- export declare const DsoModal: StencilReactComponent<DsoModalElement, DsoModalEvents>;
270
+ export declare const DsoModal: StencilReactComponent<DsoModalElement, DsoModalEvents, Components.DsoModal>;
270
271
  export type DsoOnboardingTipEvents = {
271
272
  onDsoClose: EventName<DsoOnboardingTipCustomEvent<OnboardingTipCloseEvent>>;
272
273
  };
273
- export declare const DsoOnboardingTip: StencilReactComponent<DsoOnboardingTipElement, DsoOnboardingTipEvents>;
274
+ export declare const DsoOnboardingTip: StencilReactComponent<DsoOnboardingTipElement, DsoOnboardingTipEvents, Components.DsoOnboardingTip>;
274
275
  export type DsoOzonContentEvents = {
275
276
  onDsoClick: EventName<DsoOzonContentCustomEvent<OzonContentClickEvent>>;
276
277
  onDsoOzonContentMarkItemHighlight: EventName<DsoOzonContentCustomEvent<OzonContentMarkItemHighlightEvent>>;
277
278
  };
278
- export declare const DsoOzonContent: StencilReactComponent<DsoOzonContentElement, DsoOzonContentEvents>;
279
+ export declare const DsoOzonContent: StencilReactComponent<DsoOzonContentElement, DsoOzonContentEvents, Components.DsoOzonContent>;
279
280
  export type DsoOzonContentToggletipEvents = NonNullable<unknown>;
280
- export declare const DsoOzonContentToggletip: StencilReactComponent<DsoOzonContentToggletipElement, DsoOzonContentToggletipEvents>;
281
+ export declare const DsoOzonContentToggletip: StencilReactComponent<DsoOzonContentToggletipElement, DsoOzonContentToggletipEvents, Components.DsoOzonContentToggletip>;
281
282
  export type DsoPaginationEvents = {
282
283
  onDsoSelectPage: EventName<DsoPaginationCustomEvent<PaginationSelectPageEvent>>;
283
284
  };
284
- export declare const DsoPagination: StencilReactComponent<DsoPaginationElement, DsoPaginationEvents>;
285
+ export declare const DsoPagination: StencilReactComponent<DsoPaginationElement, DsoPaginationEvents, Components.DsoPagination>;
285
286
  export type DsoPanelEvents = {
286
287
  onDsoCloseClick: EventName<DsoPanelCustomEvent<PanelCloseEvent>>;
287
288
  };
288
- export declare const DsoPanel: StencilReactComponent<DsoPanelElement, DsoPanelEvents>;
289
+ export declare const DsoPanel: StencilReactComponent<DsoPanelElement, DsoPanelEvents, Components.DsoPanel>;
289
290
  export type DsoPlekinfoCardEvents = {
290
291
  onDsoPlekinfoCardClick: EventName<DsoPlekinfoCardCustomEvent<PlekinfoCardClickEvent>>;
291
292
  };
292
- export declare const DsoPlekinfoCard: StencilReactComponent<DsoPlekinfoCardElement, DsoPlekinfoCardEvents>;
293
+ export declare const DsoPlekinfoCard: StencilReactComponent<DsoPlekinfoCardElement, DsoPlekinfoCardEvents, Components.DsoPlekinfoCard>;
293
294
  export type DsoProgressIndicatorEvents = NonNullable<unknown>;
294
- export declare const DsoProgressIndicator: StencilReactComponent<DsoProgressIndicatorElement, DsoProgressIndicatorEvents>;
295
+ export declare const DsoProgressIndicator: StencilReactComponent<DsoProgressIndicatorElement, DsoProgressIndicatorEvents, Components.DsoProgressIndicator>;
295
296
  export type DsoProjectItemEvents = NonNullable<unknown>;
296
- export declare const DsoProjectItem: StencilReactComponent<DsoProjectItemElement, DsoProjectItemEvents>;
297
+ export declare const DsoProjectItem: StencilReactComponent<DsoProjectItemElement, DsoProjectItemEvents, Components.DsoProjectItem>;
297
298
  export type DsoRenvooiEvents = {
298
299
  onDsoRenvooiMarkItemHighlight: EventName<DsoRenvooiCustomEvent<RenvooiMarkItemHighlightEvent>>;
299
300
  };
300
- export declare const DsoRenvooi: StencilReactComponent<DsoRenvooiElement, DsoRenvooiEvents>;
301
+ export declare const DsoRenvooi: StencilReactComponent<DsoRenvooiElement, DsoRenvooiEvents, Components.DsoRenvooi>;
301
302
  export type DsoResponsiveElementEvents = {
302
303
  onDsoSizeChange: EventName<DsoResponsiveElementCustomEvent<ResponsiveElementSize>>;
303
304
  };
304
- export declare const DsoResponsiveElement: StencilReactComponent<DsoResponsiveElementElement, DsoResponsiveElementEvents>;
305
+ export declare const DsoResponsiveElement: StencilReactComponent<DsoResponsiveElementElement, DsoResponsiveElementEvents, Components.DsoResponsiveElement>;
305
306
  export type DsoScrollableEvents = {
306
307
  onDsoScrollEnd: EventName<DsoScrollableCustomEvent<DsoScrollEndEvent>>;
307
308
  };
308
- export declare const DsoScrollable: StencilReactComponent<DsoScrollableElement, DsoScrollableEvents>;
309
+ export declare const DsoScrollable: StencilReactComponent<DsoScrollableElement, DsoScrollableEvents, Components.DsoScrollable>;
309
310
  export type DsoSegmentedButtonEvents = {
310
311
  onDsoChange: EventName<DsoSegmentedButtonCustomEvent<SegmentedButtonChangeEvent>>;
311
312
  };
312
- export declare const DsoSegmentedButton: StencilReactComponent<DsoSegmentedButtonElement, DsoSegmentedButtonEvents>;
313
+ export declare const DsoSegmentedButton: StencilReactComponent<DsoSegmentedButtonElement, DsoSegmentedButtonEvents, Components.DsoSegmentedButton>;
313
314
  export type DsoSelectableEvents = {
314
315
  onDsoChange: EventName<DsoSelectableCustomEvent<SelectableChangeEvent>>;
315
316
  };
316
- export declare const DsoSelectable: StencilReactComponent<DsoSelectableElement, DsoSelectableEvents>;
317
+ export declare const DsoSelectable: StencilReactComponent<DsoSelectableElement, DsoSelectableEvents, Components.DsoSelectable>;
317
318
  export type DsoSkiplinkEvents = {
318
319
  onDsoSkiplinkClick: EventName<DsoSkiplinkCustomEvent<SkiplinkClickEvent>>;
319
320
  };
320
- export declare const DsoSkiplink: StencilReactComponent<DsoSkiplinkElement, DsoSkiplinkEvents>;
321
+ export declare const DsoSkiplink: StencilReactComponent<DsoSkiplinkElement, DsoSkiplinkEvents, Components.DsoSkiplink>;
321
322
  export type DsoSlideToggleEvents = {
322
323
  onDsoActiveChange: EventName<DsoSlideToggleCustomEvent<SlideToggleActiveEvent>>;
323
324
  };
324
- export declare const DsoSlideToggle: StencilReactComponent<DsoSlideToggleElement, DsoSlideToggleEvents>;
325
+ export declare const DsoSlideToggle: StencilReactComponent<DsoSlideToggleElement, DsoSlideToggleEvents, Components.DsoSlideToggle>;
325
326
  export type DsoSurveyRatingEvents = {
326
327
  onDsoSubmit: EventName<DsoSurveyRatingCustomEvent<SurveyRatingSubmitEvent>>;
327
328
  onDsoClose: EventName<DsoSurveyRatingCustomEvent<SurveyRatingCloseEvent>>;
328
329
  };
329
- export declare const DsoSurveyRating: StencilReactComponent<DsoSurveyRatingElement, DsoSurveyRatingEvents>;
330
+ export declare const DsoSurveyRating: StencilReactComponent<DsoSurveyRatingElement, DsoSurveyRatingEvents, Components.DsoSurveyRating>;
330
331
  export type DsoTabEvents = {
331
332
  onDsoTabSwitch: EventName<DsoTabCustomEvent<TabsSwitchEvent>>;
332
333
  };
333
- export declare const DsoTab: StencilReactComponent<DsoTabElement, DsoTabEvents>;
334
+ export declare const DsoTab: StencilReactComponent<DsoTabElement, DsoTabEvents, Components.DsoTab>;
334
335
  export type DsoTableEvents = NonNullable<unknown>;
335
- export declare const DsoTable: StencilReactComponent<DsoTableElement, DsoTableEvents>;
336
+ export declare const DsoTable: StencilReactComponent<DsoTableElement, DsoTableEvents, Components.DsoTable>;
336
337
  export type DsoTabsEvents = NonNullable<unknown>;
337
- export declare const DsoTabs: StencilReactComponent<DsoTabsElement, DsoTabsEvents>;
338
+ export declare const DsoTabs: StencilReactComponent<DsoTabsElement, DsoTabsEvents, Components.DsoTabs>;
338
339
  export type DsoTijdreisBannerEvents = NonNullable<unknown>;
339
- export declare const DsoTijdreisBanner: StencilReactComponent<DsoTijdreisBannerElement, DsoTijdreisBannerEvents>;
340
+ export declare const DsoTijdreisBanner: StencilReactComponent<DsoTijdreisBannerElement, DsoTijdreisBannerEvents, Components.DsoTijdreisBanner>;
340
341
  export type DsoTooltipEvents = NonNullable<unknown>;
341
- export declare const DsoTooltip: StencilReactComponent<DsoTooltipElement, DsoTooltipEvents>;
342
+ export declare const DsoTooltip: StencilReactComponent<DsoTooltipElement, DsoTooltipEvents, Components.DsoTooltip>;
342
343
  export type DsoTreeViewEvents = {
343
344
  onDsoOpenItem: EventName<DsoTreeViewCustomEvent<TreeViewItem[]>>;
344
345
  onDsoCloseItem: EventName<DsoTreeViewCustomEvent<TreeViewItem[]>>;
345
346
  onDsoClickItem: EventName<DsoTreeViewCustomEvent<TreeViewPointerEvent>>;
346
347
  };
347
- export declare const DsoTreeView: StencilReactComponent<DsoTreeViewElement, DsoTreeViewEvents>;
348
+ export declare const DsoTreeView: StencilReactComponent<DsoTreeViewElement, DsoTreeViewEvents, Components.DsoTreeView>;
348
349
  export type DsoViewerGridEvents = {
349
350
  onDsoCloseOverlay: EventName<DsoViewerGridCustomEvent<ViewerGridCloseOverlayEvent>>;
350
351
  onDsoCloseFilterPanel: EventName<DsoViewerGridCustomEvent<ViewerGridCloseFilterPanelEvent>>;
@@ -354,9 +355,9 @@ export type DsoViewerGridEvents = {
354
355
  onDsoDocumentPanelSizeChangeAnimationEnd: EventName<DsoViewerGridCustomEvent<ViewerGridChangeSizeAnimationEndEvent>>;
355
356
  onDsoMainPanelToggle: EventName<DsoViewerGridCustomEvent<ViewerGridMainToggleEvent>>;
356
357
  };
357
- export declare const DsoViewerGrid: StencilReactComponent<DsoViewerGridElement, DsoViewerGridEvents>;
358
+ export declare const DsoViewerGrid: StencilReactComponent<DsoViewerGridElement, DsoViewerGridEvents, Components.DsoViewerGrid>;
358
359
  export type DsotDocumentComponentDemoEvents = {
359
360
  onDsotOzonContentClick: EventName<DsotDocumentComponentDemoCustomEvent<DocumentComponentOzonContentClickEvent>>;
360
361
  onDsotTableOfContentsClick: EventName<DsotDocumentComponentDemoCustomEvent<DocumentComponentTableOfContentsClickEvent>>;
361
362
  };
362
- export declare const DsotDocumentComponentDemo: StencilReactComponent<DsotDocumentComponentDemoElement, DsotDocumentComponentDemoEvents>;
363
+ export declare const DsotDocumentComponentDemo: StencilReactComponent<DsotDocumentComponentDemoElement, DsotDocumentComponentDemoEvents, Components.DsotDocumentComponentDemo>;
package/package.json CHANGED
@@ -1,17 +1,13 @@
1
1
  {
2
2
  "name": "@dso-toolkit/react",
3
3
  "type": "module",
4
- "version": "93.0.0",
4
+ "version": "94.0.0",
5
5
  "description": "React specific wrapper for @dso-toolkit/core web components",
6
6
  "homepage": "https://www.dso-toolkit.nl/",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/dso-toolkit/dso-toolkit.git"
10
10
  },
11
- "scripts": {
12
- "storybook:start": "wait-on file:./src/components.ts && yarn storybook dev --port 45600",
13
- "storybook:build": "storybook build --output-dir ./www"
14
- },
15
11
  "main": "dist/index.js",
16
12
  "types": "dist/types/index.d.ts",
17
13
  "files": [
@@ -30,9 +26,7 @@
30
26
  "@types/lodash.startcase": "^4.4.9",
31
27
  "@types/react": "^19.2.14",
32
28
  "@types/react-dom": "^19.2.3",
33
- "dso-toolkit": "^93.0.0",
34
29
  "eslint": "^9.39.4",
35
- "eslint-plugin-storybook": "10.3.3",
36
30
  "http-proxy-middleware": "^3.0.5",
37
31
  "lodash.startcase": "^4.4.0",
38
32
  "react": "^19.2.4",
@@ -42,14 +36,21 @@
42
36
  "tslib": "^2.8.1",
43
37
  "typescript": "~5.9.3",
44
38
  "vite": "^7.3.1",
45
- "wait-on": "^9.0.4"
39
+ "wait-on": "^9.0.4",
40
+ "clsx": "^2.1.1",
41
+ "@dso-toolkit/core": "94.0.0",
42
+ "dso-toolkit": "94.0.0"
46
43
  },
47
44
  "peerDependencies": {
48
- "@dso-toolkit/core": "93.0.0",
45
+ "@dso-toolkit/core": "94.0.0",
49
46
  "react": "^18.3.0 || ^19.0.0",
50
47
  "react-dom": "^18.3.0 || ^19.0.0"
51
48
  },
52
49
  "nx": {
53
50
  "includedScripts": []
51
+ },
52
+ "scripts": {
53
+ "storybook:start": "wait-on file:./src/components.ts && storybook dev --port 45600",
54
+ "storybook:build": "storybook build --output-dir ./www"
54
55
  }
55
56
  }