@porsche-design-system/components-react 3.0.0-rc.1 → 3.0.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/bin/patchRemixRunProcessBrowserGlobalIdentifier.js +35 -26
  3. package/esm/lib/components/icon.wrapper.js +1 -1
  4. package/esm/lib/components/scroller.wrapper.js +3 -3
  5. package/lib/components/accordion.wrapper.d.ts +2 -2
  6. package/lib/components/banner.wrapper.d.ts +2 -2
  7. package/lib/components/button-group.wrapper.d.ts +2 -2
  8. package/lib/components/button-pure.wrapper.d.ts +2 -2
  9. package/lib/components/button-tile.wrapper.d.ts +2 -2
  10. package/lib/components/button.wrapper.d.ts +2 -2
  11. package/lib/components/carousel.wrapper.d.ts +2 -2
  12. package/lib/components/checkbox-wrapper.wrapper.d.ts +2 -2
  13. package/lib/components/content-wrapper.wrapper.d.ts +2 -2
  14. package/lib/components/crest.wrapper.d.ts +2 -2
  15. package/lib/components/display.wrapper.d.ts +2 -2
  16. package/lib/components/divider.wrapper.d.ts +2 -2
  17. package/lib/components/fieldset-wrapper.wrapper.d.ts +2 -2
  18. package/lib/components/fieldset.wrapper.d.ts +2 -2
  19. package/lib/components/flex-item.wrapper.d.ts +2 -2
  20. package/lib/components/flex.wrapper.d.ts +2 -2
  21. package/lib/components/grid-item.wrapper.d.ts +2 -2
  22. package/lib/components/grid.wrapper.d.ts +2 -2
  23. package/lib/components/heading.wrapper.d.ts +2 -2
  24. package/lib/components/headline.wrapper.d.ts +2 -2
  25. package/lib/components/icon.wrapper.d.ts +2 -2
  26. package/lib/components/icon.wrapper.js +1 -1
  27. package/lib/components/inline-notification.wrapper.d.ts +2 -2
  28. package/lib/components/link-pure.wrapper.d.ts +2 -2
  29. package/lib/components/link-social.wrapper.d.ts +2 -2
  30. package/lib/components/link-tile-model-signature.wrapper.d.ts +2 -2
  31. package/lib/components/link-tile.wrapper.d.ts +2 -2
  32. package/lib/components/link.wrapper.d.ts +2 -2
  33. package/lib/components/marque.wrapper.d.ts +2 -2
  34. package/lib/components/modal.wrapper.d.ts +2 -2
  35. package/lib/components/model-signature.wrapper.d.ts +2 -2
  36. package/lib/components/pagination.wrapper.d.ts +2 -2
  37. package/lib/components/popover.wrapper.d.ts +2 -2
  38. package/lib/components/radio-button-wrapper.wrapper.d.ts +2 -2
  39. package/lib/components/scroller.wrapper.d.ts +17 -9
  40. package/lib/components/scroller.wrapper.js +3 -3
  41. package/lib/components/segmented-control-item.wrapper.d.ts +2 -2
  42. package/lib/components/segmented-control.wrapper.d.ts +2 -2
  43. package/lib/components/select-wrapper.wrapper.d.ts +2 -2
  44. package/lib/components/spinner.wrapper.d.ts +2 -2
  45. package/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -2
  46. package/lib/components/stepper-horizontal.wrapper.d.ts +2 -2
  47. package/lib/components/switch.wrapper.d.ts +2 -2
  48. package/lib/components/table-body.wrapper.d.ts +2 -2
  49. package/lib/components/table-cell.wrapper.d.ts +2 -2
  50. package/lib/components/table-head-cell.wrapper.d.ts +2 -2
  51. package/lib/components/table-head-row.wrapper.d.ts +2 -2
  52. package/lib/components/table-head.wrapper.d.ts +2 -2
  53. package/lib/components/table-row.wrapper.d.ts +2 -2
  54. package/lib/components/table.wrapper.d.ts +2 -2
  55. package/lib/components/tabs-bar.wrapper.d.ts +2 -2
  56. package/lib/components/tabs-item.wrapper.d.ts +2 -2
  57. package/lib/components/tabs.wrapper.d.ts +2 -2
  58. package/lib/components/tag-dismissible.wrapper.d.ts +2 -2
  59. package/lib/components/tag.wrapper.d.ts +2 -2
  60. package/lib/components/text-field-wrapper.wrapper.d.ts +2 -2
  61. package/lib/components/text-list-item.wrapper.d.ts +2 -2
  62. package/lib/components/text-list.wrapper.d.ts +2 -2
  63. package/lib/components/text.wrapper.d.ts +2 -2
  64. package/lib/components/textarea-wrapper.wrapper.d.ts +2 -2
  65. package/lib/components/toast.wrapper.d.ts +2 -2
  66. package/lib/components/wordmark.wrapper.d.ts +2 -2
  67. package/lib/types.d.ts +210 -191
  68. package/package.json +2 -2
  69. package/ssr/components/dist/styles/esm/styles-entry.js +203 -88
  70. package/ssr/components/dist/utils/esm/utils-entry.js +45 -7
  71. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/icon.wrapper.js +1 -1
  72. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/scroller.wrapper.js +4 -4
  73. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/select-wrapper-dropdown.wrapper.js +38 -0
  74. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/components/stepper-horizontal.wrapper.js +0 -1
  75. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.js +1 -1
  76. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/scroller.js +2 -1
  77. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select-wrapper-dropdown.js +34 -0
  78. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select-wrapper.js +6 -3
  79. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.js +1 -1
  80. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.js +1 -1
  81. package/ssr/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/wordmark.js +1 -1
  82. package/ssr/esm/components/dist/styles/esm/styles-entry.js +203 -89
  83. package/ssr/esm/components/dist/utils/esm/utils-entry.js +40 -8
  84. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/icon.wrapper.js +1 -1
  85. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/scroller.wrapper.js +4 -4
  86. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/select-wrapper-dropdown.wrapper.js +36 -0
  87. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/stepper-horizontal.wrapper.js +0 -1
  88. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.js +1 -1
  89. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/scroller.js +3 -2
  90. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select-wrapper-dropdown.js +32 -0
  91. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select-wrapper.js +6 -3
  92. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.js +1 -1
  93. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.js +1 -1
  94. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/wordmark.js +1 -1
  95. package/ssr/lib/components/accordion.wrapper.d.ts +2 -2
  96. package/ssr/lib/components/banner.wrapper.d.ts +2 -2
  97. package/ssr/lib/components/button-group.wrapper.d.ts +2 -2
  98. package/ssr/lib/components/button-pure.wrapper.d.ts +2 -2
  99. package/ssr/lib/components/button-tile.wrapper.d.ts +2 -2
  100. package/ssr/lib/components/button.wrapper.d.ts +2 -2
  101. package/ssr/lib/components/carousel.wrapper.d.ts +2 -2
  102. package/ssr/lib/components/checkbox-wrapper.wrapper.d.ts +2 -2
  103. package/ssr/lib/components/content-wrapper.wrapper.d.ts +2 -2
  104. package/ssr/lib/components/crest.wrapper.d.ts +2 -2
  105. package/ssr/lib/components/display.wrapper.d.ts +2 -2
  106. package/ssr/lib/components/divider.wrapper.d.ts +2 -2
  107. package/ssr/lib/components/fieldset-wrapper.wrapper.d.ts +2 -2
  108. package/ssr/lib/components/fieldset.wrapper.d.ts +2 -2
  109. package/ssr/lib/components/flex-item.wrapper.d.ts +2 -2
  110. package/ssr/lib/components/flex.wrapper.d.ts +2 -2
  111. package/ssr/lib/components/grid-item.wrapper.d.ts +2 -2
  112. package/ssr/lib/components/grid.wrapper.d.ts +2 -2
  113. package/ssr/lib/components/heading.wrapper.d.ts +2 -2
  114. package/ssr/lib/components/headline.wrapper.d.ts +2 -2
  115. package/ssr/lib/components/icon.wrapper.d.ts +2 -2
  116. package/ssr/lib/components/inline-notification.wrapper.d.ts +2 -2
  117. package/ssr/lib/components/link-pure.wrapper.d.ts +2 -2
  118. package/ssr/lib/components/link-social.wrapper.d.ts +2 -2
  119. package/ssr/lib/components/link-tile-model-signature.wrapper.d.ts +2 -2
  120. package/ssr/lib/components/link-tile.wrapper.d.ts +2 -2
  121. package/ssr/lib/components/link.wrapper.d.ts +2 -2
  122. package/ssr/lib/components/marque.wrapper.d.ts +2 -2
  123. package/ssr/lib/components/modal.wrapper.d.ts +2 -2
  124. package/ssr/lib/components/model-signature.wrapper.d.ts +2 -2
  125. package/ssr/lib/components/pagination.wrapper.d.ts +2 -2
  126. package/ssr/lib/components/popover.wrapper.d.ts +2 -2
  127. package/ssr/lib/components/radio-button-wrapper.wrapper.d.ts +2 -2
  128. package/ssr/lib/components/scroller.wrapper.d.ts +17 -9
  129. package/ssr/lib/components/segmented-control-item.wrapper.d.ts +2 -2
  130. package/ssr/lib/components/segmented-control.wrapper.d.ts +2 -2
  131. package/ssr/lib/components/select-wrapper-dropdown.wrapper.d.ts +30 -0
  132. package/ssr/lib/components/select-wrapper.wrapper.d.ts +2 -2
  133. package/ssr/lib/components/spinner.wrapper.d.ts +2 -2
  134. package/ssr/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -2
  135. package/ssr/lib/components/stepper-horizontal.wrapper.d.ts +2 -2
  136. package/ssr/lib/components/switch.wrapper.d.ts +2 -2
  137. package/ssr/lib/components/table-body.wrapper.d.ts +2 -2
  138. package/ssr/lib/components/table-cell.wrapper.d.ts +2 -2
  139. package/ssr/lib/components/table-head-cell.wrapper.d.ts +2 -2
  140. package/ssr/lib/components/table-head-row.wrapper.d.ts +2 -2
  141. package/ssr/lib/components/table-head.wrapper.d.ts +2 -2
  142. package/ssr/lib/components/table-row.wrapper.d.ts +2 -2
  143. package/ssr/lib/components/table.wrapper.d.ts +2 -2
  144. package/ssr/lib/components/tabs-bar.wrapper.d.ts +2 -2
  145. package/ssr/lib/components/tabs-item.wrapper.d.ts +2 -2
  146. package/ssr/lib/components/tabs.wrapper.d.ts +2 -2
  147. package/ssr/lib/components/tag-dismissible.wrapper.d.ts +2 -2
  148. package/ssr/lib/components/tag.wrapper.d.ts +2 -2
  149. package/ssr/lib/components/text-field-wrapper.wrapper.d.ts +2 -2
  150. package/ssr/lib/components/text-list-item.wrapper.d.ts +2 -2
  151. package/ssr/lib/components/text-list.wrapper.d.ts +2 -2
  152. package/ssr/lib/components/text.wrapper.d.ts +2 -2
  153. package/ssr/lib/components/textarea-wrapper.wrapper.d.ts +2 -2
  154. package/ssr/lib/components/toast.wrapper.d.ts +2 -2
  155. package/ssr/lib/components/wordmark.wrapper.d.ts +2 -2
  156. package/ssr/lib/dsr-components/select-wrapper.d.ts +0 -1
  157. package/ssr/lib/types.d.ts +210 -191
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { TableUpdateEvent, Theme } from '../types';
3
- export type PTableProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PTableProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * A caption describing the contents of the table for accessibility only. This won't be visible in the browser. Use an element with an attribute of `slot="caption"` for a visible caption.
6
6
  */
