Socket
Socket
Sign inDemoInstall

@kaakao-ui/box

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaakao-ui/box - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

dist/index.cjs.js

@@ -16,3 +16,3 @@ 'use strict';

'data-kaakao-id': 'box',
'data-kaakao-v': '0.0.9'
'data-kaakao-v': '0.0.10'
};

@@ -19,0 +19,0 @@ }).withConfig({

@@ -8,3 +8,3 @@ import { Background, BorderRadius, BoxShadow, Gradient, Layout, Other, Position, Space, Typography } from '@kaakao-ui/styled-mixins';

'data-kaakao-id': 'box',
'data-kaakao-v': '0.0.9'
'data-kaakao-v': '0.0.10'
};

@@ -11,0 +11,0 @@ }).withConfig({

import React from 'react';
import { IBackground, IBorderRadius, IBoxShadow, IGradient, ILayout, IOther, IPosition, ISpace, ITypography } from '@kaakao-ui/styled-mixins';
export interface IBox extends React.HTMLAttributes<HTMLDivElement>, IBackground, IBorderRadius, IBoxShadow, IGradient, Omit<ILayout, 'display'>, IOther, IPosition, ISpace, ITypography {
import { IBackground, IBorder, IBorderRadius, IBoxShadow, IGradient, ILayout, IOther, IPosition, ISpace, ITypography } from '@kaakao-ui/styled-mixins';
export interface IBox extends React.HTMLAttributes<HTMLDivElement>, IBackground, IBorder, IBorderRadius, IBoxShadow, IGradient, Omit<ILayout, 'display'>, IOther, IPosition, ISpace, ITypography {
display?: Exclude<ILayout['display'], 'flex' | 'grid' | 'inline-flex' | 'inline-grid'>;
testId?: string;
}
{
"name": "@kaakao-ui/box",
"version": "0.0.9",
"version": "0.0.10",
"description": "Box is the most abstract Kaakao-UI layout component.",

@@ -23,3 +23,3 @@ "license": "MIT",

"dependencies": {
"@kaakao-ui/styled-mixins": "^0.0.13"
"@kaakao-ui/styled-mixins": "^0.0.14"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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