@x-plat/design-system 0.3.5 → 0.3.6

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.
@@ -7,7 +7,6 @@
7
7
  display: flex;
8
8
  align-items: flex-end;
9
9
  gap: 2px;
10
- padding-left: 0.5rem;
11
10
  }
12
11
  .lib-xplat-card-tab .card-tab-trigger {
13
12
  position: relative;
@@ -710,7 +710,6 @@
710
710
  display: flex;
711
711
  align-items: flex-end;
712
712
  gap: 2px;
713
- padding-left: 0.5rem;
714
713
  }
715
714
  .lib-xplat-card-tab .card-tab-trigger {
716
715
  position: relative;
package/dist/index.css CHANGED
@@ -710,7 +710,6 @@
710
710
  display: flex;
711
711
  align-items: flex-end;
712
712
  gap: 2px;
713
- padding-left: 0.5rem;
714
713
  }
715
714
  .lib-xplat-card-tab .card-tab-trigger {
716
715
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-plat/design-system",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "XPLAT UI Design System",
5
5
  "author": "XPLAT WOONG",
6
6
  "main": "dist/index.cjs",