@x-plat/design-system 0.4.3 → 0.4.4

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.
@@ -2,6 +2,7 @@
2
2
  .lib-xplat-pop-over {
3
3
  position: relative;
4
4
  z-index: 10;
5
+ width: fit-content;
5
6
  cursor: pointer;
6
7
  user-select: none;
7
8
  }
@@ -1984,6 +1984,7 @@
1984
1984
  .lib-xplat-pop-over {
1985
1985
  position: relative;
1986
1986
  z-index: 10;
1987
+ width: fit-content;
1987
1988
  cursor: pointer;
1988
1989
  user-select: none;
1989
1990
  }
package/dist/index.css CHANGED
@@ -1984,6 +1984,7 @@
1984
1984
  .lib-xplat-pop-over {
1985
1985
  position: relative;
1986
1986
  z-index: 10;
1987
+ width: fit-content;
1987
1988
  cursor: pointer;
1988
1989
  user-select: none;
1989
1990
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-plat/design-system",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "XPLAT UI Design System",
5
5
  "author": "XPLAT WOONG",
6
6
  "main": "dist/index.cjs",