@ikatec/nebula-react 1.0.3 → 1.0.4
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -430,7 +430,7 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
430
430
|
|
|
431
431
|
interface BoxProps extends PropsWithChildren<HTMLAttributes<HTMLDivElement>> {
|
|
432
432
|
border?: boolean;
|
|
433
|
-
paddingSize?: 'sm' | 'md' | 'lg';
|
|
433
|
+
paddingSize?: 'sm' | 'md' | 'lg' | 'xl';
|
|
434
434
|
shadow?: 'sm' | 'md' | 'lg';
|
|
435
435
|
variant?: 'primary' | 'secondary';
|
|
436
436
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -430,7 +430,7 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
430
430
|
|
|
431
431
|
interface BoxProps extends PropsWithChildren<HTMLAttributes<HTMLDivElement>> {
|
|
432
432
|
border?: boolean;
|
|
433
|
-
paddingSize?: 'sm' | 'md' | 'lg';
|
|
433
|
+
paddingSize?: 'sm' | 'md' | 'lg' | 'xl';
|
|
434
434
|
shadow?: 'sm' | 'md' | 'lg';
|
|
435
435
|
variant?: 'primary' | 'secondary';
|
|
436
436
|
}
|
package/dist/index.js
CHANGED
|
@@ -405,7 +405,7 @@ var Label = React8__namespace.forwardRef(({ className, ...props }, ref) => /* @_
|
|
|
405
405
|
{
|
|
406
406
|
ref,
|
|
407
407
|
className: cn(
|
|
408
|
-
"text-sm text-label-text-
|
|
408
|
+
"text-sm text-label-text-active font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
|
|
409
409
|
className
|
|
410
410
|
),
|
|
411
411
|
...props
|
package/dist/index.mjs
CHANGED
|
@@ -367,7 +367,7 @@ var Label = React8.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
|
367
367
|
{
|
|
368
368
|
ref,
|
|
369
369
|
className: cn(
|
|
370
|
-
"text-sm text-label-text-
|
|
370
|
+
"text-sm text-label-text-active font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
|
|
371
371
|
className
|
|
372
372
|
),
|
|
373
373
|
...props
|