Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kaakao-ui/grid

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaakao-ui/grid - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/index.cjs.js

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

'data-kaakao-id': 'grid',
'data-kaakao-v': '0.0.4'
'data-kaakao-v': '0.0.5'
};

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

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

'data-kaakao-id': 'grid',
'data-kaakao-v': '0.0.4'
'data-kaakao-v': '0.0.5'
};

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

import React from 'react';
import { IBackground, IBorderRadius, IBoxShadow, IGrid as IGridProps, IGradient, ILayout, IOther, IPosition, ISpace, ITypography } from '@kaakao-ui/styled-mixins';
export interface IGrid extends React.HTMLAttributes<HTMLDivElement>, IBackground, IBorderRadius, IBoxShadow, IGridProps, IGradient, Omit<ILayout, 'display'>, IOther, IPosition, ISpace, ITypography {
import { IBackground, IBorder, IBorderRadius, IBoxShadow, IGrid as IGridProps, IGradient, ILayout, IOther, IPosition, ISpace, ITypography } from '@kaakao-ui/styled-mixins';
export interface IGrid extends React.HTMLAttributes<HTMLDivElement>, IBackground, IBorder, IBorderRadius, IBoxShadow, IGridProps, IGradient, Omit<ILayout, 'display'>, IOther, IPosition, ISpace, ITypography {
display?: Extract<ILayout['display'], 'grid' | 'inline-grid'>;
testId?: string;
}
{
"name": "@kaakao-ui/grid",
"version": "0.0.4",
"version": "0.0.5",
"description": "The base Grid component from Kaakao-UI.",

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

"dependencies": {
"@kaakao-ui/styled-mixins": "^0.0.12"
"@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