@obosbbl/grunnmuren-react 2.0.0-canary.45 → 2.0.0-canary.46
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.mjs +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1054,7 +1054,7 @@ const cardVariants = cva({
|
|
|
1054
1054
|
base: [
|
|
1055
1055
|
'group/card',
|
|
1056
1056
|
'rounded-2xl border p-3',
|
|
1057
|
-
'
|
|
1057
|
+
'flex flex-col gap-y-4',
|
|
1058
1058
|
'relative',
|
|
1059
1059
|
// **** Heading ****
|
|
1060
1060
|
'[&_[data-slot="heading"]]:inline',
|
|
@@ -1065,7 +1065,7 @@ const cardVariants = cva({
|
|
|
1065
1065
|
'[&_[data-slot="heading"]]:hyphens-auto',
|
|
1066
1066
|
'[&_[data-slot="heading"]]:[word-break:break-word]',
|
|
1067
1067
|
// **** Content ****
|
|
1068
|
-
'[&_[data-slot="content"]]:
|
|
1068
|
+
'[&_[data-slot="content"]]:flex [&_[data-slot="content"]]:flex-col [&_[data-slot="content"]]:gap-y-4',
|
|
1069
1069
|
// **** Media ****
|
|
1070
1070
|
'[&_[data-slot="media"]]:overflow-hidden',
|
|
1071
1071
|
'[&_[data-slot="media"]]:rounded-t-2xl',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obosbbl/grunnmuren-react",
|
|
3
|
-
"version": "2.0.0-canary.
|
|
3
|
+
"version": "2.0.0-canary.46",
|
|
4
4
|
"description": "Grunnmuren components in React",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/code-obos/grunnmuren"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@obosbbl/grunnmuren-icons-react": "^2.0.0-canary.
|
|
21
|
+
"@obosbbl/grunnmuren-icons-react": "^2.0.0-canary.4",
|
|
22
22
|
"@react-aria/utils": "^3.25.1",
|
|
23
23
|
"@types/node": "^22.0.0",
|
|
24
24
|
"cva": "1.0.0-beta.2",
|