@obosbbl/grunnmuren-react 1.4.6 → 1.4.8
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/grunnmuren.es.js
CHANGED
|
@@ -665,7 +665,7 @@ const Footer = (props) => {
|
|
|
665
665
|
return /* @__PURE__ */ jsx(ButtonColorContext.Provider, {
|
|
666
666
|
value: "white",
|
|
667
667
|
children: /* @__PURE__ */ jsx("footer", __spreadProps(__spreadValues({
|
|
668
|
-
className: cx(className, "bg-blue pt-18 relative pb-12 text-white before:absolute before
|
|
668
|
+
className: cx(className, "bg-blue pt-18 relative pb-12 text-white before:absolute before:-top-px before:left-0 before:right-0 before:h-[calc(1.5rem_+_1px)] before:rounded-b-3xl before:bg-white ")
|
|
669
669
|
}, rest), {
|
|
670
670
|
children: /* @__PURE__ */ jsx("div", {
|
|
671
671
|
className: "container",
|
|
@@ -1317,7 +1317,7 @@ const StepListItem = (props) => {
|
|
|
1317
1317
|
const StepListBullet = (props) => {
|
|
1318
1318
|
return /* @__PURE__ */ jsx("span", __spreadValues({
|
|
1319
1319
|
"aria-hidden": true,
|
|
1320
|
-
className: "text-green border-gray-light after:bg-gray-light grid h-10 w-10 flex-none place-content-center rounded-full border-2 text-sm font-bold after:absolute after:left-5 after:top-10 after:bottom-0 after:w-0.5 group-last:after:hidden md:h-20 md:w-20 md:text-xl md:after:left-10 md:after:top-20"
|
|
1320
|
+
className: "text-green border-gray-light after:bg-gray-light grid h-10 w-10 flex-none place-content-center justify-items-center rounded-full border-2 text-sm font-bold after:absolute after:left-5 after:top-10 after:bottom-0 after:w-0.5 group-last:after:hidden md:h-20 md:w-20 md:text-xl md:after:left-10 md:after:top-20"
|
|
1321
1321
|
}, props));
|
|
1322
1322
|
};
|
|
1323
1323
|
StepList.Item = StepListItem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obosbbl/grunnmuren-react",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.8",
|
|
4
4
|
"description": "OBOS Grunnmuren design system React components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
],
|
|
18
18
|
"types": "./dist/index.d.ts",
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@babel/core": "7.19.
|
|
21
|
-
"@obosbbl/grunnmuren-tailwind": "0.7.
|
|
20
|
+
"@babel/core": "7.19.3",
|
|
21
|
+
"@obosbbl/grunnmuren-tailwind": "0.7.1",
|
|
22
22
|
"@storybook/addon-controls": "6.5.12",
|
|
23
23
|
"@storybook/addon-docs": "6.5.12",
|
|
24
24
|
"@storybook/addon-postcss": "2.0.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@types/react": "18.0.21",
|
|
29
29
|
"@types/react-dom": "18.0.6",
|
|
30
30
|
"@vitejs/plugin-react": "1.3.2",
|
|
31
|
-
"postcss": "8.4.
|
|
31
|
+
"postcss": "8.4.17",
|
|
32
32
|
"react": "18.2.0",
|
|
33
33
|
"react-dom": "18.2.0",
|
|
34
34
|
"require-from-string": "2.0.2",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react-use": "17.4.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@obosbbl/grunnmuren-tailwind": "^0.7.
|
|
48
|
+
"@obosbbl/grunnmuren-tailwind": "^0.7.1",
|
|
49
49
|
"react": "^18"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|