@x-plat/design-system 0.5.59 → 0.5.60

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.
@@ -1,7 +1,7 @@
1
1
  /* src/components/CheckBox/checkbox.scss */
2
2
  .lib-xplat-checkbox {
3
3
  display: flex;
4
- align-items: center;
4
+ align-items: flex-start;
5
5
  gap: var(--spacing-space-2);
6
6
  cursor: pointer;
7
7
  user-select: none;
@@ -1,7 +1,7 @@
1
1
  /* src/components/Radio/radio.scss */
2
2
  .lib-xplat-radio {
3
3
  display: flex;
4
- align-items: center;
4
+ align-items: flex-start;
5
5
  gap: var(--spacing-space-2);
6
6
  user-select: none;
7
7
  cursor: pointer;
@@ -2684,7 +2684,7 @@
2684
2684
  /* src/components/CheckBox/checkbox.scss */
2685
2685
  .lib-xplat-checkbox {
2686
2686
  display: flex;
2687
- align-items: center;
2687
+ align-items: flex-start;
2688
2688
  gap: var(--spacing-space-2);
2689
2689
  cursor: pointer;
2690
2690
  user-select: none;
@@ -4086,7 +4086,7 @@
4086
4086
  /* src/components/Radio/radio.scss */
4087
4087
  .lib-xplat-radio {
4088
4088
  display: flex;
4089
- align-items: center;
4089
+ align-items: flex-start;
4090
4090
  gap: var(--spacing-space-2);
4091
4091
  user-select: none;
4092
4092
  cursor: pointer;
package/dist/index.css CHANGED
@@ -2684,7 +2684,7 @@
2684
2684
  /* src/components/CheckBox/checkbox.scss */
2685
2685
  .lib-xplat-checkbox {
2686
2686
  display: flex;
2687
- align-items: center;
2687
+ align-items: flex-start;
2688
2688
  gap: var(--spacing-space-2);
2689
2689
  cursor: pointer;
2690
2690
  user-select: none;
@@ -4086,7 +4086,7 @@
4086
4086
  /* src/components/Radio/radio.scss */
4087
4087
  .lib-xplat-radio {
4088
4088
  display: flex;
4089
- align-items: center;
4089
+ align-items: flex-start;
4090
4090
  gap: var(--spacing-space-2);
4091
4091
  user-select: none;
4092
4092
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-plat/design-system",
3
- "version": "0.5.59",
3
+ "version": "0.5.60",
4
4
  "description": "XPLAT UI Design System",
5
5
  "author": "XPLAT WOONG",
6
6
  "main": "dist/index.cjs",