@obosbbl/grunnmuren-react 1.11.0 → 1.11.1
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 +2 -2
- package/package.json +7 -7
package/dist/grunnmuren.es.js
CHANGED
|
@@ -1526,11 +1526,11 @@ const Snackbar = (props) => {
|
|
|
1526
1526
|
return /* @__PURE__ */ jsx("div", {
|
|
1527
1527
|
className: "container max-w-[59rem]",
|
|
1528
1528
|
children: /* @__PURE__ */ jsx("div", {
|
|
1529
|
-
className: "bg-orange-light
|
|
1529
|
+
className: "bg-orange-light px-8 py-4 max-md:p-4",
|
|
1530
1530
|
children: /* @__PURE__ */ jsxs("div", {
|
|
1531
1531
|
className: "snackbar grid items-center",
|
|
1532
1532
|
children: [/* @__PURE__ */ jsx(InfoCircle, {
|
|
1533
|
-
className: "text-orange snackbar-icon mr-4 md:mr-8 md:text-2xl"
|
|
1533
|
+
className: "text-orange snackbar-icon mr-4 self-start md:mr-8 md:text-2xl"
|
|
1534
1534
|
}), /* @__PURE__ */ jsx("h3", {
|
|
1535
1535
|
className: cx("snackbar-header min-w-0 max-w-prose text-base font-medium", {
|
|
1536
1536
|
"overflow-hidden overflow-ellipsis whitespace-nowrap": !isExpanded
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obosbbl/grunnmuren-react",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"description": "OBOS Grunnmuren design system React components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"types": "./dist/index.d.ts",
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@babel/core": "7.20.12",
|
|
21
|
-
"@storybook/addon-controls": "6.5.
|
|
22
|
-
"@storybook/addon-docs": "6.5.
|
|
21
|
+
"@storybook/addon-controls": "6.5.16",
|
|
22
|
+
"@storybook/addon-docs": "6.5.16",
|
|
23
23
|
"@storybook/addon-postcss": "2.0.0",
|
|
24
|
-
"@storybook/builder-webpack5": "6.5.
|
|
25
|
-
"@storybook/manager-webpack5": "6.5.
|
|
26
|
-
"@storybook/react": "6.5.
|
|
24
|
+
"@storybook/builder-webpack5": "6.5.16",
|
|
25
|
+
"@storybook/manager-webpack5": "6.5.16",
|
|
26
|
+
"@storybook/react": "6.5.16",
|
|
27
27
|
"@types/react": "18.0.27",
|
|
28
28
|
"@types/react-dom": "18.0.10",
|
|
29
29
|
"@vitejs/plugin-react": "1.3.2",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"require-from-string": "2.0.2",
|
|
34
34
|
"rimraf": "4.1.2",
|
|
35
35
|
"tailwindcss": "3.2.4",
|
|
36
|
-
"type-fest": "3.5.
|
|
36
|
+
"type-fest": "3.5.6",
|
|
37
37
|
"vite": "2.9.15",
|
|
38
38
|
"webpack": "5.75.0",
|
|
39
39
|
"@obosbbl/grunnmuren-tailwind": "0.8.4"
|