@@ -18,7 +18,7 @@ export type PTableProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
18
18
  */
19
19
  theme?: Theme;
20
20
  };
21
- export declare const PTable: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
21
+ export declare const PTable: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
22
22
  /**
23
23
  * A caption describing the contents of the table for accessibility only. This won't be visible in the browser. Use an element with an attribute of `slot="caption"` for a visible caption.
24
24
  */
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { TabsBarGradientColor, TabsBarGradientColorScheme, TabsBarUpdateEvent, BreakpointCustomizable, TabsBarSize, Theme, TabsBarWeight } from '../types';
3
- export type PTabsBarProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PTabsBarProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * Defines which tab to be visualized as selected (zero-based numbering), undefined if none should be selected.
6
6
  */
@@ -34,7 +34,7 @@ export type PTabsBarProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
34
34
  */
35
35
  weight?: TabsBarWeight;
36
36
  };
37
- export declare const PTabsBar: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
37
+ export declare const PTabsBar: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
38
38
  /**
39
39
  * Defines which tab to be visualized as selected (zero-based numbering), undefined if none should be selected.
40
40
  */
@@ -1,11 +1,11 @@
1
1
  import { HTMLAttributes } from 'react';
2
- export type PTabsItemProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
2
+ export type PTabsItemProps = Omit<HTMLAttributes<{}>, 'color'> & {
3
3
  /**
4
4
  * Defines the label used in tabs.
5
5
  */
6
6
  label: string;
7
7
  };
