@ikatec/nebula-react 1.10.0-beta.1 → 1.10.0-beta.2
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
|
@@ -2299,8 +2299,8 @@ var Paragraph = React25.forwardRef(
|
|
|
2299
2299
|
className: cn(
|
|
2300
2300
|
"text-left",
|
|
2301
2301
|
{
|
|
2302
|
-
"text-typography-paragraph-md text-paragraph-md tracking-paragraph-md font-paragraph-md leading-paragraph-md": size4 === "md",
|
|
2303
|
-
"text-typography-paragraph-sm text-paragraph-sm tracking-paragraph-sm font-paragraph-sm leading-paragraph-sm": size4 === "sm"
|
|
2302
|
+
"!text-typography-paragraph-md text-paragraph-md tracking-paragraph-md font-paragraph-md leading-paragraph-md": size4 === "md",
|
|
2303
|
+
"!text-typography-paragraph-sm text-paragraph-sm tracking-paragraph-sm font-paragraph-sm leading-paragraph-sm": size4 === "sm"
|
|
2304
2304
|
},
|
|
2305
2305
|
className
|
|
2306
2306
|
)
|
package/dist/index.mjs
CHANGED
|
@@ -2256,8 +2256,8 @@ var Paragraph = forwardRef(
|
|
|
2256
2256
|
className: cn(
|
|
2257
2257
|
"text-left",
|
|
2258
2258
|
{
|
|
2259
|
-
"text-typography-paragraph-md text-paragraph-md tracking-paragraph-md font-paragraph-md leading-paragraph-md": size4 === "md",
|
|
2260
|
-
"text-typography-paragraph-sm text-paragraph-sm tracking-paragraph-sm font-paragraph-sm leading-paragraph-sm": size4 === "sm"
|
|
2259
|
+
"!text-typography-paragraph-md text-paragraph-md tracking-paragraph-md font-paragraph-md leading-paragraph-md": size4 === "md",
|
|
2260
|
+
"!text-typography-paragraph-sm text-paragraph-sm tracking-paragraph-sm font-paragraph-sm leading-paragraph-sm": size4 === "sm"
|
|
2261
2261
|
},
|
|
2262
2262
|
className
|
|
2263
2263
|
)
|
package/package.json
CHANGED
|
Binary file
|