@compill/admin 1.0.50 → 1.0.51

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.cjs.js CHANGED
@@ -188,7 +188,11 @@ function ButtonBarButton(_a) {
188
188
  scheme: "dark",
189
189
  size: "sm",
190
190
  aspectRatio: icon && !children ? "square" : undefined,
191
- variant: "borderless"
191
+ variant: "borderless",
192
+ dflex: true,
193
+ alignItems: "center",
194
+ placeContent: "center",
195
+ gap: "2"
192
196
  }, props, {
193
197
  children: [icon && jsxRuntime.jsx(ui.Icon, {
194
198
  path: icon
package/index.esm.js CHANGED
@@ -179,7 +179,11 @@ function ButtonBarButton(_a) {
179
179
  scheme: "dark",
180
180
  size: "sm",
181
181
  aspectRatio: icon && !children ? "square" : undefined,
182
- variant: "borderless"
182
+ variant: "borderless",
183
+ dflex: true,
184
+ alignItems: "center",
185
+ placeContent: "center",
186
+ gap: "2"
183
187
  }, props, {
184
188
  children: [icon && jsx(Icon, {
185
189
  path: icon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compill/admin",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "module": "./index.esm.js",
5
5
  "main": "./index.cjs.js"
6
6
  }