@ds-pack/components
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -0,1 +1,7 @@ | ||
### 1.0.16 | ||
- Fix css insertion order bug within Checkbox and RadioButton components and | ||
their associated labels causing some page loads to shift the label below the | ||
visual indicator | ||
### 1.0.15 | ||
@@ -2,0 +8,0 @@ |
@@ -19,4 +19,2 @@ "use strict"; | ||
var _Label = require("../Label"); | ||
var styles = _interopRequireWildcard(require("./Checkbox.vanilla")); | ||
@@ -89,3 +87,3 @@ | ||
}, [indeterminate]); | ||
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Label.Label, _objectSpread(_objectSpread({ | ||
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Box.Box, _objectSpread(_objectSpread({ | ||
className: styles.checkboxLabel | ||
@@ -92,0 +90,0 @@ }, props), {}, { |
@@ -15,4 +15,2 @@ "use strict"; | ||
var _Label = require("../Label"); | ||
var _RadioInput = require("../RadioInput"); | ||
@@ -81,3 +79,3 @@ | ||
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Label.Label, _objectSpread(_objectSpread({ | ||
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Box.Box, _objectSpread(_objectSpread({ | ||
className: styles.radioLabel | ||
@@ -84,0 +82,0 @@ }, props), {}, { |
{ | ||
"name": "@ds-pack/components", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
@@ -5,2 +5,4 @@ import { style } from '@vanilla-extract/css' | ||
export let checkboxLabel = style({ | ||
display: 'flex', | ||
color: vars.colors.gray900, | ||
flexDirection: 'row', | ||
@@ -7,0 +9,0 @@ }) |
@@ -11,2 +11,4 @@ import { style } from '@vanilla-extract/css' | ||
export let radioLabel = style({ | ||
display: 'flex', | ||
color: vars.colors.gray900, | ||
flexDirection: 'row', | ||
@@ -13,0 +15,0 @@ }) |
@@ -0,1 +1,5 @@ | ||
### 1.0.15 -> 1.0.16 | ||
No other changes needed! | ||
### 1.0.14 -> 1.0.15 | ||
@@ -2,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
362215
7580