@cashdoc/cashdoc-cms-design-system 1.4.1 → 1.5.0

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # Cashdoc CMS Design System
2
2
 
3
+ 📘 [CCDS Contribution Guide](./CONTRIBUTING.md)
4
+
3
5
  Cashdoc CMS용 디자인 시스템 컴포넌트 라이브러리
4
6
 
5
7
  ## 문서
package/dist/index.es.js CHANGED
@@ -11088,7 +11088,8 @@ const yn = 40, Ha = 3, Zg = 26, Qg = (e) => {
11088
11088
  "justify-center overflow-hidden px-1",
11089
11089
  "text-[10px] leading-none font-medium text-ellipsis",
11090
11090
  "whitespace-nowrap text-cms-white",
11091
- "opacity-0 transition-opacity",
11091
+ "invisible opacity-0 transition-opacity",
11092
+ "group-data-[state=checked]:visible",
11092
11093
  "group-data-[state=checked]:opacity-100"
11093
11094
  ),
11094
11095
  style: { left: `${Ha}px` },
@@ -11102,8 +11103,9 @@ const yn = 40, Ha = 3, Zg = 26, Qg = (e) => {
11102
11103
  "absolute inset-y-0 flex w-(--switch-label-width) items-center",
11103
11104
  "justify-center overflow-hidden px-1",
11104
11105
  "text-[10px] leading-none font-medium text-ellipsis",
11105
- "whitespace-nowrap text-cms-gray-700 opacity-100",
11106
+ "visible whitespace-nowrap text-cms-gray-700 opacity-100",
11106
11107
  "transition-opacity",
11108
+ "group-data-[state=checked]:invisible",
11107
11109
  "group-data-[state=checked]:opacity-0"
11108
11110
  ),
11109
11111
  style: { right: `${Ha}px` },