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.9 to 1.0.10

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 1.0.10
- Allow `gap` to use `vars.space` tokens
- Adjusted padding on Buttons and Inputs
- Adjusted text color on the Label component
### 1.0.9

@@ -2,0 +8,0 @@

4

package.json
{
"name": "@ds-pack/components",
"version": "1.0.9",
"version": "1.0.10",
"main": "src/index.ts",

@@ -62,2 +62,2 @@ "source": "src/index.ts",

}
}
}

@@ -51,3 +51,3 @@ import { defineProperties, createRainbowSprinkles } from 'rainbow-sprinkles'

gridTemplateRows: true,
gap: true,
gap: vars.space,
position: true,

@@ -54,0 +54,0 @@ transform: true,

@@ -6,3 +6,3 @@ import { style } from '@vanilla-extract/css'

height: '50px',
padding: '0.5em 1em',
padding: '0.25em .5em',
}

@@ -9,0 +9,0 @@

@@ -11,3 +11,3 @@ import { style } from '@vanilla-extract/css'

flexShrink: 0,
padding: '0.5em 1em',
padding: '0.5em .5em',
borderRadius: vars.radii.small,

@@ -14,0 +14,0 @@ color: vars.colors.black,

@@ -7,3 +7,3 @@ import { style } from '@vanilla-extract/css'

flexDirection: 'column',
color: vars.colors.gray700,
color: vars.colors.gray900,
})

@@ -0,1 +1,5 @@

### 1.0.9 -> 1.0.10
No changes required for consuming applications.
### 1.0.8 -> 1.0.9

@@ -2,0 +6,0 @@

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