@uniai-fe/ui-legacy 0.1.34 → 0.1.35

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.34",
3
+ "version": "0.1.35",
4
4
  "description": "Legacy UI Toolkit for UNIAI FE Projects",
5
5
  "type": "module",
6
6
  "private": false,
@@ -10,7 +10,7 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "packageManager": "pnpm@10.32.1",
13
+ "packageManager": "pnpm@10.33.0",
14
14
  "engines": {
15
15
  "node": ">=24",
16
16
  "pnpm": ">=10"
@@ -97,28 +97,28 @@
97
97
  "@mantine/dates": "^8.3.18",
98
98
  "@mantine/hooks": "^8.3.18",
99
99
  "@mantine/tiptap": "^8.3.18",
100
- "@tanstack/react-query": "^5.90.21",
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",
100
+ "@tanstack/react-query": "^5.97.0",
101
+ "@tiptap/core": "3.22.0",
102
+ "@tiptap/extension-blockquote": "3.22.0",
103
+ "@tiptap/extension-bold": "3.22.0",
104
+ "@tiptap/extension-code": "3.22.0",
105
+ "@tiptap/extension-code-block": "3.22.0",
106
+ "@tiptap/extension-document": "3.22.0",
107
+ "@tiptap/extension-hard-break": "3.22.0",
108
+ "@tiptap/extension-heading": "3.22.0",
109
+ "@tiptap/extension-horizontal-rule": "3.22.0",
110
+ "@tiptap/extension-italic": "3.22.0",
111
+ "@tiptap/extension-link": "3.22.0",
112
+ "@tiptap/extension-list": "3.22.0",
113
+ "@tiptap/extension-paragraph": "3.22.0",
114
+ "@tiptap/extension-placeholder": "3.22.0",
115
+ "@tiptap/extension-strike": "3.22.0",
116
+ "@tiptap/extension-text": "3.22.0",
117
+ "@tiptap/extension-text-align": "3.22.0",
118
+ "@tiptap/extension-underline": "3.22.0",
119
+ "@tiptap/pm": "3.22.0",
120
+ "@tiptap/react": "3.22.0",
121
+ "@tiptap/starter-kit": "3.22.0",
122
122
  "@types/node": "^24.10.2",
123
123
  "@types/react": "^19.2.14",
124
124
  "@types/react-dom": "^19.2.3",
@@ -137,20 +137,20 @@
137
137
  "dayjs": "^1.11.20",
138
138
  "eslint": "^9.39.2",
139
139
  "flatpickr": "^4.6.13",
140
- "jotai": "^2.18.1",
140
+ "jotai": "^2.19.1",
141
141
  "next": "^15.5.11",
142
- "postcss": "^8.5.8",
142
+ "postcss": "^8.5.9",
143
143
  "postcss-preset-mantine": "^1.18.0",
144
144
  "postcss-simple-vars": "^7.0.1",
145
145
  "pretendard": "^1.3.9",
146
146
  "pretendard-jp": "^1.3.9",
147
- "prettier": "^3.8.1",
148
- "react": "^19.2.4",
147
+ "prettier": "^3.8.2",
148
+ "react": "^19.2.5",
149
149
  "react-daum-postcode": "^4.0.0",
150
- "react-dom": "^19.2.4",
150
+ "react-dom": "^19.2.5",
151
151
  "react-flatpickr": "3.10.13",
152
- "react-hook-form": "^7.71.2",
153
- "sass": "^1.98.0",
152
+ "react-hook-form": "^7.72.1",
153
+ "sass": "^1.99.0",
154
154
  "simplebar-core": "^1.3.2",
155
155
  "simplebar-react": "3.3.2",
156
156
  "styled-components": "6.1.19",
@@ -61,8 +61,27 @@ const dropdownItem = styled.li<StyledSelectDropdownProps>`
61
61
  $width ? `calc(${styleBaseSize("rem", $width)} - .2rem)` : "100%"};
62
62
  --dropdown-button-height: var(--field-item-height);
63
63
 
64
+ --field-item-width: ${({ $width }) =>
65
+ $width ? `calc(${styleBaseSize("rem", $width)} - .2rem)` : "100%"};
66
+ --field-item-wrapper-width: 100%;
67
+ --field-label-width: auto;
68
+ --field-item-flex-wrap: nowrap;
64
69
  --field-item-padding-horizontal: 1.5rem;
65
70
  --field-item-margin-horizontal: 0rem;
71
+
72
+ .field-item-container,
73
+ .field-item-wrapper,
74
+ .field-item-label {
75
+ min-width: 0;
76
+ overflow: hidden;
77
+ }
78
+
79
+ .field-item-label {
80
+ span {
81
+ overflow: hidden;
82
+ text-overflow: ellipsis;
83
+ }
84
+ }
66
85
  `;
67
86
 
68
87
  const dropdownButton = styled(StyledDropdown.button)`
@@ -9,8 +9,8 @@ export const weatherCoordinate = atomWithReset<WeatherCoordinate>({
9
9
  lng: null,
10
10
  });
11
11
 
12
- export const harimCoordinate: WeatherCoordinate = {
13
- address: "전북 익산시",
14
- lat: 35.9372719,
15
- lng: 126.9601241,
16
- };
12
+ // export const harimCoordinate: WeatherCoordinate = {
13
+ // address: "전북 익산시",
14
+ // lat: 35.9372719,
15
+ // lng: 126.9601241,
16
+ // };