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

@symbo.ls/dialog

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/dialog - npm Package Compare versions

Comparing version 2.11.267 to 2.11.269

37

index.js
'use strict'
import { Flex } from '@symbo.ls/atoms'
import { Button } from '@symbo.ls/button'
export const Dialog = {
extend: 'Flex',
tag: 'dialog',
export const Dialog = {
extend: Flex,
props: {
flow: 'column',
border: '0',
theme: 'dialog',

@@ -14,4 +15,28 @@ round: 'Z2'

export const DialogHeader = {
extend: 'Hgroup',
props: {
minWidth: '100%',
gap: 'A'
},
Title: {
props: { align: 'center space-between' },
Text: { text: 'Title' },
SquareButton: {
icon: 'x',
theme: 'transparent'
}
},
Paragraph: {
props: { color: 'caption' }
}
}
export const DialogFooter = {
extend: Flex,
extend: 'Flex',
props: {

@@ -25,3 +50,3 @@ align: 'center flex-end',

childExtend: {
extend: Button,
extend: 'Button',
props: {

@@ -28,0 +53,0 @@ textTransform: 'uppercase',

4

package.json
{
"name": "@symbo.ls/dialog",
"version": "2.11.267",
"version": "2.11.269",
"main": "index.js",
"license": "MIT",
"gitHead": "8641ea0f87d8ae5c7c0266f94a38f5714cac1e34",
"gitHead": "9539c62d29cc279dbe7e149aa96bb8ee019c7119",
"dependencies": {

@@ -8,0 +8,0 @@ "@symbo.ls/atoms": "latest",

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