8
- export declare const PTabsItem: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
8
+ export declare const PTabsItem: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
9
9
  /**
10
10
  * Defines the label used in tabs.
11
11
  */
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { TabsGradientColor, TabsGradientColorScheme, TabsUpdateEvent, BreakpointCustomizable, TabsSize, Theme, TabsWeight } from '../types';
3
- export type PTabsProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PTabsProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * Defines which tab to be visualized as selected (zero-based numbering).
6
6
  */
@@ -34,7 +34,7 @@ export type PTabsProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
34
34
  */
35
35
  weight?: TabsWeight;
36
36
  };
37
- export declare const PTabs: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
37
+ export declare const PTabs: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
38
38
  /**
39
39
  * Defines which tab to be visualized as selected (zero-based numbering).
40
40
  */
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { SelectedAriaAttributes, TagDismissibleAriaAttribute, TagDismissibleColor, Theme } from '../types';
3
- export type PTagDismissibleProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PTagDismissibleProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * Add ARIA attributes.
6
6
  */
@@ -18,7 +18,7 @@ export type PTagDismissibleProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'
18
18
  */
19
19
  theme?: Theme;
20
20
  };
21
- export declare const PTagDismissible: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
21
+ export declare const PTagDismissible: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
22
22
  /**
23
23
  * Add ARIA attributes.
24
24
  */
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { TagColor, TagIcon, Theme } from '../types';
3
- export type PTagProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PTagProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * Background color variations depending on theme property.
6
6
  */
