@symbo.ls/button 2.11.231 → 2.11.247

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -143,7 +143,6 @@ export const DropDownButton = {
143
143
  boxSize: 'fit-content fit-content',
144
144
  padding: 'Z1 A1 Z Z1',
145
145
  theme: 'dialog',
146
- color: 'white',
147
146
  Icon: {
148
147
  name: 'chevronDown',
149
148
  fontSize: 'D'
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/button",
3
- "version": "2.11.231",
3
+ "version": "2.11.247",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "5d29ff74b50f1feeeff85976496c4320fce96f71",
6
+ "gitHead": "8d02fd2978b0ae207eab84fcb3f5e2be11351e61",
7
7
  "dependencies": {
8
8
  "@symbo.ls/atoms": "latest",
9
9
  "@symbo.ls/icon": "latest"