@utrecht/component-library-react 1.0.0-alpha.313 → 1.0.0-alpha.314
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/css-module/index.js
CHANGED
|
@@ -1650,7 +1650,7 @@ var HeadingGroup = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
|
|
|
1650
1650
|
});
|
|
1651
1651
|
HeadingGroup.displayName = 'HeadingGroup';
|
|
1652
1652
|
|
|
1653
|
-
var css_248z$q = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start,0);position:relative;width:var(--utrecht-icon-size)}";
|
|
1653
|
+
var css_248z$q = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start,0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}";
|
|
1654
1654
|
styleInject(css_248z$q);
|
|
1655
1655
|
|
|
1656
1656
|
var _excluded$y = ["children", "className"];
|
|
@@ -1648,7 +1648,7 @@ var HeadingGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1648
1648
|
});
|
|
1649
1649
|
HeadingGroup.displayName = 'HeadingGroup';
|
|
1650
1650
|
|
|
1651
|
-
var css_248z$q = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start,0);position:relative;width:var(--utrecht-icon-size)}";
|
|
1651
|
+
var css_248z$q = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start,0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}";
|
|
1652
1652
|
styleInject(css_248z$q);
|
|
1653
1653
|
|
|
1654
1654
|
var _excluded$y = ["children", "className"];
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.314",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"react": "16 - 18",
|
|
81
81
|
"react-dom": "16 - 18"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "fd996e89968a74555bbda4111cc697e5af0a57b8"
|
|
84
84
|
}
|