@@ -18,7 +18,7 @@ export type PTagProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
18
18
  */
19
19
  theme?: Theme;
20
20
  };
21
- export declare const PTag: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
21
+ export declare const PTag: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
22
22
  /**
23
23
  * Background color variations depending on theme property.
24
24
  */
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { TextFieldWrapperActionIcon, BreakpointCustomizable, TextFieldWrapperState, Theme, TextFieldWrapperUnitPosition } from '../types';
3
- export type PTextFieldWrapperProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PTextFieldWrapperProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * Action icon can be set to `locate` for `input type="search"` in order to display an action button.
6
6
  */
@@ -54,7 +54,7 @@ export type PTextFieldWrapperProps = Omit<HTMLAttributes<{}>, 'color' | 'onChang
54
54
  */
55
55
  unitPosition?: TextFieldWrapperUnitPosition;
56
56
  };
57
- export declare const PTextFieldWrapper: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
57
+ export declare const PTextFieldWrapper: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
58
58
  /**
59
59
  * Action icon can be set to `locate` for `input type="search"` in order to display an action button.
60
60
  */
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from 'react';
2
- export type PTextListItemProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {};
3
- export declare const PTextListItem: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
2
+ export type PTextListItemProps = Omit<HTMLAttributes<{}>, 'color'> & {};
3
+ export declare const PTextListItem: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
4
4
  children?: import("react").ReactNode;
