@ncds/ui-admin 1.8.21-alpha.16 → 1.8.21-alpha.17

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.
@@ -2262,6 +2262,10 @@ button {
2262
2262
  }
2263
2263
  }
2264
2264
 
2265
+ .ncua-modal:has(.ncua-postcode-search-modal) .ncua-modal__header-divider {
2266
+ margin: 0;
2267
+ }
2268
+
2265
2269
  .ncua-modal__content:has(.ncua-postcode-search-modal) {
2266
2270
  display: flex;
2267
2271
  flex-direction: column;
@@ -2277,12 +2281,11 @@ button {
2277
2281
  position: sticky;
2278
2282
  top: 0;
2279
2283
  z-index: 1;
2280
- padding-inline: var(--padding-inline);
2284
+ padding: 16px var(--padding-inline) 20px;
2281
2285
  display: flex;
2282
2286
  flex-direction: column;
2283
2287
  gap: var(--spacing-s);
2284
2288
  background-color: var(--base-white);
2285
- padding-block-end: 20px;
2286
2289
  }
2287
2290
  .ncua-postcode-search-modal__search-area.is-fixed {
2288
2291
  border-block-end: 1px solid var(--gray-200);
@@ -4109,7 +4112,7 @@ button {
4109
4112
  list-style: none;
4110
4113
  }
4111
4114
  .ncua-pagination__item + .ncua-pagination__item {
4112
- margin-inline-start: 4px;
4115
+ margin-inline-start: 2px;
4113
4116
  margin-top: 0;
4114
4117
  }
4115
4118
  .ncua-pagination__page-num {
@@ -4118,8 +4121,8 @@ button {
4118
4121
  display: inline-flex;
4119
4122
  justify-content: center;
4120
4123
  align-items: center;
4121
- padding-inline: 10px;
4122
- min-width: 32px;
4124
+ padding-inline: 0;
4125
+ width: 32px;
4123
4126
  height: 32px;
4124
4127
  border-radius: 8px;
4125
4128
  border: 0;
@@ -2254,6 +2254,10 @@
2254
2254
  }
2255
2255
  }
2256
2256
 
2257
+ .ncua-modal:has(.ncua-postcode-search-modal) .ncua-modal__header-divider {
2258
+ margin: 0;
2259
+ }
2260
+
2257
2261
  .ncua-modal__content:has(.ncua-postcode-search-modal) {
2258
2262
  display: flex;
2259
2263
  flex-direction: column;
@@ -2269,12 +2273,11 @@
2269
2273
  position: sticky;
2270
2274
  top: 0;
2271
2275
  z-index: 1;
2272
- padding-inline: var(--padding-inline);
2276
+ padding: 16px var(--padding-inline) 20px;
2273
2277
  display: flex;
2274
2278
  flex-direction: column;
2275
2279
  gap: var(--spacing-s);
2276
2280
  background-color: var(--base-white);
2277
- padding-block-end: 20px;
2278
2281
  }
2279
2282
  .ncua-postcode-search-modal__search-area.is-fixed {
2280
2283
  border-block-end: 1px solid var(--gray-200);
@@ -4101,7 +4104,7 @@
4101
4104
  list-style: none;
4102
4105
  }
4103
4106
  .ncua-pagination__item + .ncua-pagination__item {
4104
- margin-inline-start: 4px;
4107
+ margin-inline-start: 2px;
4105
4108
  margin-top: 0;
4106
4109
  }
4107
4110
  .ncua-pagination__page-num {
@@ -4110,8 +4113,8 @@
4110
4113
  display: inline-flex;
4111
4114
  justify-content: center;
4112
4115
  align-items: center;
4113
- padding-inline: 10px;
4114
- min-width: 32px;
4116
+ padding-inline: 0;
4117
+ width: 32px;
4115
4118
  height: 32px;
4116
4119
  border-radius: 8px;
4117
4120
  border: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncds/ui-admin",
3
- "version": "1.8.21-alpha.16",
3
+ "version": "1.8.21-alpha.17",
4
4
  "description": "nhn-commerce의 어드민 디자인 시스템입니다.",
5
5
  "scripts": {
6
6
  "barrel": "node barrel.js",