@cnc-ti/layout-basic 8.3.20 → 8.3.21
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.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10601,7 +10601,6 @@ import * as React57 from "react";
|
|
|
10601
10601
|
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
10602
10602
|
var Tabs = TabsPrimitive.Root;
|
|
10603
10603
|
var TabsList = React57.forwardRef(({ className, ...props }, ref) => {
|
|
10604
|
-
console.log({ props });
|
|
10605
10604
|
return /* @__PURE__ */ jsx31(
|
|
10606
10605
|
TabsPrimitive.List,
|
|
10607
10606
|
{
|
|
@@ -10617,7 +10616,7 @@ var TabsTrigger = React57.forwardRef(({ className, ...props }, ref) => /* @__PUR
|
|
|
10617
10616
|
{
|
|
10618
10617
|
ref,
|
|
10619
10618
|
className: cn(
|
|
10620
|
-
"cnc-data-[state=active]:bg-muted cnc-data-[state=active]:text-primary cnc-relative cnc-text-sm cnc-font-
|
|
10619
|
+
"cnc-data-[state=active]:bg-muted cnc-data-[state=active]:text-primary cnc-relative cnc-text-sm cnc-font-normal cnc-px-4 cnc-py-2 cnc-bg-[#00000005] data-[state=active]:cnc-bg-white data-[state=active]:cnc-text-[#04319bfd] data-[state=active]:cnc-font-bold cnc-border-l cnc-border-r cnc-border-t cnc-rounded-tl-sm cnc-rounded-tr-sm ",
|
|
10621
10620
|
className
|
|
10622
10621
|
),
|
|
10623
10622
|
...props
|
|
@@ -10625,7 +10624,6 @@ var TabsTrigger = React57.forwardRef(({ className, ...props }, ref) => /* @__PUR
|
|
|
10625
10624
|
));
|
|
10626
10625
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
|
10627
10626
|
var TabsContent = React57.forwardRef(({ className, children, ...props }, ref) => {
|
|
10628
|
-
console.log({ className });
|
|
10629
10627
|
return /* @__PURE__ */ jsx31(
|
|
10630
10628
|
TabsPrimitive.Content,
|
|
10631
10629
|
{
|
|
@@ -10682,7 +10680,6 @@ import * as React59 from "react";
|
|
|
10682
10680
|
import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
10683
10681
|
var Checkbox = React59.forwardRef(
|
|
10684
10682
|
({ className, id, label, ...props }, ref) => {
|
|
10685
|
-
console.log();
|
|
10686
10683
|
const idGenerate = id ? id : label && `field-${Date.now()}-${Math.random() * 1e5}`;
|
|
10687
10684
|
return /* @__PURE__ */ jsxs11("div", { className: "cnc-w-full cnc-flex cnc-flex-row", children: [
|
|
10688
10685
|
/* @__PURE__ */ jsx33(
|