@ncds/ui-admin 1.1.2 → 1.1.3

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.
@@ -2877,6 +2877,12 @@ button {
2877
2877
  .ncua-date-picker .flatpickr-months .flatpickr-next-month:hover svg {
2878
2878
  fill: initial;
2879
2879
  }
2880
+ .ncua-date-picker .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
2881
+ .ncua-date-picker .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
2882
+ opacity: 0.5;
2883
+ cursor: not-allowed;
2884
+ display: initial;
2885
+ }
2880
2886
  .ncua-date-picker .flatpickr-months .flatpickr-month {
2881
2887
  overflow: visible;
2882
2888
  flex: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncds/ui-admin",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "nhn-commerce의 어드민 디자인 시스템입니다.",
5
5
  "scripts": {
6
6
  "barrel": "node barrel.js",