@x-plat/design-system 0.3.2 → 0.3.3

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.
@@ -32,6 +32,9 @@
32
32
  width: 20px;
33
33
  height: 20px;
34
34
  flex-shrink: 0;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: center;
35
38
  transition: transform 0.25s ease;
36
39
  color: var(--xplat-neutral-500);
37
40
  }
@@ -410,6 +410,9 @@
410
410
  width: 20px;
411
411
  height: 20px;
412
412
  flex-shrink: 0;
413
+ display: flex;
414
+ align-items: center;
415
+ justify-content: center;
413
416
  transition: transform 0.25s ease;
414
417
  color: var(--xplat-neutral-500);
415
418
  }
package/dist/index.css CHANGED
@@ -410,6 +410,9 @@
410
410
  width: 20px;
411
411
  height: 20px;
412
412
  flex-shrink: 0;
413
+ display: flex;
414
+ align-items: center;
415
+ justify-content: center;
413
416
  transition: transform 0.25s ease;
414
417
  color: var(--xplat-neutral-500);
415
418
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-plat/design-system",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "XPLAT UI Design System",
5
5
  "author": "XPLAT WOONG",
6
6
  "main": "dist/index.cjs",