@konoma-development/react-components 0.3.8 → 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.
@@ -22554,7 +22554,7 @@ const baseClasses$2 = {
22554
22554
  wrapperClasses: "relative h-full",
22555
22555
  tableClasses: "max-h-full max-w-full overflow-x-auto overflow-y-auto rounded-krc-table outline-1 outline-solid outline-secondary-300 divide-y divide-secondary-200",
22556
22556
  headerClasses: "flex flex-col items-start truncate bg-krc-table-header justify-center px-4 py-3 text-xs font-medium first:rounded-tl-krc-table gap-2",
22557
- noDataClasses: "flex h-16 items-center justify-start pl-16 rounded-b-krc-table bg-white text-secondary-500 w-full",
22557
+ noDataClasses: "flex h-16 items-center justify-start pl-16 rounded-b-krc-table bg-white text-secondary-500 w-full text-sm",
22558
22558
  rowClasses: "group relative flex flex-row justify-between bg-white last:rounded-b-krc-table hover:bg-primary-100 h-fit",
22559
22559
  rowLeftWrapperClasses: "bg-white group-hover:bg-primary-100 h-fit",
22560
22560
  rowCenterWrapperClasses: "bg-white first:grow group-hover:bg-primary-100 h-fit",
@@ -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
  };