@ncds/ui-admin 1.8.6 → 1.8.7

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.
@@ -3080,6 +3080,7 @@ button {
3080
3080
  display: flex;
3081
3081
  flex-direction: column;
3082
3082
  gap: 4px;
3083
+ width: max-content;
3083
3084
  max-width: 320px;
3084
3085
  overflow-wrap: anywhere;
3085
3086
  font-family: var(--font-families-commerce-sans);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncds/ui-admin",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "nhn-commerce의 어드민 디자인 시스템입니다.",
5
5
  "scripts": {
6
6
  "barrel": "node barrel.js",