@konoma-development/react-components 0.3.9 → 0.3.10

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.
@@ -23255,7 +23255,7 @@ function LoadingIndicator({ className }) {
23255
23255
  }
23256
23256
 
23257
23257
  const baseClasses$1 = {
23258
- classesBase: "w-full rounded-krc-button py-2.5 px-3.5 h-10 text-sm font-semibold shadow-sm inline-flex justify-center items-center flex flex-row gap-2 cursor-pointer disabled:!cursor-not-allowed disabled:!opacity-50 disabled:!shadow-none disabled:!ring-0 disabled:!bg-secondary-200 disabled:!text-secondary-500",
23258
+ classesBase: "w-full rounded-krc-button py-2.5 px-3.5 h-10 text-sm font-medium shadow-sm inline-flex justify-center items-center flex flex-row gap-2 cursor-pointer disabled:!cursor-not-allowed disabled:!opacity-50 disabled:!shadow-none disabled:!ring-0 disabled:!bg-secondary-200 disabled:!text-secondary-500",
23259
23259
  classesPrimary: "bg-primary-600 border border-primary-600 text-white hover:bg-primary-700 focus:ring-2 focus:ring-primary-600 focus:ring-offset-2",
23260
23260
  classesSecondary: "bg-white border border-secondary-200 hover:bg-secondary-50 focus:ring-2 focus:ring-primary-600 focus:ring-offset-2",
23261
23261
  classesActiveSecondary: "bg-secondary-100 border border-secondary-100 hover:bg-secondary-200 text-secondary-900 focus:ring-2 focus:ring-primary-600 focus:ring-offset-2",
@@ -23393,7 +23393,7 @@ const baseClasses = {
23393
23393
  tabInactiveClasses: "text-secondary-600",
23394
23394
  countActiveClasses: "bg-info-300",
23395
23395
  countInactiveClasses: "bg-secondary-200",
23396
- tabBaseClasses: "h-12 px-1 text-sm font-semibold text-primary-900 cursor-pointer flex flex-row gap-2 items-center relative",
23396
+ tabBaseClasses: "h-12 px-1 text-sm font-medium text-primary-900 cursor-pointer flex flex-row gap-2 items-center relative",
23397
23397
  countBaseClasses: "rounded-full px-3",
23398
23398
  activeMarkerClasses: "absolute -bottom-0.5 left-0 h-0.5 w-full bg-primary-600"
23399
23399
  };