@symbo.ls/button 2.11.160 → 2.11.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +17 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -79,6 +79,23 @@ export const CancelConfirmButtons = {
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
+
export const DropDownButton = {
|
|
83
|
+
extend: Button,
|
|
84
|
+
props: {
|
|
85
|
+
gap: 'Y',
|
|
86
|
+
boxSize: 'fit-content fit-content',
|
|
87
|
+
padding: 'A B A A+X',
|
|
88
|
+
round: 'Z',
|
|
89
|
+
background: '#141416',
|
|
90
|
+
color: 'white',
|
|
91
|
+
icon: {
|
|
92
|
+
name: 'chevronDown',
|
|
93
|
+
fontSize: 'D'
|
|
94
|
+
},
|
|
95
|
+
text: 'All'
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
82
99
|
export const ButtonTemplate1 = {
|
|
83
100
|
extend: Button,
|
|
84
101
|
props: {
|
|
@@ -110,5 +127,4 @@ export const ButtonTemplate4 = {
|
|
|
110
127
|
icon: {},
|
|
111
128
|
text: 'Button',
|
|
112
129
|
Icon: { props: { icon: 'circle' } }
|
|
113
|
-
|
|
114
130
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/button",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.162",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "fe3359a1d6c14d38f45f5e5db10ef2056947a228",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@symbo.ls/atoms": "latest",
|
|
9
9
|
"@symbo.ls/icon": "latest"
|