@j-solution/components 2.0.1 → 2.0.2
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/README.md +4 -4
- package/assets/{jwms-portal-frontend-CMNvDI4l.css → jwms-portal-frontend-DbH22gPh.css} +1 -1
- package/assets/styles/j-components.css +1 -1
- package/components/molecules/JFormField.vue.cjs +1 -1
- package/components/molecules/JFormField.vue.js +1 -1
- package/components/molecules/JFormField.vue2.cjs +1 -1
- package/components/molecules/JFormField.vue2.cjs.map +1 -1
- package/components/molecules/JFormField.vue2.js +1 -1
- package/components/molecules/JFormField.vue2.js.map +1 -1
- package/components/organisms/JFilterBar.vue.cjs +1 -1
- package/components/organisms/JFilterBar.vue.js +2 -2
- package/components/organisms/JFilterBar.vue2.cjs.map +1 -1
- package/components/organisms/JFilterBar.vue2.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
|
|
7
7
|
J-Component는 Vue.js 3와 TypeScript를 기반으로 한 재사용 가능한 UI 컴포넌트 라이브러리입니다. shadcn/ui 디자인 시스템과 Atomic Design 패턴을 적용하여 일관성 있고 확장 가능한 컴포넌트를 제공합니다.
|
|
8
8
|
|
|
9
|
-
## 🚀 현재 버전: v2.0.
|
|
9
|
+
## 🚀 현재 버전: v2.0.2
|
|
10
10
|
|
|
11
11
|
**최신 업데이트 (2026년 2월 24일)**
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
12
|
+
- **필수 표시(`*`) 간격 축소**: 라벨 마지막 글자에 더 밀착되어 시각적으로 자연스러운 필수 필드 표시 (ml-1 → ml-0.5)
|
|
13
|
+
- **JFilterBar 배지 스타일 내재화**: 활성 필터 배지 스타일을 컴포넌트 scoped CSS로 이관 — 소비자 앱에서 별도 CSS 추가 불필요
|
|
14
|
+
- **드롭다운 옵션 컴팩트 내재화**: SelectItem/ComboboxItem 기본값 `text-xs py-1` — 소비자 앱 별도 CSS 패치 없이 컴팩트 드롭다운 제공
|
|
15
15
|
|
|
16
16
|
[전체 릴리즈 노트 보기](./RELEASE_NOTES.md)
|
|
17
17
|
|