@ikatec/nebula-react 1.4.0 → 1.4.1-beta.1
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.
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -2600,44 +2600,44 @@ var AlertDialogCancel = React35__namespace.forwardRef(({ children, className, va
|
|
|
2600
2600
|
}
|
|
2601
2601
|
));
|
|
2602
2602
|
AlertDialogCancel.displayName = AlertDialogPrimitive__namespace.Cancel.displayName;
|
|
2603
|
-
var Checkbox = React35__namespace.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2603
|
+
var Checkbox = React35__namespace.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "nebula-ds relative", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "nebula-ds relative", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2604
2604
|
CheckboxPrimitive__namespace.Root,
|
|
2605
2605
|
{
|
|
2606
2606
|
ref,
|
|
2607
2607
|
className: cn(
|
|
2608
2608
|
`
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2609
|
+
peer
|
|
2610
|
+
shrink-0
|
|
2611
|
+
h-4
|
|
2612
|
+
w-4
|
|
2613
|
+
rounded-[4px]
|
|
2614
|
+
border-2
|
|
2615
|
+
transition-colors
|
|
2616
|
+
disabled:cursor-not-allowed
|
|
2617
|
+
disabled:opacity-50
|
|
2618
|
+
bg-checkbox-unselected-background-default
|
|
2619
|
+
hover:bg-checkbox-unselected-background-hover
|
|
2620
|
+
focus:bg-checkbox-unselected-background-focus
|
|
2621
|
+
disabled:bg-checkbox-unselected-background-disabled
|
|
2622
|
+
data-[state=checked]:bg-checkbox-selected-background-default
|
|
2623
|
+
data-[state=checked]:hover:bg-checkbox-selected-background-hover
|
|
2624
|
+
data-[state=checked]:hover:border-checkbox-selected-background-hover
|
|
2625
|
+
data-[state=checked]:focus:bg-checkbox-selected-background-focus
|
|
2626
|
+
data-[state=checked]:focus:border-checkbox-selected-background-focus
|
|
2627
|
+
data-[state=checked]:disabled:bg-checkbox-selected-background-disabled
|
|
2628
|
+
border-checkbox-unselected-border-default
|
|
2629
|
+
hover:border-checkbox-unselected-border-hover
|
|
2630
|
+
focus:border-checkbox-unselected-border-focus
|
|
2631
|
+
disabled:border-checkbox-unselected-border-disabled
|
|
2632
|
+
data-[state=checked]:border-checkbox-selected-border-focus
|
|
2633
|
+
data-[state=checked]:disabled:border-checkbox-unselected-border-disabled
|
|
2634
|
+
focus-visible:outline-none
|
|
2635
|
+
focus-visible:ring-2
|
|
2636
|
+
focus-visible:ring-checkbox-unselected-border-external-focus
|
|
2637
|
+
focus-visible:ring-offset-0
|
|
2638
|
+
text-checkbox-unselected-icon-default
|
|
2639
|
+
data-[state=checked]:text-checkbox-selected-icon-default
|
|
2640
|
+
disabled:data-[state=checked]:text-checkbox-selected-icon-disabled`,
|
|
2641
2641
|
className
|
|
2642
2642
|
),
|
|
2643
2643
|
...props,
|
|
@@ -2649,7 +2649,7 @@ var Checkbox = React35__namespace.forwardRef(({ className, ...props }, ref) => /
|
|
|
2649
2649
|
}
|
|
2650
2650
|
)
|
|
2651
2651
|
}
|
|
2652
|
-
));
|
|
2652
|
+
) }) }));
|
|
2653
2653
|
Checkbox.displayName = CheckboxPrimitive__namespace.Root.displayName;
|
|
2654
2654
|
var Drawer = DialogPrimitive__namespace.Root;
|
|
2655
2655
|
var DrawerTrigger = DialogPrimitive__namespace.Trigger;
|
package/dist/index.mjs
CHANGED
|
@@ -2558,44 +2558,44 @@ var AlertDialogCancel = React35.forwardRef(({ children, className, variant: vari
|
|
|
2558
2558
|
}
|
|
2559
2559
|
));
|
|
2560
2560
|
AlertDialogCancel.displayName = AlertDialogPrimitive.Cancel.displayName;
|
|
2561
|
-
var Checkbox = React35.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
2561
|
+
var Checkbox = React35.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx("div", { className: "nebula-ds relative", children: /* @__PURE__ */ jsx("div", { className: "nebula-ds relative", children: /* @__PURE__ */ jsx(
|
|
2562
2562
|
CheckboxPrimitive.Root,
|
|
2563
2563
|
{
|
|
2564
2564
|
ref,
|
|
2565
2565
|
className: cn(
|
|
2566
2566
|
`
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2567
|
+
peer
|
|
2568
|
+
shrink-0
|
|
2569
|
+
h-4
|
|
2570
|
+
w-4
|
|
2571
|
+
rounded-[4px]
|
|
2572
|
+
border-2
|
|
2573
|
+
transition-colors
|
|
2574
|
+
disabled:cursor-not-allowed
|
|
2575
|
+
disabled:opacity-50
|
|
2576
|
+
bg-checkbox-unselected-background-default
|
|
2577
|
+
hover:bg-checkbox-unselected-background-hover
|
|
2578
|
+
focus:bg-checkbox-unselected-background-focus
|
|
2579
|
+
disabled:bg-checkbox-unselected-background-disabled
|
|
2580
|
+
data-[state=checked]:bg-checkbox-selected-background-default
|
|
2581
|
+
data-[state=checked]:hover:bg-checkbox-selected-background-hover
|
|
2582
|
+
data-[state=checked]:hover:border-checkbox-selected-background-hover
|
|
2583
|
+
data-[state=checked]:focus:bg-checkbox-selected-background-focus
|
|
2584
|
+
data-[state=checked]:focus:border-checkbox-selected-background-focus
|
|
2585
|
+
data-[state=checked]:disabled:bg-checkbox-selected-background-disabled
|
|
2586
|
+
border-checkbox-unselected-border-default
|
|
2587
|
+
hover:border-checkbox-unselected-border-hover
|
|
2588
|
+
focus:border-checkbox-unselected-border-focus
|
|
2589
|
+
disabled:border-checkbox-unselected-border-disabled
|
|
2590
|
+
data-[state=checked]:border-checkbox-selected-border-focus
|
|
2591
|
+
data-[state=checked]:disabled:border-checkbox-unselected-border-disabled
|
|
2592
|
+
focus-visible:outline-none
|
|
2593
|
+
focus-visible:ring-2
|
|
2594
|
+
focus-visible:ring-checkbox-unselected-border-external-focus
|
|
2595
|
+
focus-visible:ring-offset-0
|
|
2596
|
+
text-checkbox-unselected-icon-default
|
|
2597
|
+
data-[state=checked]:text-checkbox-selected-icon-default
|
|
2598
|
+
disabled:data-[state=checked]:text-checkbox-selected-icon-disabled`,
|
|
2599
2599
|
className
|
|
2600
2600
|
),
|
|
2601
2601
|
...props,
|
|
@@ -2607,7 +2607,7 @@ var Checkbox = React35.forwardRef(({ className, ...props }, ref) => /* @__PURE__
|
|
|
2607
2607
|
}
|
|
2608
2608
|
)
|
|
2609
2609
|
}
|
|
2610
|
-
));
|
|
2610
|
+
) }) }));
|
|
2611
2611
|
Checkbox.displayName = CheckboxPrimitive.Root.displayName;
|
|
2612
2612
|
var Drawer = DialogPrimitive.Root;
|
|
2613
2613
|
var DrawerTrigger = DialogPrimitive.Trigger;
|
package/package.json
CHANGED
|
Binary file
|