@ikatec/nebula-react 1.10.0-beta.1 → 1.10.0-beta.3

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
  )
@@ -2503,7 +2503,7 @@ var Calendar = ({
2503
2503
  {
2504
2504
  "!text-calendar-day-color": !outside,
2505
2505
  "!text-calendar-outsideDay-color !opacity-1": outside,
2506
- "!bg-calendar-daySelected-background !border-calendar-daySelected-background !text-calendar-daySelected-color rounded-full": (selected || rangeEnd || rangeStart) && !rangeMiddle,
2506
+ "!bg-calendar-daySelected-background hover:!bg-calendar-daySelected-background !border-calendar-daySelected-background !text-calendar-daySelected-color rounded-full": (selected || rangeEnd || rangeStart) && !rangeMiddle,
2507
2507
  "!text-neutral-200 dark:!text-neutral-900 pointer-events-none cursor-not-allowed": disabled
2508
2508
  }
2509
2509
  ),
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
  )
@@ -2460,7 +2460,7 @@ var Calendar = ({
2460
2460
  {
2461
2461
  "!text-calendar-day-color": !outside,
2462
2462
  "!text-calendar-outsideDay-color !opacity-1": outside,
2463
- "!bg-calendar-daySelected-background !border-calendar-daySelected-background !text-calendar-daySelected-color rounded-full": (selected || rangeEnd || rangeStart) && !rangeMiddle,
2463
+ "!bg-calendar-daySelected-background hover:!bg-calendar-daySelected-background !border-calendar-daySelected-background !text-calendar-daySelected-color rounded-full": (selected || rangeEnd || rangeStart) && !rangeMiddle,
2464
2464
  "!text-neutral-200 dark:!text-neutral-900 pointer-events-none cursor-not-allowed": disabled
2465
2465
  }
2466
2466
  ),
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.3",
4
4
  "description": "React components for Nebula Design System",
5
5
  "publishConfig": {
6
6
  "access": "public"