5
5
  } & import("react").RefAttributes<HTMLElement>>;
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { TextListListType, TextListOrderType, Theme, TextListType } from '../types';
3
- export type PTextListProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PTextListProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * @deprecated since v3.0.0, will be removed with next major release, use `type` instead. The type of the list.
6
6
  */
@@ -18,7 +18,7 @@ export type PTextListProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
18
18
  */
19
19
  type?: TextListType;
20
20
  };
21
- export declare const PTextList: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
21
+ export declare const PTextList: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
22
22
  /**
23
23
  * @deprecated since v3.0.0, will be removed with next major release, use `type` instead. The type of the list.
24
24
  */
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { TextAlign, TextColor, BreakpointCustomizable, TextSize, TextTag, Theme, TextWeight } from '../types';
3
- export type PTextProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PTextProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * Text alignment of the component.
6
6
  */
@@ -30,7 +30,7 @@ export type PTextProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
30
30
  */
31
31
  weight?: TextWeight;
32
32
  };
33
- export declare const PText: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
33
+ export declare const PText: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
34
34
  /**
35
35
  * Text alignment of the component.
36
36
  */
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { BreakpointCustomizable, TextareaWrapperState, Theme } from '../types';
3
- export type PTextareaWrapperProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PTextareaWrapperProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * The description text.
6
6
  */
@@ -34,7 +34,7 @@ export type PTextareaWrapperProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange
34
34
  */
35
35
  theme?: Theme;
36
36
  };
37
- export declare const PTextareaWrapper: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
37
+ export declare const PTextareaWrapper: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
38
38
  /**
39
39
  * The description text.
40
40
  */
@@ -1,12 +1,12 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { Theme } from '../types';
3
- export type PToastProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PToastProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * Adapts the toast color depending on the theme.
6
6
  */
7
7
  theme?: Theme;
8
8
  };
9
- export declare const PToast: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
9
+ export declare const PToast: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
10
10
  /**
11
11
  * Adapts the toast color depending on the theme.
12
12
  */
@@ -1,6 +1,6 @@
1
1
  import { HTMLAttributes } from 'react';
2
2
  import type { SelectedAriaAttributes, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget, Theme } from '../types';
3
- export type PWordmarkProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
3
+ export type PWordmarkProps = Omit<HTMLAttributes<{}>, 'color'> & {
4
4
  /**
5
5
  * Add ARIA attributes.
6
6
  */
@@ -22,7 +22,7 @@ export type PWordmarkProps = Omit<HTMLAttributes<{}>, 'color' | 'onChange'> & {
22
22
  */
23
23
  theme?: Theme;
24
24
  };
25
- export declare const PWordmark: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color" | "onChange"> & {
25
+ export declare const PWordmark: import("react").ForwardRefExoticComponent<Omit<HTMLAttributes<{}>, "color"> & {
26
26
  /**
27
27
  * Add ARIA attributes.
28
28
  */
@@ -4,6 +4,5 @@ export declare class DSRSelectWrapper extends Component<any> {
4
4
  private select;
5
5
  private iconElement;
6
6
  private dropdownElement;
7
- private hasCustomDropdown;
8
7
  render(): JSX.Element;
9
8
  }