New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ds-pack/components

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ds-pack/components - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

6

CHANGELOG.md

@@ -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 @@

4

dist/Checkbox/Checkbox.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc