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

@atlaskit/primitives

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/primitives - npm Package Compare versions

Comparing version 1.11.1 to 1.12.0

6

CHANGELOG.md
# @atlaskit/primitives
## 1.12.0
### Minor Changes
- [#43616](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43616) [`6a89d1fcf6b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a89d1fcf6b) - Add missing tokenised XCSS properties for borderBlockColor, borderBlockWidth, borderInlineColor, borderInlineWidth
## 1.11.1

@@ -4,0 +10,0 @@

46

dist/cjs/xcss/xcss.js

@@ -21,29 +21,33 @@ "use strict";

blockSize: _styleMaps.dimensionMap,
borderBlockColor: _styleMaps.borderColorMap,
borderBlockEndColor: _styleMaps.borderColorMap,
borderBlockEndWidth: _styleMaps.borderWidthMap,
borderBlockStartColor: _styleMaps.borderColorMap,
borderBlockStartWidth: _styleMaps.borderWidthMap,
borderBlockWidth: _styleMaps.borderWidthMap,
borderBottomColor: _styleMaps.borderColorMap,
borderBottomLeftRadius: _styleMaps.borderRadiusMap,
borderBottomRightRadius: _styleMaps.borderRadiusMap,
borderBottomWidth: _styleMaps.borderWidthMap,
borderColor: _styleMaps.borderColorMap,
borderBlockStartColor: _styleMaps.borderColorMap,
borderBlockEndColor: _styleMaps.borderColorMap,
borderEndEndRadius: _styleMaps.borderRadiusMap,
borderEndStartRadius: _styleMaps.borderRadiusMap,
borderInlineColor: _styleMaps.borderColorMap,
borderInlineEndColor: _styleMaps.borderColorMap,
borderInlineEndWidth: _styleMaps.borderWidthMap,
borderInlineStartColor: _styleMaps.borderColorMap,
borderInlineEndColor: _styleMaps.borderColorMap,
borderBottomColor: _styleMaps.borderColorMap,
borderInlineStartWidth: _styleMaps.borderWidthMap,
borderInlineWidth: _styleMaps.borderWidthMap,
borderLeftColor: _styleMaps.borderColorMap,
borderLeftWidth: _styleMaps.borderWidthMap,
borderRadius: _styleMaps.borderRadiusMap,
borderRightColor: _styleMaps.borderColorMap,
borderRightWidth: _styleMaps.borderWidthMap,
borderStartEndRadius: _styleMaps.borderRadiusMap,
borderStartStartRadius: _styleMaps.borderRadiusMap,
borderTopColor: _styleMaps.borderColorMap,
borderRadius: _styleMaps.borderRadiusMap,
borderStartStartRadius: _styleMaps.borderRadiusMap,
borderStartEndRadius: _styleMaps.borderRadiusMap,
borderEndStartRadius: _styleMaps.borderRadiusMap,
borderEndEndRadius: _styleMaps.borderRadiusMap,
borderBottomLeftRadius: _styleMaps.borderRadiusMap,
borderBottomRightRadius: _styleMaps.borderRadiusMap,
borderTopLeftRadius: _styleMaps.borderRadiusMap,
borderTopRightRadius: _styleMaps.borderRadiusMap,
borderTopWidth: _styleMaps.borderWidthMap,
borderWidth: _styleMaps.borderWidthMap,
borderBlockStartWidth: _styleMaps.borderWidthMap,
borderBlockEndWidth: _styleMaps.borderWidthMap,
borderInlineStartWidth: _styleMaps.borderWidthMap,
borderInlineEndWidth: _styleMaps.borderWidthMap,
borderBottomWidth: _styleMaps.borderWidthMap,
borderLeftWidth: _styleMaps.borderWidthMap,
borderRightWidth: _styleMaps.borderWidthMap,
borderTopWidth: _styleMaps.borderWidthMap,
bottom: _styleMaps.spaceMap,

@@ -63,2 +67,3 @@ boxShadow: _styleMaps.shadowMap,

insetInlineStart: _styleMaps.spaceMap,
left: _styleMaps.spaceMap,
margin: _styleMaps.spaceMap,

@@ -75,3 +80,2 @@ marginBlock: _styleMaps.spaceMap,

marginTop: _styleMaps.spaceMap,
left: _styleMaps.spaceMap,
maxBlockSize: _styleMaps.dimensionMap,

@@ -86,5 +90,5 @@ maxHeight: _styleMaps.dimensionMap,

opacity: _styleMaps.opacityMap,
outlineColor: _styleMaps.borderColorMap,
outlineOffset: _styleMaps.spaceMap,
outlineWidth: _styleMaps.borderWidthMap,
outlineColor: _styleMaps.borderColorMap,
padding: _styleMaps.spaceMap,

@@ -91,0 +95,0 @@ paddingBlock: _styleMaps.spaceMap,

@@ -10,29 +10,33 @@ /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */

blockSize: dimensionMap,
borderBlockColor: borderColorMap,
borderBlockEndColor: borderColorMap,
borderBlockEndWidth: borderWidthMap,
borderBlockStartColor: borderColorMap,
borderBlockStartWidth: borderWidthMap,
borderBlockWidth: borderWidthMap,
borderBottomColor: borderColorMap,
borderBottomLeftRadius: borderRadiusMap,
borderBottomRightRadius: borderRadiusMap,
borderBottomWidth: borderWidthMap,
borderColor: borderColorMap,
borderBlockStartColor: borderColorMap,
borderBlockEndColor: borderColorMap,
borderEndEndRadius: borderRadiusMap,
borderEndStartRadius: borderRadiusMap,
borderInlineColor: borderColorMap,
borderInlineEndColor: borderColorMap,
borderInlineEndWidth: borderWidthMap,
borderInlineStartColor: borderColorMap,
borderInlineEndColor: borderColorMap,
borderBottomColor: borderColorMap,
borderInlineStartWidth: borderWidthMap,
borderInlineWidth: borderWidthMap,
borderLeftColor: borderColorMap,
borderLeftWidth: borderWidthMap,
borderRadius: borderRadiusMap,
borderRightColor: borderColorMap,
borderRightWidth: borderWidthMap,
borderStartEndRadius: borderRadiusMap,
borderStartStartRadius: borderRadiusMap,
borderTopColor: borderColorMap,
borderRadius: borderRadiusMap,
borderStartStartRadius: borderRadiusMap,
borderStartEndRadius: borderRadiusMap,
borderEndStartRadius: borderRadiusMap,
borderEndEndRadius: borderRadiusMap,
borderBottomLeftRadius: borderRadiusMap,
borderBottomRightRadius: borderRadiusMap,
borderTopLeftRadius: borderRadiusMap,
borderTopRightRadius: borderRadiusMap,
borderTopWidth: borderWidthMap,
borderWidth: borderWidthMap,
borderBlockStartWidth: borderWidthMap,
borderBlockEndWidth: borderWidthMap,
borderInlineStartWidth: borderWidthMap,
borderInlineEndWidth: borderWidthMap,
borderBottomWidth: borderWidthMap,
borderLeftWidth: borderWidthMap,
borderRightWidth: borderWidthMap,
borderTopWidth: borderWidthMap,
bottom: spaceMap,

@@ -52,2 +56,3 @@ boxShadow: shadowMap,

insetInlineStart: spaceMap,
left: spaceMap,
margin: spaceMap,

@@ -64,3 +69,2 @@ marginBlock: spaceMap,

marginTop: spaceMap,
left: spaceMap,
maxBlockSize: dimensionMap,

@@ -75,5 +79,5 @@ maxHeight: dimensionMap,

opacity: opacityMap,
outlineColor: borderColorMap,
outlineOffset: spaceMap,
outlineWidth: borderWidthMap,
outlineColor: borderColorMap,
padding: spaceMap,

@@ -80,0 +84,0 @@ paddingBlock: spaceMap,

@@ -13,29 +13,33 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

blockSize: dimensionMap,
borderBlockColor: borderColorMap,
borderBlockEndColor: borderColorMap,
borderBlockEndWidth: borderWidthMap,
borderBlockStartColor: borderColorMap,
borderBlockStartWidth: borderWidthMap,
borderBlockWidth: borderWidthMap,
borderBottomColor: borderColorMap,
borderBottomLeftRadius: borderRadiusMap,
borderBottomRightRadius: borderRadiusMap,
borderBottomWidth: borderWidthMap,
borderColor: borderColorMap,
borderBlockStartColor: borderColorMap,
borderBlockEndColor: borderColorMap,
borderEndEndRadius: borderRadiusMap,
borderEndStartRadius: borderRadiusMap,
borderInlineColor: borderColorMap,
borderInlineEndColor: borderColorMap,
borderInlineEndWidth: borderWidthMap,
borderInlineStartColor: borderColorMap,
borderInlineEndColor: borderColorMap,
borderBottomColor: borderColorMap,
borderInlineStartWidth: borderWidthMap,
borderInlineWidth: borderWidthMap,
borderLeftColor: borderColorMap,
borderLeftWidth: borderWidthMap,
borderRadius: borderRadiusMap,
borderRightColor: borderColorMap,
borderRightWidth: borderWidthMap,
borderStartEndRadius: borderRadiusMap,
borderStartStartRadius: borderRadiusMap,
borderTopColor: borderColorMap,
borderRadius: borderRadiusMap,
borderStartStartRadius: borderRadiusMap,
borderStartEndRadius: borderRadiusMap,
borderEndStartRadius: borderRadiusMap,
borderEndEndRadius: borderRadiusMap,
borderBottomLeftRadius: borderRadiusMap,
borderBottomRightRadius: borderRadiusMap,
borderTopLeftRadius: borderRadiusMap,
borderTopRightRadius: borderRadiusMap,
borderTopWidth: borderWidthMap,
borderWidth: borderWidthMap,
borderBlockStartWidth: borderWidthMap,
borderBlockEndWidth: borderWidthMap,
borderInlineStartWidth: borderWidthMap,
borderInlineEndWidth: borderWidthMap,
borderBottomWidth: borderWidthMap,
borderLeftWidth: borderWidthMap,
borderRightWidth: borderWidthMap,
borderTopWidth: borderWidthMap,
bottom: spaceMap,

@@ -55,2 +59,3 @@ boxShadow: shadowMap,

insetInlineStart: spaceMap,
left: spaceMap,
margin: spaceMap,

@@ -67,3 +72,2 @@ marginBlock: spaceMap,

marginTop: spaceMap,
left: spaceMap,
maxBlockSize: dimensionMap,

@@ -78,5 +82,5 @@ maxHeight: dimensionMap,

opacity: opacityMap,
outlineColor: borderColorMap,
outlineOffset: spaceMap,
outlineWidth: borderWidthMap,
outlineColor: borderColorMap,
padding: spaceMap,

@@ -83,0 +87,0 @@ paddingBlock: spaceMap,

@@ -555,29 +555,33 @@ import { SerializedStyles } from '@emotion/react';

blockSize?: AutoComplete<Dimension>;
borderBlockColor?: AutoComplete<BorderColor>;
borderBlockEndColor?: AutoComplete<BorderColor>;
borderBlockEndWidth?: AutoComplete<BorderWidth>;
borderBlockStartColor?: AutoComplete<BorderColor>;
borderBlockStartWidth?: AutoComplete<BorderWidth>;
borderBlockWidth?: AutoComplete<BorderWidth>;
borderBottomColor?: AutoComplete<BorderColor>;
borderBottomLeftRadius?: AutoComplete<BorderRadius>;
borderBottomRightRadius?: AutoComplete<BorderRadius>;
borderBottomWidth?: AutoComplete<BorderWidth>;
borderColor?: BorderColor;
borderBlockStartColor?: AutoComplete<BorderColor>;
borderBlockEndColor?: AutoComplete<BorderColor>;
borderEndEndRadius?: AutoComplete<BorderRadius>;
borderEndStartRadius?: AutoComplete<BorderRadius>;
borderInlineColor?: AutoComplete<BorderColor>;
borderInlineEndColor?: AutoComplete<BorderColor>;
borderInlineEndWidth?: AutoComplete<BorderWidth>;
borderInlineStartColor?: AutoComplete<BorderColor>;
borderInlineEndColor?: AutoComplete<BorderColor>;
borderBottomColor?: AutoComplete<BorderColor>;
borderInlineStartWidth?: AutoComplete<BorderWidth>;
borderInlineWidth?: AutoComplete<BorderWidth>;
borderLeftColor?: AutoComplete<BorderColor>;
borderLeftWidth?: AutoComplete<BorderWidth>;
borderRadius?: BorderRadius;
borderRightColor?: AutoComplete<BorderColor>;
borderRightWidth?: AutoComplete<BorderWidth>;
borderStartEndRadius?: AutoComplete<BorderRadius>;
borderStartStartRadius?: AutoComplete<BorderRadius>;
borderTopColor?: AutoComplete<BorderColor>;
borderRadius?: BorderRadius;
borderStartStartRadius?: AutoComplete<BorderRadius>;
borderStartEndRadius?: AutoComplete<BorderRadius>;
borderEndStartRadius?: AutoComplete<BorderRadius>;
borderEndEndRadius?: AutoComplete<BorderRadius>;
borderBottomLeftRadius?: AutoComplete<BorderRadius>;
borderBottomRightRadius?: AutoComplete<BorderRadius>;
borderTopLeftRadius?: AutoComplete<BorderRadius>;
borderTopRightRadius?: AutoComplete<BorderRadius>;
borderTopWidth?: AutoComplete<BorderWidth>;
borderWidth?: BorderWidth;
borderBlockStartWidth?: AutoComplete<BorderWidth>;
borderBlockEndWidth?: AutoComplete<BorderWidth>;
borderInlineStartWidth?: AutoComplete<BorderWidth>;
borderInlineEndWidth?: AutoComplete<BorderWidth>;
borderBottomWidth?: AutoComplete<BorderWidth>;
borderLeftWidth?: AutoComplete<BorderWidth>;
borderRightWidth?: AutoComplete<BorderWidth>;
borderTopWidth?: AutoComplete<BorderWidth>;
bottom?: AutoComplete<Space>;

@@ -625,6 +629,6 @@ boxShadow?: Shadow;

paddingBlockStart?: Space;
paddingBottom?: AutoComplete<Space>;
paddingInline?: Space;
paddingInlineEnd?: Space;
paddingInlineStart?: Space;
paddingBottom?: AutoComplete<Space>;
paddingLeft?: AutoComplete<Space>;

@@ -631,0 +635,0 @@ paddingRight?: AutoComplete<Space>;

@@ -555,29 +555,33 @@ import { SerializedStyles } from '@emotion/react';

blockSize?: AutoComplete<Dimension>;
borderBlockColor?: AutoComplete<BorderColor>;
borderBlockEndColor?: AutoComplete<BorderColor>;
borderBlockEndWidth?: AutoComplete<BorderWidth>;
borderBlockStartColor?: AutoComplete<BorderColor>;
borderBlockStartWidth?: AutoComplete<BorderWidth>;
borderBlockWidth?: AutoComplete<BorderWidth>;
borderBottomColor?: AutoComplete<BorderColor>;
borderBottomLeftRadius?: AutoComplete<BorderRadius>;
borderBottomRightRadius?: AutoComplete<BorderRadius>;
borderBottomWidth?: AutoComplete<BorderWidth>;
borderColor?: BorderColor;
borderBlockStartColor?: AutoComplete<BorderColor>;
borderBlockEndColor?: AutoComplete<BorderColor>;
borderEndEndRadius?: AutoComplete<BorderRadius>;
borderEndStartRadius?: AutoComplete<BorderRadius>;
borderInlineColor?: AutoComplete<BorderColor>;
borderInlineEndColor?: AutoComplete<BorderColor>;
borderInlineEndWidth?: AutoComplete<BorderWidth>;
borderInlineStartColor?: AutoComplete<BorderColor>;
borderInlineEndColor?: AutoComplete<BorderColor>;
borderBottomColor?: AutoComplete<BorderColor>;
borderInlineStartWidth?: AutoComplete<BorderWidth>;
borderInlineWidth?: AutoComplete<BorderWidth>;
borderLeftColor?: AutoComplete<BorderColor>;
borderLeftWidth?: AutoComplete<BorderWidth>;
borderRadius?: BorderRadius;
borderRightColor?: AutoComplete<BorderColor>;
borderRightWidth?: AutoComplete<BorderWidth>;
borderStartEndRadius?: AutoComplete<BorderRadius>;
borderStartStartRadius?: AutoComplete<BorderRadius>;
borderTopColor?: AutoComplete<BorderColor>;
borderRadius?: BorderRadius;
borderStartStartRadius?: AutoComplete<BorderRadius>;
borderStartEndRadius?: AutoComplete<BorderRadius>;
borderEndStartRadius?: AutoComplete<BorderRadius>;
borderEndEndRadius?: AutoComplete<BorderRadius>;
borderBottomLeftRadius?: AutoComplete<BorderRadius>;
borderBottomRightRadius?: AutoComplete<BorderRadius>;
borderTopLeftRadius?: AutoComplete<BorderRadius>;
borderTopRightRadius?: AutoComplete<BorderRadius>;
borderTopWidth?: AutoComplete<BorderWidth>;
borderWidth?: BorderWidth;
borderBlockStartWidth?: AutoComplete<BorderWidth>;
borderBlockEndWidth?: AutoComplete<BorderWidth>;
borderInlineStartWidth?: AutoComplete<BorderWidth>;
borderInlineEndWidth?: AutoComplete<BorderWidth>;
borderBottomWidth?: AutoComplete<BorderWidth>;
borderLeftWidth?: AutoComplete<BorderWidth>;
borderRightWidth?: AutoComplete<BorderWidth>;
borderTopWidth?: AutoComplete<BorderWidth>;
bottom?: AutoComplete<Space>;

@@ -625,6 +629,6 @@ boxShadow?: Shadow;

paddingBlockStart?: Space;
paddingBottom?: AutoComplete<Space>;
paddingInline?: Space;
paddingInlineEnd?: Space;
paddingInlineStart?: Space;
paddingBottom?: AutoComplete<Space>;
paddingLeft?: AutoComplete<Space>;

@@ -631,0 +635,0 @@ paddingRight?: AutoComplete<Space>;

{
"name": "@atlaskit/primitives",
"version": "1.11.1",
"version": "1.12.0",
"description": "Primitives are token-backed low-level building blocks.",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -1141,29 +1141,33 @@ <!-- API Report Version: 2.3 -->

blockSize?: AutoComplete<Dimension>;
borderBlockColor?: AutoComplete<BorderColor>;
borderBlockEndColor?: AutoComplete<BorderColor>;
borderBlockEndWidth?: AutoComplete<BorderWidth>;
borderBlockStartColor?: AutoComplete<BorderColor>;
borderBlockStartWidth?: AutoComplete<BorderWidth>;
borderBlockWidth?: AutoComplete<BorderWidth>;
borderBottomColor?: AutoComplete<BorderColor>;
borderBottomLeftRadius?: AutoComplete<BorderRadius>;
borderBottomRightRadius?: AutoComplete<BorderRadius>;
borderBottomWidth?: AutoComplete<BorderWidth>;
borderColor?: BorderColor;
borderBlockStartColor?: AutoComplete<BorderColor>;
borderBlockEndColor?: AutoComplete<BorderColor>;
borderEndEndRadius?: AutoComplete<BorderRadius>;
borderEndStartRadius?: AutoComplete<BorderRadius>;
borderInlineColor?: AutoComplete<BorderColor>;
borderInlineEndColor?: AutoComplete<BorderColor>;
borderInlineEndWidth?: AutoComplete<BorderWidth>;
borderInlineStartColor?: AutoComplete<BorderColor>;
borderInlineEndColor?: AutoComplete<BorderColor>;
borderBottomColor?: AutoComplete<BorderColor>;
borderInlineStartWidth?: AutoComplete<BorderWidth>;
borderInlineWidth?: AutoComplete<BorderWidth>;
borderLeftColor?: AutoComplete<BorderColor>;
borderLeftWidth?: AutoComplete<BorderWidth>;
borderRadius?: BorderRadius;
borderRightColor?: AutoComplete<BorderColor>;
borderRightWidth?: AutoComplete<BorderWidth>;
borderStartEndRadius?: AutoComplete<BorderRadius>;
borderStartStartRadius?: AutoComplete<BorderRadius>;
borderTopColor?: AutoComplete<BorderColor>;
borderRadius?: BorderRadius;
borderStartStartRadius?: AutoComplete<BorderRadius>;
borderStartEndRadius?: AutoComplete<BorderRadius>;
borderEndStartRadius?: AutoComplete<BorderRadius>;
borderEndEndRadius?: AutoComplete<BorderRadius>;
borderBottomLeftRadius?: AutoComplete<BorderRadius>;
borderBottomRightRadius?: AutoComplete<BorderRadius>;
borderTopLeftRadius?: AutoComplete<BorderRadius>;
borderTopRightRadius?: AutoComplete<BorderRadius>;
borderTopWidth?: AutoComplete<BorderWidth>;
borderWidth?: BorderWidth;
borderBlockStartWidth?: AutoComplete<BorderWidth>;
borderBlockEndWidth?: AutoComplete<BorderWidth>;
borderInlineStartWidth?: AutoComplete<BorderWidth>;
borderInlineEndWidth?: AutoComplete<BorderWidth>;
borderBottomWidth?: AutoComplete<BorderWidth>;
borderLeftWidth?: AutoComplete<BorderWidth>;
borderRightWidth?: AutoComplete<BorderWidth>;
borderTopWidth?: AutoComplete<BorderWidth>;
bottom?: AutoComplete<Space>;

@@ -1211,6 +1215,6 @@ boxShadow?: Shadow;

paddingBlockStart?: Space;
paddingBottom?: AutoComplete<Space>;
paddingInline?: Space;
paddingInlineEnd?: Space;
paddingInlineStart?: Space;
paddingBottom?: AutoComplete<Space>;
paddingLeft?: AutoComplete<Space>;

@@ -1217,0 +1221,0 @@ paddingRight?: AutoComplete<Space>;

@@ -795,29 +795,33 @@ ## API Report File for "@atlaskit/primitives"

blockSize?: AutoComplete<Dimension>;
borderBlockColor?: AutoComplete<BorderColor>;
borderBlockEndColor?: AutoComplete<BorderColor>;
borderBlockEndWidth?: AutoComplete<BorderWidth>;
borderBlockStartColor?: AutoComplete<BorderColor>;
borderBlockStartWidth?: AutoComplete<BorderWidth>;
borderBlockWidth?: AutoComplete<BorderWidth>;
borderBottomColor?: AutoComplete<BorderColor>;
borderBottomLeftRadius?: AutoComplete<BorderRadius>;
borderBottomRightRadius?: AutoComplete<BorderRadius>;
borderBottomWidth?: AutoComplete<BorderWidth>;
borderColor?: BorderColor;
borderBlockStartColor?: AutoComplete<BorderColor>;
borderBlockEndColor?: AutoComplete<BorderColor>;
borderEndEndRadius?: AutoComplete<BorderRadius>;
borderEndStartRadius?: AutoComplete<BorderRadius>;
borderInlineColor?: AutoComplete<BorderColor>;
borderInlineEndColor?: AutoComplete<BorderColor>;
borderInlineEndWidth?: AutoComplete<BorderWidth>;
borderInlineStartColor?: AutoComplete<BorderColor>;
borderInlineEndColor?: AutoComplete<BorderColor>;
borderBottomColor?: AutoComplete<BorderColor>;
borderInlineStartWidth?: AutoComplete<BorderWidth>;
borderInlineWidth?: AutoComplete<BorderWidth>;
borderLeftColor?: AutoComplete<BorderColor>;
borderLeftWidth?: AutoComplete<BorderWidth>;
borderRadius?: BorderRadius;
borderRightColor?: AutoComplete<BorderColor>;
borderRightWidth?: AutoComplete<BorderWidth>;
borderStartEndRadius?: AutoComplete<BorderRadius>;
borderStartStartRadius?: AutoComplete<BorderRadius>;
borderTopColor?: AutoComplete<BorderColor>;
borderRadius?: BorderRadius;
borderStartStartRadius?: AutoComplete<BorderRadius>;
borderStartEndRadius?: AutoComplete<BorderRadius>;
borderEndStartRadius?: AutoComplete<BorderRadius>;
borderEndEndRadius?: AutoComplete<BorderRadius>;
borderBottomLeftRadius?: AutoComplete<BorderRadius>;
borderBottomRightRadius?: AutoComplete<BorderRadius>;
borderTopLeftRadius?: AutoComplete<BorderRadius>;
borderTopRightRadius?: AutoComplete<BorderRadius>;
borderTopWidth?: AutoComplete<BorderWidth>;
borderWidth?: BorderWidth;
borderBlockStartWidth?: AutoComplete<BorderWidth>;
borderBlockEndWidth?: AutoComplete<BorderWidth>;
borderInlineStartWidth?: AutoComplete<BorderWidth>;
borderInlineEndWidth?: AutoComplete<BorderWidth>;
borderBottomWidth?: AutoComplete<BorderWidth>;
borderLeftWidth?: AutoComplete<BorderWidth>;
borderRightWidth?: AutoComplete<BorderWidth>;
borderTopWidth?: AutoComplete<BorderWidth>;
bottom?: AutoComplete<Space>;

@@ -865,6 +869,6 @@ boxShadow?: Shadow;

paddingBlockStart?: Space;
paddingBottom?: AutoComplete<Space>;
paddingInline?: Space;
paddingInlineEnd?: Space;
paddingInlineStart?: Space;
paddingBottom?: AutoComplete<Space>;
paddingLeft?: AutoComplete<Space>;

@@ -871,0 +875,0 @@ paddingRight?: AutoComplete<Space>;

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