@r2digisolutions/components 0.17.7 → 0.17.9

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.
@@ -74,7 +74,11 @@
74
74
  class={[
75
75
  'gap-3 sm:flex-row sm:items-center flex w-full flex-col',
76
76
  alignClasses[align],
77
- variant === 'bar' && 'rounded-b-2xl border-border bg-surface/50 px-4 py-3 sm:px-5 border-t',
77
+ /**
78
+ * `bar` is for a sibling of the padded body (Card `footer` snippet, or
79
+ * padding="none" + manual body pad). Never nest `bar` inside Card body padding.
80
+ */
81
+ variant === 'bar' && 'rounded-b-2xl border-t border-border bg-surface/50 px-4 py-3 sm:px-5',
78
82
  variant === 'sticky' &&
79
83
  'border-border bg-surface-elevated/95 px-4 py-3 backdrop-blur-md dark:shadow-black/30 sm:px-5 shrink-0 border-t shadow-[0_-8px_24px_rgb(0,0,0,0.06)]',
80
84
  variant === 'plain' && 'gap-2',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@r2digisolutions/components",
3
- "version": "0.17.7",
3
+ "version": "0.17.9",
4
4
  "private": false,
5
5
  "description": "R2DigiSolutions Svelte 5 component library — Atomic Design, Tailwind 4, Light/Dark mode",
6
6
  "license": "MIT",