@cnc-ti/layout-basic 8.3.11 → 8.3.13
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 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2658,7 +2658,7 @@ var buttonVariants = cva(
|
|
|
2658
2658
|
create: "cnc-bg-brand-green-100 cnc-border-brand-green-200 hover:cnc-bg-brand-green-100/80",
|
|
2659
2659
|
secondary: "cnc-bg-brand-gray-20 cnc-text-secondary-foreground hover:cnc-brightness-95",
|
|
2660
2660
|
danger: "cnc-bg-brand-red-500 cnc-border-brand-red-600 hover:cnc-bg-brand-red-500/80",
|
|
2661
|
-
outline: "cnc-border cnc-border-input cnc-text-brand-gray-200 cnc-bg-background cnc-shadow-sm hover:cnc-bg-brand-blue-50
|
|
2661
|
+
outline: "cnc-border cnc-border-input cnc-text-brand-gray-200 cnc-bg-background cnc-shadow-sm hover:cnc-bg-brand-blue-50 cnc-text-accent-foreground",
|
|
2662
2662
|
default: "cnc-bg-primary cnc-text-primary-foreground hover:cnc-bg-primary/90"
|
|
2663
2663
|
},
|
|
2664
2664
|
size: {
|
|
@@ -12102,7 +12102,7 @@ var Checkbox = React75.forwardRef(
|
|
|
12102
12102
|
({ className, id, label, ...props }, ref) => {
|
|
12103
12103
|
console.log();
|
|
12104
12104
|
const idGenerate = id ? id : label && `field-${Date.now()}-${Math.random() * 1e5}`;
|
|
12105
|
-
return /* @__PURE__ */ jsxs12("div", { className: "cnc-w-full cnc-flex cnc-flex-row
|
|
12105
|
+
return /* @__PURE__ */ jsxs12("div", { className: "cnc-w-full cnc-flex cnc-flex-row", children: [
|
|
12106
12106
|
/* @__PURE__ */ jsx38(
|
|
12107
12107
|
"input",
|
|
12108
12108
|
{
|