@ds-pack/components
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -0,1 +1,5 @@ | ||
### 1.0.17 | ||
- Fix label element in Checkbox and RadioButton components | ||
### 1.0.16 | ||
@@ -2,0 +6,0 @@ |
@@ -87,2 +87,3 @@ "use strict"; | ||
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Box.Box, _objectSpread(_objectSpread({ | ||
is: "label", | ||
className: styles.checkboxLabel | ||
@@ -89,0 +90,0 @@ }, props), {}, { |
@@ -79,2 +79,3 @@ "use strict"; | ||
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Box.Box, _objectSpread(_objectSpread({ | ||
is: "label", | ||
className: styles.radioLabel | ||
@@ -81,0 +82,0 @@ }, props), {}, { |
{ | ||
"name": "@ds-pack/components", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
@@ -0,1 +1,5 @@ | ||
### 1.0.16 -> 1.0.17 | ||
No other changes needed! | ||
### 1.0.15 -> 1.0.16 | ||
@@ -2,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
362391
7582