@jamsrui/card 0.0.19 → 0.0.20

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.
Files changed (2) hide show
  1. package/dist/styles.mjs +1 -1
  2. package/package.json +5 -5
package/dist/styles.mjs CHANGED
@@ -1 +1 @@
1
- import{radiusVariant as r,tv as t}from"@jamsrui/utils";const e=t({slots:{root:"card card__root relative flex flex-col overflow-hidden transition-colors",header:"card__header relative flex flex-col gap-1 px-4 pt-4",title:"card__title font-medium",description:"card__description text-foreground-secondary",footer:"card__footer flex justify-end gap-2 px-4 pb-4",content:"card__content h-full p-4"},variants:{bg:{default:{root:"bg-surface"},secondary:{root:"bg-surface"}},isBordered:{true:"border border-divider-dark"},isElevated:{true:"shadow-sm"},radius:r("root","card")},defaultVariants:{bg:"default",variant:"solid",radius:"md"}});export{e as cardVariants};
1
+ import{radiusVariant as r,tv as t}from"@jamsrui/utils";const e=t({slots:{root:"card card__root relative flex flex-col overflow-hidden transition-colors",header:"card__header relative flex flex-col gap-1 px-4 pt-4",title:"card__title font-medium",description:"card__description text-foreground-secondary",footer:"card__footer flex justify-end gap-2 px-4 pb-4",content:"card__content h-full p-4"},variants:{bg:{default:{root:"bg-surface"},secondary:{root:"bg-surface"}},isBordered:{true:"border border-border-dark"},isElevated:{true:"shadow-sm"},radius:r("root","card")},defaultVariants:{bg:"default",variant:"solid",radius:"md"}});export{e as cardVariants};
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@jamsrui/card",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "peerDependencies": {
5
5
  "react": ">=19"
6
6
  },
7
7
  "dependencies": {
8
- "@jamsrui/hooks": "^0.0.19",
9
- "@jamsrui/core": "^0.0.15",
10
- "@jamsrui/text": "^0.0.19",
11
- "@jamsrui/utils": "^0.0.19"
8
+ "@jamsrui/utils": "^0.0.20",
9
+ "@jamsrui/text": "^0.0.20",
10
+ "@jamsrui/core": "^0.0.16",
11
+ "@jamsrui/hooks": "^0.0.20"
12
12
  },
13
13
  "exports": {
14
14
  ".": {