carbon-react 110.10.2 → 110.10.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.
@@ -34,7 +34,7 @@ export interface TabsProps extends MarginProps {
34
34
  * The `id` property should match the `tabId`s for the rendered Tabs.
35
35
  */
36
36
  validationStatusOverride?: {
37
- id?: {
37
+ [id?: string]: {
38
38
  error?: boolean;
39
39
  warning?: boolean;
40
40
  info?: boolean;
@@ -34,7 +34,7 @@ export interface TabsProps extends MarginProps {
34
34
  * The `id` property should match the `tabId`s for the rendered Tabs.
35
35
  */
36
36
  validationStatusOverride?: {
37
- id?: {
37
+ [id?: string]: {
38
38
  error?: boolean;
39
39
  warning?: boolean;
40
40
  info?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "110.10.2",
3
+ "version": "110.10.3",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",