@obosbbl/grunnmuren-react 1.1.1 → 1.1.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.
- package/dist/grunnmuren.es.js +1 -1
- package/package.json +3 -3
package/dist/grunnmuren.es.js
CHANGED
|
@@ -479,7 +479,7 @@ const Checkbox = forwardRef((props, ref) => {
|
|
|
479
479
|
className: classNames(className, "inline-flex cursor-pointer items-center"),
|
|
480
480
|
children: [/* @__PURE__ */ jsx("input", __spreadProps(__spreadValues({
|
|
481
481
|
id,
|
|
482
|
-
className: classNames("checkbox checked:bg-green checked:border-green
|
|
482
|
+
className: classNames("checkbox checked:bg-green checked:border-green mr-3 grid h-[1.25em] w-[1.25em] flex-none cursor-pointer appearance-none place-content-center rounded border-2 border-solid bg-white text-white focus:outline-none focus:ring-2", {
|
|
483
483
|
"border-gray-dark focus:ring-black": !error,
|
|
484
484
|
"border-red focus:ring-red": !!error
|
|
485
485
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obosbbl/grunnmuren-react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "OBOS Grunnmuren design system React components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"types": "./dist/index.d.ts",
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@babel/core": "7.18.6",
|
|
21
|
-
"@obosbbl/grunnmuren-tailwind": "^0.4.
|
|
21
|
+
"@obosbbl/grunnmuren-tailwind": "^0.4.2",
|
|
22
22
|
"@storybook/addon-controls": "6.5.9",
|
|
23
23
|
"@storybook/addon-docs": "6.5.9",
|
|
24
24
|
"@storybook/addon-postcss": "2.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "^18",
|
|
45
|
-
"@obosbbl/grunnmuren-tailwind": "^0.4.
|
|
45
|
+
"@obosbbl/grunnmuren-tailwind": "^0.4.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependenciesMeta": {
|
|
48
48
|
"@obosbbl/grunnmuren-tailwind": {
|