tccd-ui 0.0.77 → 0.0.79
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/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +49 -49
- package/dist/index.d.mts +0 -212
- package/dist/index.d.ts +0 -212
package/dist/index.js
CHANGED
|
@@ -152,8 +152,8 @@ function Checkbox({
|
|
|
152
152
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
153
153
|
"span",
|
|
154
154
|
{
|
|
155
|
-
className: "\n absolute left-0 top-1/2 -translate-y-1/2 w-5 h-5 rounded-md\n border-2 border-gray-300 dark:border-gray-600 bg-white dark:bg-gray-900\n peer-checked:bg-primary peer-checked:border-primary\n flex items-center justify-center\n transition-colors\n pointer-events-none\n ",
|
|
156
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
155
|
+
className: "\r\n absolute left-0 top-1/2 -translate-y-1/2 w-5 h-5 rounded-md\r\n border-2 border-gray-300 dark:border-gray-600 bg-white dark:bg-gray-900\r\n peer-checked:bg-primary peer-checked:border-primary\r\n flex items-center justify-center\r\n transition-colors\r\n pointer-events-none\r\n ",
|
|
156
|
+
children: checked && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
157
157
|
"svg",
|
|
158
158
|
{
|
|
159
159
|
className: "w-4 h-4 text-white",
|
|
@@ -1559,7 +1559,7 @@ function Radiobutton({
|
|
|
1559
1559
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
1560
1560
|
"span",
|
|
1561
1561
|
{
|
|
1562
|
-
className: "\n absolute left-0 top-1/2 -translate-y-1/2 w-5 h-5 rounded-full\n border-2 border-gray-300 dark:border-gray-600 bg-background dark:bg-gray-900\n flex items-center justify-center\n transition-colors\n pointer-events-none\n ",
|
|
1562
|
+
className: "\r\n absolute left-0 top-1/2 -translate-y-1/2 w-5 h-5 rounded-full\r\n border-2 border-gray-300 dark:border-gray-600 bg-background dark:bg-gray-900\r\n flex items-center justify-center\r\n transition-colors\r\n pointer-events-none\r\n ",
|
|
1563
1563
|
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
1564
1564
|
"span",
|
|
1565
1565
|
{
|