Socket
Socket
Sign inDemoInstall

@commercetools-uikit/spacings-stack

Package Overview
Dependencies
Maintainers
3
Versions
739
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/spacings-stack - npm Package Compare versions

Comparing version 0.0.0-canary-20240805095513 to 0.0.0-canary-20240807084212

10

dist/declarations/src/stack.d.ts
import { ReactNode } from 'react';
export type TAlignItem = 'stretch' | 'flex-start' | 'flex-end' | 'center' | 'baseline' | 'flexStart' | 'flexEnd';
export type TAlignItem = 'stretch' | 'flex-start' | 'flex-end' | 'center' | 'baseline'
/**
* @deprecated Use `flex-start` instead.
*/
| 'flexStart'
/**
* @deprecated Use `flex-end` instead.
*/
| 'flexEnd';
export type TScale = 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl' | 'xxxl';

@@ -4,0 +12,0 @@ export type TStackProps = {

6

package.json
{
"name": "@commercetools-uikit/spacings-stack",
"description": "A stack spacing component renders its children vertically with a consistent spacing between them.",
"version": "0.0.0-canary-20240805095513",
"version": "0.0.0-canary-20240807084212",
"bugs": "https://github.com/commercetools/ui-kit/issues",

@@ -32,4 +32,4 @@ "repository": {

"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/design-system": "0.0.0-canary-20240805095513",
"@commercetools-uikit/utils": "0.0.0-canary-20240805095513",
"@commercetools-uikit/design-system": "0.0.0-canary-20240807084212",
"@commercetools-uikit/utils": "0.0.0-canary-20240807084212",
"@emotion/react": "^11.10.5",

@@ -36,0 +36,0 @@ "prop-types": "15.8.1"

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