sh-ui-cli 0.114.0 → 0.115.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/data/changelog/versions.json +14 -0
- package/data/registry/react/components/rich-text-editor/index.module.tsx +523 -171
- package/data/registry/react/components/rich-text-editor/index.tailwind.tsx +596 -70
- package/data/registry/react/components/rich-text-editor/index.tsx +523 -171
- package/data/registry/react/components/rich-text-editor/styles.css +103 -5
- package/data/registry/react/components/rich-text-editor/styles.module.css +103 -5
- package/data/registry/react/registry.json +319 -963
- package/data/registry/react/tokens-used.json +4 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$description": "컴포넌트별 토큰 의존성 (var(--*) 추출). build-registry-tokens.mjs 가 자동 생성.",
|
|
3
|
-
"$generated": "2026-
|
|
3
|
+
"$generated": "2026-06-01T06:54:04.570Z",
|
|
4
4
|
"components": {
|
|
5
5
|
"button": {
|
|
6
6
|
"plain": [
|
|
@@ -533,6 +533,7 @@
|
|
|
533
533
|
"--primary",
|
|
534
534
|
"--radius",
|
|
535
535
|
"--ring",
|
|
536
|
+
"--sh-ui-rte-c-",
|
|
536
537
|
"--space-1",
|
|
537
538
|
"--space-2",
|
|
538
539
|
"--space-3",
|
|
@@ -551,6 +552,7 @@
|
|
|
551
552
|
"--opacity-disabled",
|
|
552
553
|
"--primary",
|
|
553
554
|
"--radius",
|
|
555
|
+
"--sh-ui-rte-c-",
|
|
554
556
|
"--space-1",
|
|
555
557
|
"--space-2",
|
|
556
558
|
"--space-3",
|
|
@@ -571,6 +573,7 @@
|
|
|
571
573
|
"--primary",
|
|
572
574
|
"--radius",
|
|
573
575
|
"--ring",
|
|
576
|
+
"--sh-ui-rte-c-",
|
|
574
577
|
"--space-1",
|
|
575
578
|
"--space-2",
|
|
576
579
|
"--space-3",
|