@x-plat/design-system 0.5.63 → 0.5.64

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.
@@ -39,6 +39,7 @@
39
39
  }
40
40
  .lib-xplat-checkbox > .checkbox {
41
41
  display: flex;
42
+ flex-shrink: 0;
42
43
  align-items: center;
43
44
  justify-content: center;
44
45
  border-radius: var(--spacing-radius-sm);
@@ -48,6 +48,7 @@
48
48
  border: 2px solid var(--semantic-border-strong);
49
49
  border-radius: 50%;
50
50
  display: flex;
51
+ flex-shrink: 0;
51
52
  align-items: center;
52
53
  justify-content: center;
53
54
  cursor: pointer;
@@ -2757,6 +2757,7 @@
2757
2757
  }
2758
2758
  .lib-xplat-checkbox > .checkbox {
2759
2759
  display: flex;
2760
+ flex-shrink: 0;
2760
2761
  align-items: center;
2761
2762
  justify-content: center;
2762
2763
  border-radius: var(--spacing-radius-sm);
@@ -4170,6 +4171,7 @@
4170
4171
  border: 2px solid var(--semantic-border-strong);
4171
4172
  border-radius: 50%;
4172
4173
  display: flex;
4174
+ flex-shrink: 0;
4173
4175
  align-items: center;
4174
4176
  justify-content: center;
4175
4177
  cursor: pointer;
package/dist/index.css CHANGED
@@ -2757,6 +2757,7 @@
2757
2757
  }
2758
2758
  .lib-xplat-checkbox > .checkbox {
2759
2759
  display: flex;
2760
+ flex-shrink: 0;
2760
2761
  align-items: center;
2761
2762
  justify-content: center;
2762
2763
  border-radius: var(--spacing-radius-sm);
@@ -4170,6 +4171,7 @@
4170
4171
  border: 2px solid var(--semantic-border-strong);
4171
4172
  border-radius: 50%;
4172
4173
  display: flex;
4174
+ flex-shrink: 0;
4173
4175
  align-items: center;
4174
4176
  justify-content: center;
4175
4177
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-plat/design-system",
3
- "version": "0.5.63",
3
+ "version": "0.5.64",
4
4
  "description": "XPLAT UI Design System",
5
5
  "author": "XPLAT WOONG",
6
6
  "main": "dist/index.cjs",