x-ui-design 0.3.26 → 0.3.27

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/dist/index.esm.js CHANGED
@@ -3484,7 +3484,7 @@ var Avatar = /*#__PURE__*/Object.freeze({
3484
3484
  default: SkeletonAvatar
3485
3485
  });
3486
3486
 
3487
- var css_248z$2 = ".xUi-skeleton-image{align-items:center;background:hsla(0,0%,75%,.2);display:flex;height:96px;justify-content:center;line-height:96px;vertical-align:top;width:96px}.xUi-skeleton-image .xUi-skeleton-icon{font-size:inherit!important}.xUi-skeleton-image svg{height:100%;line-height:48px;max-width:192px;width:48px}";
3487
+ var css_248z$2 = ".xUi-skeleton-image{align-items:center;background:hsla(0,0%,75%,.2);display:flex;height:96px;justify-content:center;line-height:96px;vertical-align:top;width:96px}.xUi-skeleton-image .xUi-skeleton-icon{font-size:inherit!important}.xUi-skeleton-image svg{display:flex;height:100%;line-height:48px;margin:0 auto;max-width:192px;width:48px}";
3488
3488
  styleInject(css_248z$2);
3489
3489
 
3490
3490
  const CUSTOm_ICON_SIZE = 48;
package/dist/index.js CHANGED
@@ -3486,7 +3486,7 @@ var Avatar = /*#__PURE__*/Object.freeze({
3486
3486
  default: SkeletonAvatar
3487
3487
  });
3488
3488
 
3489
- var css_248z$2 = ".xUi-skeleton-image{align-items:center;background:hsla(0,0%,75%,.2);display:flex;height:96px;justify-content:center;line-height:96px;vertical-align:top;width:96px}.xUi-skeleton-image .xUi-skeleton-icon{font-size:inherit!important}.xUi-skeleton-image svg{height:100%;line-height:48px;max-width:192px;width:48px}";
3489
+ var css_248z$2 = ".xUi-skeleton-image{align-items:center;background:hsla(0,0%,75%,.2);display:flex;height:96px;justify-content:center;line-height:96px;vertical-align:top;width:96px}.xUi-skeleton-image .xUi-skeleton-icon{font-size:inherit!important}.xUi-skeleton-image svg{display:flex;height:100%;line-height:48px;margin:0 auto;max-width:192px;width:48px}";
3490
3490
  styleInject(css_248z$2);
3491
3491
 
3492
3492
  const CUSTOm_ICON_SIZE = 48;
@@ -18,4 +18,6 @@
18
18
  height: 100%;
19
19
  max-width: 192px;
20
20
  line-height: 48px;
21
+ display: flex;
22
+ margin: 0 auto;
21
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-ui-design",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "license": "ISC",
5
5
  "author": "Gabriel Boyajyan",
6
6
  "main": "dist/index.js",