@volvo-cars/ced-os-react-components
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -19,3 +19,3 @@ import React from 'react'; | ||
else if (data.children && !Array.isArray(data.children)) { | ||
data.children = [data.children]; | ||
data = { ...data, children: [data.children] }; | ||
} | ||
@@ -22,0 +22,0 @@ const componentConfig = getComponentConfig(componentMappings, data); |
@@ -1002,3 +1002,3 @@ var __create = Object.create; | ||
} else if (data.children && !Array.isArray(data.children)) { | ||
data.children = [data.children]; | ||
data = __spreadProps(__spreadValues({}, data), { children: [data.children] }); | ||
} | ||
@@ -1005,0 +1005,0 @@ const componentConfig = getComponentConfig(componentMappings, data); |
@@ -911,3 +911,3 @@ // src/support/atoms/Caption/index.tsx | ||
} else if (data.children && !Array.isArray(data.children)) { | ||
data.children = [data.children]; | ||
data = { ...data, children: [data.children] }; | ||
} | ||
@@ -914,0 +914,0 @@ const componentConfig = getComponentConfig(componentMappings, data); |
{ | ||
"name": "@volvo-cars/ced-os-react-components", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Set of components for developing UIs in the onboarding and support apps", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -31,4 +31,4 @@ # Support Web Components | ||
1. build | ||
2. bump version. Use `npm version major|minor|patch` to bump version | ||
1. build: `npm run build` | ||
2. bump version. Use `npm version <major>.<minor>.<patch>` to bump version | ||
@@ -35,0 +35,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168795