@ncds/ui-admin 1.8.21-alpha.13 → 1.8.21-alpha.14

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.
@@ -2333,7 +2333,7 @@ button {
2333
2333
 
2334
2334
  .ncua-postcode-search-modal__list {
2335
2335
  padding-inline: var(--padding-inline);
2336
- margin-block: var(--spacing-m) 0;
2336
+ margin-block: 8px 0;
2337
2337
  }
2338
2338
 
2339
2339
  .ncua-postcode-search-modal__item {
@@ -2402,6 +2402,7 @@ button {
2402
2402
  }
2403
2403
 
2404
2404
  .ncua-postcode-search-modal__tip {
2405
+ margin-inline-start: 6px;
2405
2406
  padding-inline: var(--padding-inline);
2406
2407
  color: var(--gray-500);
2407
2408
  font-size: var(--font-size-xxs);
@@ -2448,6 +2449,14 @@ button {
2448
2449
  left: 0;
2449
2450
  }
2450
2451
 
2452
+ .ncua-postcode-search-modal__tip-combination {
2453
+ font-weight: var(--font-weights-commerce-sans-1);
2454
+ }
2455
+
2456
+ .ncua-postcode-search-modal__tip-example {
2457
+ font-weight: var(--font-weights-commerce-sans-0);
2458
+ }
2459
+
2451
2460
  .ncua-postcode-search-modal__pagination {
2452
2461
  display: flex;
2453
2462
  justify-content: center;
@@ -2325,7 +2325,7 @@
2325
2325
 
2326
2326
  .ncua-postcode-search-modal__list {
2327
2327
  padding-inline: var(--padding-inline);
2328
- margin-block: var(--spacing-m) 0;
2328
+ margin-block: 8px 0;
2329
2329
  }
2330
2330
 
2331
2331
  .ncua-postcode-search-modal__item {
@@ -2394,6 +2394,7 @@
2394
2394
  }
2395
2395
 
2396
2396
  .ncua-postcode-search-modal__tip {
2397
+ margin-inline-start: 6px;
2397
2398
  padding-inline: var(--padding-inline);
2398
2399
  color: var(--gray-500);
2399
2400
  font-size: var(--font-size-xxs);
@@ -2440,6 +2441,14 @@
2440
2441
  left: 0;
2441
2442
  }
2442
2443
 
2444
+ .ncua-postcode-search-modal__tip-combination {
2445
+ font-weight: var(--font-weights-commerce-sans-1);
2446
+ }
2447
+
2448
+ .ncua-postcode-search-modal__tip-example {
2449
+ font-weight: var(--font-weights-commerce-sans-0);
2450
+ }
2451
+
2443
2452
  .ncua-postcode-search-modal__pagination {
2444
2453
  display: flex;
2445
2454
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncds/ui-admin",
3
- "version": "1.8.21-alpha.13",
3
+ "version": "1.8.21-alpha.14",
4
4
  "description": "nhn-commerce의 어드민 디자인 시스템입니다.",
5
5
  "scripts": {
6
6
  "barrel": "node barrel.js",