@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.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikatec/nebula-react",
3
- "version": "1.10.0-beta.1",
3
+ "version": "1.10.0-beta.2",
4
4
  "description": "React components for Nebula Design System",
5
5
  "publishConfig": {
6
6
  "access": "public"