rei-kit 0.11.2 → 0.11.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
@@ -997,7 +997,8 @@ var BaseButton_default = /* @__PURE__ */ defineComponent({
997
997
  const PRESSED_CLASS = {
998
998
  ghost: "bg-primary text-white hover:bg-primary/90",
999
999
  quiet: "bg-primary text-white hover:bg-primary/90",
1000
- secondary: "bg-primary border-primary text-white hover:bg-primary/90"
1000
+ secondary: "bg-primary border-primary text-white hover:bg-primary/90",
1001
+ row: "w-full justify-start text-left bg-muted text-ink hover:bg-muted"
1001
1002
  };
1002
1003
  const surface = computed(() => {
1003
1004
  if (__props.pressed === true) return PRESSED_CLASS[__props.variant] ?? VARIANT_CLASS[__props.variant];
@@ -2412,7 +2413,7 @@ function createI18nRuntime(options) {
2412
2413
  *
2413
2414
  * The fallback keeps `vitest` and `vite dev` honest, where no define runs.
2414
2415
  */
2415
- var VERSION = "0.11.2";
2416
+ var VERSION = "0.11.3";
2416
2417
  //#endregion
2417
2418
  export { AppError, BaseAlert_default as BaseAlert, BaseBadge_default as BaseBadge, BaseButton_default as BaseButton, BaseCard_default as BaseCard, BaseCheckbox_default as BaseCheckbox, BaseInput_default as BaseInput, BaseRadioGroup_default as BaseRadioGroup, BaseSelect_default as BaseSelect, BaseSheet_default as BaseSheet, BaseTextarea_default as BaseTextarea, EmptyState_default as EmptyState, ErrorBoundary_default as ErrorBoundary, FormField_default as FormField, GoogleButton_default as GoogleButton, LocaleLinks_default as LocaleLinks, PageContainer_default as PageContainer, PageHeader_default as PageHeader, PriceCard_default as PriceCard, ProgressBar_default as ProgressBar, SectionHeading_default as SectionHeading, SegmentedControl_default as SegmentedControl, SettingsGroup_default as SettingsGroup, SettingsRow_default as SettingsRow, SkeletonList_default as SkeletonList, StatCard_default as StatCard, TabBar_default as TabBar, ToastHost_default as ToastHost, ToneDot_default as ToneDot, VERSION, addDays, applyTheme, createI18nRuntime, downloadJson, eachDayOfYear, formatDate, fromDateKey, isApplePortable, isInstalled, isThemePreference, lastNDays, leadingBlanks, needsIosInstall, readStoredTheme, registerErrorMapper, relativeDayLabel, safeRedirect, setFormatLocale, setThemeStorageKey, startOfWeek, tapFeedback, toAppError, toDateKey, todayKey, useDebouncedCallback, useDragScroll, useMediaQuery, useOnline, useTheme, useToast, useToday, useVisualViewport };
2418
2419