@obosbbl/grunnmuren-react 1.6.1 → 1.6.2

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.
@@ -568,7 +568,7 @@ const CardContent = (props) => {
568
568
  "className"
569
569
  ]);
570
570
  return /* @__PURE__ */ jsx("div", __spreadValues({
571
- className: cx(className, "p-8 md:p-10")
571
+ className: cx(className, "p-8 md:px-10")
572
572
  }, rest));
573
573
  };
574
574
  const CardLinkOverlay = forwardRef((props, ref) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-react",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "OBOS Grunnmuren design system React components",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -18,7 +18,6 @@
18
18
  "types": "./dist/index.d.ts",
19
19
  "devDependencies": {
20
20
  "@babel/core": "7.19.6",
21
- "@obosbbl/grunnmuren-tailwind": "0.8.1",
22
21
  "@storybook/addon-controls": "6.5.13",
23
22
  "@storybook/addon-docs": "6.5.13",
24
23
  "@storybook/addon-postcss": "2.0.0",
@@ -33,19 +32,20 @@
33
32
  "react-dom": "18.2.0",
34
33
  "require-from-string": "2.0.2",
35
34
  "rimraf": "3.0.2",
36
- "tailwindcss": "3.2.1",
35
+ "tailwindcss": "3.2.4",
37
36
  "vite": "2.9.15",
38
- "webpack": "5.74.0"
37
+ "webpack": "5.74.0",
38
+ "@obosbbl/grunnmuren-tailwind": "0.8.3"
39
39
  },
40
40
  "dependencies": {
41
- "@obosbbl/grunnmuren-icons": "^0.5.1",
42
41
  "@seznam/compose-react-refs": "1.0.6",
43
42
  "clsx": "1.2.1",
44
43
  "react-collapsed": "3.5.0",
45
- "react-use": "17.4.0"
44
+ "react-use": "17.4.0",
45
+ "@obosbbl/grunnmuren-icons": "^0.5.1"
46
46
  },
47
47
  "peerDependencies": {
48
- "@obosbbl/grunnmuren-tailwind": "^0.8.1",
48
+ "@obosbbl/grunnmuren-tailwind": "^0.8.3",
49
49
  "react": "^18"
50
50
  },
51
51
  "peerDependenciesMeta": {