@symbo.ls/button
Advanced tools
Comparing version 2.11.160 to 2.11.162
18
index.js
@@ -82,2 +82,19 @@ 'use strict' | ||
export const DropDownButton = { | ||
extend: Button, | ||
props: { | ||
gap: 'Y', | ||
boxSize: 'fit-content fit-content', | ||
padding: 'A B A A+X', | ||
round: 'Z', | ||
background: '#141416', | ||
color: 'white', | ||
icon: { | ||
name: 'chevronDown', | ||
fontSize: 'D' | ||
}, | ||
text: 'All' | ||
} | ||
} | ||
export const ButtonTemplate1 = { | ||
@@ -114,3 +131,2 @@ extend: Button, | ||
Icon: { props: { icon: 'circle' } } | ||
} |
{ | ||
"name": "@symbo.ls/button", | ||
"version": "2.11.160", | ||
"version": "2.11.162", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "f36bc99a2d0c1b771e3d8e104d1b1005b2b0a33a", | ||
"gitHead": "fe3359a1d6c14d38f45f5e5db10ef2056947a228", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@symbo.ls/atoms": "latest", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3758
117