@uniai-fe/ui-legacy 0.1.30 → 0.1.31

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/ui-legacy",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Legacy UI Toolkit for UNIAI FE Projects",
5
5
  "type": "module",
6
6
  "private": false,
@@ -71,8 +71,8 @@
71
71
  "react-daum-postcode": ">= 3",
72
72
  "@dnd-kit/core": ">= 6",
73
73
  "@dnd-kit/utilities": ">= 3",
74
- "@tiptap/core": "3.20.2",
75
- "@tiptap/react": "3.20.2",
74
+ "@tiptap/core": "3.20.4",
75
+ "@tiptap/react": "3.20.4",
76
76
  "@uniai-fe/i18n": ">= 0.1.5",
77
77
  "@uniai-fe/react-hooks": ">= 0.1.8",
78
78
  "@uniai-fe/util-functions": ">= 0.2.11",
@@ -93,32 +93,32 @@
93
93
  "@dnd-kit/core": "^6.3.1",
94
94
  "@dnd-kit/sortable": "^10.0.0",
95
95
  "@dnd-kit/utilities": "^3.2.2",
96
- "@mantine/core": "^8.3.17",
97
- "@mantine/dates": "^8.3.17",
98
- "@mantine/hooks": "^8.3.17",
99
- "@mantine/tiptap": "^8.3.17",
96
+ "@mantine/core": "^8.3.18",
97
+ "@mantine/dates": "^8.3.18",
98
+ "@mantine/hooks": "^8.3.18",
99
+ "@mantine/tiptap": "^8.3.18",
100
100
  "@tanstack/react-query": "^5.90.21",
101
- "@tiptap/core": "3.20.2",
102
- "@tiptap/extension-blockquote": "3.20.2",
103
- "@tiptap/extension-bold": "3.20.2",
104
- "@tiptap/extension-code": "3.20.2",
105
- "@tiptap/extension-code-block": "3.20.2",
106
- "@tiptap/extension-document": "3.20.2",
107
- "@tiptap/extension-hard-break": "3.20.2",
108
- "@tiptap/extension-heading": "3.20.2",
109
- "@tiptap/extension-horizontal-rule": "3.20.2",
110
- "@tiptap/extension-italic": "3.20.2",
111
- "@tiptap/extension-link": "3.20.2",
112
- "@tiptap/extension-list": "3.20.2",
113
- "@tiptap/extension-paragraph": "3.20.2",
114
- "@tiptap/extension-placeholder": "3.20.2",
115
- "@tiptap/extension-strike": "3.20.2",
116
- "@tiptap/extension-text": "3.20.2",
117
- "@tiptap/extension-text-align": "3.20.2",
118
- "@tiptap/extension-underline": "3.20.2",
119
- "@tiptap/pm": "3.20.2",
120
- "@tiptap/react": "3.20.2",
121
- "@tiptap/starter-kit": "3.20.2",
101
+ "@tiptap/core": "3.20.4",
102
+ "@tiptap/extension-blockquote": "3.20.4",
103
+ "@tiptap/extension-bold": "3.20.4",
104
+ "@tiptap/extension-code": "3.20.4",
105
+ "@tiptap/extension-code-block": "3.20.4",
106
+ "@tiptap/extension-document": "3.20.4",
107
+ "@tiptap/extension-hard-break": "3.20.4",
108
+ "@tiptap/extension-heading": "3.20.4",
109
+ "@tiptap/extension-horizontal-rule": "3.20.4",
110
+ "@tiptap/extension-italic": "3.20.4",
111
+ "@tiptap/extension-link": "3.20.4",
112
+ "@tiptap/extension-list": "3.20.4",
113
+ "@tiptap/extension-paragraph": "3.20.4",
114
+ "@tiptap/extension-placeholder": "3.20.4",
115
+ "@tiptap/extension-strike": "3.20.4",
116
+ "@tiptap/extension-text": "3.20.4",
117
+ "@tiptap/extension-text-align": "3.20.4",
118
+ "@tiptap/extension-underline": "3.20.4",
119
+ "@tiptap/pm": "3.20.4",
120
+ "@tiptap/react": "3.20.4",
121
+ "@tiptap/starter-kit": "3.20.4",
122
122
  "@types/node": "^24.10.2",
123
123
  "@types/react": "^19.2.14",
124
124
  "@types/react-dom": "^19.2.3",
@@ -62,7 +62,7 @@ export default function SelectDefault({
62
62
  return;
63
63
  }
64
64
  // 변경 설명: disabled placeholder 옵션도 기본 표시값/빈값 선택 상태로 유지해야 하므로 목록에서 제외하지 않는다.
65
- setOptions(selectItems);
65
+ setOptions(selectItems.filter(option => !option.disabled));
66
66
  }, [selectItems, selectOptionList.length]);
67
67
 
68
68
  const setRegisterValue = useCallback(