@x-plat/design-system 0.5.65 → 0.5.66

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.
@@ -101,6 +101,4 @@
101
101
  .lib-xplat-checkbox > .label {
102
102
  color: var(--semantic-text-strong);
103
103
  font-weight: 400;
104
- line-height: 1em;
105
- padding-top: 1px;
106
104
  }
@@ -2866,8 +2866,6 @@
2866
2866
  .lib-xplat-checkbox > .label {
2867
2867
  color: var(--semantic-text-strong);
2868
2868
  font-weight: 400;
2869
- line-height: 1em;
2870
- padding-top: 1px;
2871
2869
  }
2872
2870
 
2873
2871
  /* src/components/Chip/chip.scss */
package/dist/index.css CHANGED
@@ -2866,8 +2866,6 @@
2866
2866
  .lib-xplat-checkbox > .label {
2867
2867
  color: var(--semantic-text-strong);
2868
2868
  font-weight: 400;
2869
- line-height: 1em;
2870
- padding-top: 1px;
2871
2869
  }
2872
2870
 
2873
2871
  /* src/components/Chip/chip.scss */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-plat/design-system",
3
- "version": "0.5.65",
3
+ "version": "0.5.66",
4
4
  "description": "XPLAT UI Design System",
5
5
  "author": "XPLAT WOONG",
6
6
  "main": "dist/index.cjs",